cpu-build.txt 317 Bytes
Newer Older
1
2
3
4
5
6
cmake>=3.26.1
ninja
packaging>=24.2
setuptools>=77.0.3,<80.0.0
setuptools-scm>=8
--extra-index-url https://download.pytorch.org/whl/cpu
7
torch==2.8.0+cpu; platform_machine == "x86_64"
8
torch==2.8.0; platform_machine == "ppc64le" or platform_machine == "aarch64" or platform_system == "Darwin"
9
10
11
wheel
jinja2>=3.1.6
regex