Skip to content

Commit

Permalink
[Misc] Bump transformers to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
njhill committed Apr 18, 2024
1 parent e8cc796 commit 83e74ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ sentencepiece # Required for LLaMA tokenizer.
numpy
requests
py-cpuinfo
transformers >= 4.39.1 # Required for StarCoder2 & Llava.
transformers >= 4.40.0 # Required for StarCoder2 & Llava, Llama 3.
tokenizers >= 0.19.1 # Required for Llama 3.
fastapi
uvicorn[standard]
pydantic >= 2.0 # Required for OpenAI server.
Expand Down

0 comments on commit 83e74ba

Please sign in to comment.