requirements-cpu.txt 171 Bytes
Newer Older
Rayyyyy's avatar
Rayyyyy committed
1
2
3
4
5
6
# Common dependencies
-r requirements-common.txt

# Dependencies for x86_64 CPUs
torch == 2.2.1+cpu
triton >= 2.2.0  # FIXME(woosuk): This is a hack to avoid import error.