Skip to content

Commit

Permalink
[Misc][Bugfix] Update transformers for tokenizer issue (vllm-project#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ywang96 authored Jul 12, 2024
1 parent 6047187 commit f7160d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ numpy < 2.0.0
requests
tqdm
py-cpuinfo
transformers >= 4.42.0 # Required for Gemma 2 and for additional chat template parameters.
transformers >= 4.42.4 # Required for Gemma 2 and for additional chat template parameters.
tokenizers >= 0.19.1 # Required for Llama 3.
fastapi
aiohttp
Expand Down

0 comments on commit f7160d9

Please sign in to comment.