We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c607a26 commit e3f813cCopy full SHA for e3f813c
requirements/cpu.txt
@@ -3,7 +3,8 @@
3
4
# Dependencies for CPUs
5
torch==2.6.0+cpu; platform_machine == "x86_64"
6
-torch==2.5.1; platform_machine == "ppc64le" or platform_machine == "aarch64" or platform_system == "Darwin"
+torch==2.6.0; platform_system == "Darwin"
7
+torch==2.5.1; platform_machine == "ppc64le" or platform_machine == "aarch64"
8
torch==2.7.0.dev20250304; platform_machine == "s390x"
9
10
# required for the image processor of minicpm-o-2_6, this must be updated alongside torch
0 commit comments