[Dependency] Remove comments of ray in dependency files (#33351)

Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
Wentao Ye
2026-02-03 18:30:47 -05:00
committed by GitHub
parent bd8da29a66
commit 655efb3e69
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
numba == 0.61.2 # Required for N-gram speculative decoding
# Dependencies for NVIDIA GPUs
ray[cgraph]>=2.48.0 # Ray Compiled Graph, required for pipeline parallelism in V1.
ray[cgraph]>=2.48.0
torch==2.9.1
torchaudio==2.9.1
# These must be updated alongside torch

View File

@@ -5,7 +5,7 @@ numba == 0.61.2 # Required for N-gram speculative decoding
# Dependencies for AMD GPUs
datasets
ray[cgraph]>=2.48.0 # Ray Compiled Graph, required for pipeline parallelism in V1.
ray[cgraph]>=2.48.0
peft
pytest-asyncio
tensorizer==2.10.1