Skip to content

Commit b59e840

Browse files
committed
fix(deps): Add jinja2 as an explicit dep
It was getting pulled in implicitly via flask and lm_eval -> transformers, but better to have it explicit. Branch: GraniteCodeSupport Signed-off-by: Gabe Goodhart <[email protected]>
1 parent 2282670 commit b59e840

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +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
12+
# Tokenizers and jinja2 for other non-llama models that use HF tokenizers
1313
tokenizers
14+
jinja2
1415

1516
# Miscellaneous
1617
snakeviz

0 commit comments

Comments
 (0)