vllm/requirements-cpu.txt

6 lines
171 B
Plaintext
Raw Normal View History

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