vllm/requirements-cpu.txt
2024-04-29 20:05:47 -04:00

6 lines
171 B
Plaintext

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