Skip to content

Commit ff25897

Browse files
committed
fix(deps): Add tokenizers to the deps explicitly
It was implicitly being pulled in via lm_eval -> transformers, but it's better to have it explicit since we use it directly Branch: GraniteCodeSupport Signed-off-by: Gabe Goodhart <[email protected]>
1 parent 73befe0 commit ff25897

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ gguf
99
# Tiktoken tokenizer for Llama 3 and other advanced models
1010
tiktoken
1111

12+
# Tokenizers for other non-llama models that use HF tokenizers
13+
tokenizers
14+
1215
# Miscellaneous
1316
snakeviz
1417
sentencepiece

0 commit comments

Comments
 (0)