requirements-cpu.txt 171 Bytes
Newer Older
1
2
3
4
# Common dependencies
-r requirements-common.txt

# Dependencies for x86_64 CPUs
5
torch == 2.3.1+cpu
Roy's avatar
Roy committed
6
triton >= 2.2.0  # FIXME(woosuk): This is a hack to avoid import error.