We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d4a93 commit 5a163ebCopy full SHA for 5a163eb
tests/test-tokenizer-1-bpe.cpp
@@ -21,7 +21,7 @@ int main(int argc, char **argv) {
21
const std::string fname = argv[1];
22
bool ignore_merges = false;
23
if (argc == 3) {
24
- if (std::strcmp(argv[2], "ignore-merges") != 0) {
+ if (std::strcmp(argv[2], "--ignore-merges") != 0) {
25
fprintf(stderr, "Usage: %s <vocab-file> [--ignore-merges]\n", argv[0]);
26
return 1;
27
}
0 commit comments