mirror of
https://github.com/wassname/vllm.git
synced 2026-06-27 17:32:55 +08:00
7e0861bd0b
Co-authored-by: Michael Goin <michael@neuralmagic.com>
12 lines
433 B
Plaintext
12 lines
433 B
Plaintext
# Common dependencies
|
|
-r requirements-common.txt
|
|
|
|
# Dependencies for NVIDIA GPUs
|
|
ray >= 2.9
|
|
nvidia-ml-py # for pynvml package
|
|
torch == 2.4.0
|
|
# These must be updated alongside torch
|
|
torchvision == 0.19 # Required for phi3v processor. See https://github.com/pytorch/vision?tab=readme-ov-file#installation for corresponding version
|
|
xformers == 0.0.27.post2 # Requires PyTorch 2.4.0
|
|
vllm-flash-attn == 2.6.0 # Requires PyTorch 2.4.0
|