[Misc] Restrict ray version dependency and update PP feature warning in V1 (#15556)

This commit is contained in:
Rui Qiao
2025-03-26 23:21:07 -07:00
committed by GitHub
parent 619d3de8bd
commit df8d3d1287
4 changed files with 8 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
numba == 0.60.0 # v0.61 doesn't support Python 3.9. Required for N-gram speculative decoding
# Dependencies for NVIDIA GPUs
ray[cgraph]>=2.43.0 # Ray Compiled Graph, required for pipeline parallelism in V1.
ray[cgraph]>=2.43.0, !=2.44.* # Ray Compiled Graph, required for pipeline parallelism in V1.
torch==2.6.0
torchaudio==2.6.0
# These must be updated alongside torch