Skip to content

Commit 30582ab

Browse files
authored
gitignore HF tokenizer file (#11609)
### Summary As we added support to run HF models in our apps, we should ignore adding/showing HF specific artifacts in our repo. For example, when drop in the `tokenizer.json` to the resource dir in iOS app: ``` Untracked files: (use "git add <file>..." to include in what will be committed) extension/benchmark/apple/Benchmark/Resources/tokenizer.json ```
1 parent e5511ce commit 30582ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ pip-out/
2424
# Any exported models and profiling outputs
2525
*.bin
2626
*.model
27+
tokenizer.json
2728
*.pte
2829
!test_bpe_tokenizer.bin
2930
!test_tiktoken_tokenizer.model

0 commit comments

Comments
 (0)