Unverified Commit 9915912f authored by Woosuk Kwon's avatar Woosuk Kwon Committed by GitHub
Browse files

[V1][PP] Fix & Pin Ray version in requirements-cuda.txt (#13436)


Signed-off-by: default avatarWoosuk Kwon <woosuk.kwon@berkeley.edu>
parent d1b649f1
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
-r requirements-common.txt -r requirements-common.txt
# Dependencies for NVIDIA GPUs # Dependencies for NVIDIA GPUs
ray[default] >= 2.9 ray[adag] == 2.41.0 # Required for pipeline parallelism in V1.
torch == 2.5.1 torch == 2.5.1
torchaudio==2.5.1 torchaudio==2.5.1
# These must be updated alongside torch # These must be updated alongside torch
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment