You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Pull Request resolved: #3055
We don't always want to build tiktoken dependencies (re2 and
abseil) so this PR only build it if the option is on.
Reviewed By: iseeyuan
Differential Revision: D56178928
fbshipit-source-id: 8021d1526ad6e89c929183f368c0fb25a4808b6f
Copy file name to clipboardExpand all lines: examples/models/llama2/main.cpp
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,6 @@ DEFINE_int32(
39
39
-1,
40
40
"Number of CPU threads for inference. Defaults to -1, which implies we'll use a heuristic to derive the # of performant cores for a specific device.");
41
41
42
-
DEFINE_bool(
43
-
use_tiktoken,
44
-
false,
45
-
"Use Tiktoken tokenizer instead of the default BPE tokenizer.");
0 commit comments