Upgrade transformers to v4.38.0 (#2965)

This commit is contained in:
Woosuk Kwon 2024-02-21 09:38:03 -08:00 committed by GitHub
parent 5253edaacb
commit c20ecb6a51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ ray >= 2.9
sentencepiece # Required for LLaMA tokenizer.
numpy
torch == 2.1.2
transformers >= 4.37.0 # Required for Qwen2
transformers >= 4.38.0 # Required for Gemma.
xformers == 0.0.23.post1 # Required for CUDA 12.1.
fastapi
uvicorn[standard]