"vllm/vscode:/vscode.git/clone" did not exist on "0e3f06fe9ccfb59cb89c353b6ef81110fa0854c9"
Use CuPy for CUDA graphs (#2811)
Showing
| ... | @@ -12,3 +12,4 @@ pydantic >= 2.0 # Required for OpenAI server. | ... | @@ -12,3 +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. |
Please register or sign in to comment