"ssh:/git@developer.sourcefind.cn:2222/OpenDAS/vllm_cscc.git" did not exist on "70deb5ef0f0c33a380062c2c2b3ceda02e0fc8ee"
Fix docker python version (#2845)
Showing
| ... | @@ -12,4 +12,4 @@ pydantic >= 2.0 # Required for OpenAI server. | ... | @@ -12,4 +12,4 @@ pydantic >= 2.0 # Required for OpenAI server. |
| aioprometheus[starlette] | aioprometheus[starlette] | ||
| pynvml == 11.5.0 | pynvml == 11.5.0 | ||
| triton >= 2.1.0 | triton >= 2.1.0 | ||
| cupy-cuda12x == 12.3.0 # Required for CUDA graphs. CUDA 11.8 users should install cupy-cuda11x instead. | cupy-cuda12x == 12.1.0 # Required for CUDA graphs. CUDA 11.8 users should install cupy-cuda11x instead. |
Please register or sign in to comment