Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
2ff46b88
Unverified
Commit
2ff46b88
authored
Aug 02, 2025
by
Rui Qiao
Committed by
GitHub
Aug 02, 2025
Browse files
[Misc] Bump ray to 2.48.0 (#22123)
Signed-off-by:
Rui Qiao
<
ruisearch42@gmail.com
>
parent
554df8a6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
10 deletions
+18
-10
requirements/cuda.txt
requirements/cuda.txt
+1
-1
requirements/nightly_torch_test.txt
requirements/nightly_torch_test.txt
+1
-1
requirements/test.in
requirements/test.in
+1
-1
requirements/test.txt
requirements/test.txt
+15
-7
No files found.
requirements/cuda.txt
View file @
2ff46b88
...
...
@@ -5,7 +5,7 @@ numba == 0.60.0; python_version == '3.9' # v0.61 doesn't support Python 3.9. Req
numba == 0.61.2; python_version > '3.9'
# Dependencies for NVIDIA GPUs
ray[cgraph]>=2.4
3
.0
, !=2.44.*
# Ray Compiled Graph, required for pipeline parallelism in V1.
ray[cgraph]>=2.4
8
.0 # Ray Compiled Graph, required for pipeline parallelism in V1.
torch==2.7.1
torchaudio==2.7.1
# These must be updated alongside torch
...
...
requirements/nightly_torch_test.txt
View file @
2ff46b88
...
...
@@ -16,7 +16,7 @@ librosa # required for audio tests
vocos # required for minicpmo_26 test
peft
pqdm
ray[cgraph,default]>=2.4
3
.0
, !=2.44.*
# Ray Compiled Graph, required by pipeline parallelism tests
ray[cgraph,default]>=2.4
8
.0 # Ray Compiled Graph, required by pipeline parallelism tests
sentence-transformers # required for embedding tests
soundfile # required for audio tests
jiwer # required for audio tests
...
...
requirements/test.in
View file @
2ff46b88
...
...
@@ -17,7 +17,7 @@ vector_quantize_pytorch # required for minicpmo_26 test
vocos # required for minicpmo_26 test
peft>=0.15.0 # required for phi-4-mm test
pqdm
ray[cgraph,default]>=2.4
3
.0
, !=2.44.*
# Ray Compiled Graph, required by pipeline parallelism tests
ray[cgraph,default]>=2.4
8
.0 # Ray Compiled Graph, required by pipeline parallelism tests
sentence-transformers # required for embedding tests
soundfile # required for audio tests
jiwer # required for audio tests
...
...
requirements/test.txt
View file @
2ff46b88
...
...
@@ -22,9 +22,7 @@ aiohttp==3.10.11
aiohttp-cors==0.8.1
# via ray
aiosignal==1.3.1
# via
# aiohttp
# ray
# via aiohttp
albucore==0.0.16
# via terratorch
albumentations==1.4.6
...
...
@@ -226,7 +224,6 @@ frozenlist==1.5.0
# via
# aiohttp
# aiosignal
# ray
fsspec==2024.9.0
# via
# datasets
...
...
@@ -603,10 +600,18 @@ opencv-python-headless==4.11.0.86
opentelemetry-api==1.35.0
# via
# mlflow-skinny
# opentelemetry-exporter-prometheus
# opentelemetry-sdk
# opentelemetry-semantic-conventions
opentelemetry-exporter-prometheus==0.56b0
# via ray
opentelemetry-proto==1.36.0
# via ray
opentelemetry-sdk==1.35.0
# via mlflow-skinny
# via
# mlflow-skinny
# opentelemetry-exporter-prometheus
# ray
opentelemetry-semantic-conventions==0.56b0
# via opentelemetry-sdk
packaging==24.2
...
...
@@ -697,7 +702,9 @@ pqdm==0.2.0
pretrainedmodels==0.7.4
# via segmentation-models-pytorch
prometheus-client==0.22.0
# via ray
# via
# opentelemetry-exporter-prometheus
# ray
propcache==0.2.0
# via yarl
proto-plus==1.26.1
...
...
@@ -707,6 +714,7 @@ protobuf==5.28.3
# google-api-core
# googleapis-common-protos
# mlflow-skinny
# opentelemetry-proto
# proto-plus
# ray
# tensorboardx
...
...
@@ -854,7 +862,7 @@ rasterio==1.4.3
# rioxarray
# terratorch
# torchgeo
ray==2.4
3
.0
ray==2.4
8
.0
# via -r requirements/test.in
redis==5.2.0
# via tensorizer
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment