Skip to content

Commit 4da7c4f

Browse files
shoumikhinfacebook-github-bot
authored andcommitted
Use .bin extension for tokenizer.
Summary: . Differential Revision: D63927363
1 parent 1052e3b commit 4da7c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/apple/Benchmark/Tests/LLaMA/LLaMATests.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ @implementation LLaMATests
6363
return [filename hasSuffix:@".pte"] && [filename containsString:@"llama"];
6464
},
6565
@"tokenizer" : ^BOOL(NSString *filename) {
66-
return [filename isEqual:@"tokenizer.model"];
66+
return [filename isEqual:@"tokenizer.bin"];
6767
},
6868
};
6969
}

0 commit comments

Comments
 (0)