Unverified Commit e3f813c3 authored by Quang-Linh LE's avatar Quang-Linh LE Committed by GitHub
Browse files

[macOS] Ugrade pytorch to 2.6.0 (#15129)

parent c607a265
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
# Dependencies for CPUs # Dependencies for CPUs
torch==2.6.0+cpu; platform_machine == "x86_64" torch==2.6.0+cpu; platform_machine == "x86_64"
torch==2.5.1; platform_machine == "ppc64le" or platform_machine == "aarch64" or platform_system == "Darwin" torch==2.6.0; platform_system == "Darwin"
torch==2.5.1; platform_machine == "ppc64le" or platform_machine == "aarch64"
torch==2.7.0.dev20250304; platform_machine == "s390x" torch==2.7.0.dev20250304; platform_machine == "s390x"
# required for the image processor of minicpm-o-2_6, this must be updated alongside torch # required for the image processor of minicpm-o-2_6, this must be updated alongside torch
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment