Skip to content

Commit

Permalink
fix: transformers in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpinDale committed Mar 16, 2024
1 parent e120404 commit ed225f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ray >= 2.9
sentencepiece
numpy
torch == 2.2.0
git+https://github.com/huggingface/transformers.git@0e4a1c3401421d3342938a183c7b021cdac6fd79 # for cohere, remove when a new release drops
transformers @ git+https://github.com/huggingface/transformers.git@0e4a1c3401421d3342938a183c7b021cdac6fd79 # for cohere, remove when a new release drops
uvicorn
openai # for fastapi's openai proxy emulation
xformers >= 0.0.24
Expand Down

0 comments on commit ed225f5

Please sign in to comment.