mirror of
https://github.com/wassname/vllm.git
synced 2026-07-06 05:17:51 +08:00
80aa7e91fc
Co-authored-by: Jianan Gu <jianan.gu@intel.com>
6 lines
171 B
Plaintext
6 lines
171 B
Plaintext
# Common dependencies
|
|
-r requirements-common.txt
|
|
|
|
# Dependencies for x86_64 CPUs
|
|
torch == 2.3.1+cpu
|
|
triton >= 2.2.0 # FIXME(woosuk): This is a hack to avoid import error. |