mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-09 20:15:01 +08:00
7 lines
281 B
Plaintext
7 lines
281 B
Plaintext
# Common dependencies
|
|
-r requirements-common.txt
|
|
|
|
# Dependencies for x86_64 CPUs
|
|
torch == 2.3.1+cpu
|
|
torchvision == 0.18.1+cpu # required for the image processor of phi3v, this must be updated alongside torch
|
|
triton >= 2.2.0 # FIXME(woosuk): This is a hack to avoid import error. |