Skip to content

Commit

Permalink
Update Ray version requirements (vllm-project#2636)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mo authored Jan 28, 2024
1 parent 89be30f commit 7d64841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-rocm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ninja # For faster builds.
typing-extensions>=4.8.0
starlette
psutil
ray >= 2.5.1
ray >= 2.9
sentencepiece # Required for LLaMA tokenizer.
numpy
tokenizers>=0.15.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ninja # For faster builds.
psutil
ray >= 2.5.1
ray >= 2.9
sentencepiece # Required for LLaMA tokenizer.
numpy
torch == 2.1.2
Expand Down

0 comments on commit 7d64841

Please sign in to comment.