Unverified Commit 9293abb8 authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

fix: install ray in vllm-runtime image (#8515)


Signed-off-by: default avatarAnant Sharma <anants@nvidia.com>
parent 65433f43
...@@ -6,4 +6,11 @@ ...@@ -6,4 +6,11 @@
av==15.0.0 av==15.0.0
ftfy==6.3.1 ftfy==6.3.1
nvtx==0.2.14 nvtx==0.2.14
# Pin transformers and onnxruntime: vLLM only sets a lower bound on
# transformers, so resolver drift can change versions between builds
# and shift LLaVA/vision preprocessing, making multimodal outputs
# non-reproducible. Lock both here to keep the image deterministic.
onnxruntime==1.24.4
ray==2.55.0
sentencepiece==0.2.1 sentencepiece==0.2.1
transformers==5.5.4
...@@ -58,6 +58,7 @@ vllm = [ ...@@ -58,6 +58,7 @@ vllm = [
"blake3>=1.0.0,<2.0.0", "blake3>=1.0.0,<2.0.0",
"soundfile>=0.13.1", "soundfile>=0.13.1",
"librosa>=0.10.0", "librosa>=0.10.0",
"ray==2.55.0",
] ]
sglang = [ sglang = [
......
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