vllm/requirements-cpu.txt
Li, Jiang 80aa7e91fc
[Hardware][Intel] Optimize CPU backend and add more performance tips (#4971)
Co-authored-by: Jianan Gu <jianan.gu@intel.com>
2024-06-13 09:33:14 -07:00

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.