"docs/source/design/arch_overview.rst" did not exist on "382b6a4852b9afc9a740b02736688e20f7d58446"
requirements-cpu.txt 172 Bytes
Newer Older
1
2
3
4
5
6
# Common dependencies
-r requirements-common.txt

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