Skip to content

Commit 770eab0

Browse files
WoosukKwonAkshat-Tripathi
authored andcommitted
[V1][PP] Fix & Pin Ray version in requirements-cuda.txt (vllm-project#13436)
Signed-off-by: Woosuk Kwon <woosuk.kwon@berkeley.edu>
1 parent 6329db4 commit 770eab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-cuda.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-r requirements-common.txt
33

44
# Dependencies for NVIDIA GPUs
5-
ray[default] >= 2.9
5+
ray[adag] == 2.41.0 # Required for pipeline parallelism in V1.
66
torch == 2.5.1
77
torchaudio==2.5.1
88
# These must be updated alongside torch

0 commit comments

Comments
 (0)