vllm/requirements/cuda.txt
Robert Shaw dabc03baa7 updated
Signed-off-by: Robert Shaw <robshaw@redhat.com>
2025-08-19 17:05:49 +00:00

8 lines
239 B
Plaintext

# Common dependencies
-r common.txt
numba == 0.60.0; python_version == '3.9' # v0.61 doesn't support Python 3.9. Required for N-gram speculative decoding
numba == 0.61.2; python_version > '3.9'
# Dependencies for NVIDIA GPUs
torch==2.8.0