vllm/requirements-cpu.txt
2024-04-05 00:39:17 -07:00

7 lines
172 B
Plaintext

# Common dependencies
-r requirements-common.txt
# Dependencies for x86_64 CPUs
torch == 2.2.1+cpu
triton >= 2.1.0 # FIXME(woosuk): This is a hack to avoid import error.