Use CuPy for CUDA graphs (#2811)
Showing
| ... | ... | @@ -12,3 +12,4 @@ pydantic >= 2.0 # Required for OpenAI server. |
| aioprometheus[starlette] | ||
| pynvml == 11.5.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