Files
enginex-mthreads-vllm/requirements-cpu.txt

6 lines
171 B
Plaintext
Raw Permalink Normal View History

2026-01-09 13:34:11 +08:00
# 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.