mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-21 07:27:03 +08:00
8 lines
239 B
Plaintext
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 |