Skip to content

Commit e3f813c

Browse files
authored
[macOS] Ugrade pytorch to 2.6.0 (vllm-project#15129)
1 parent c607a26 commit e3f813c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/cpu.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
# Dependencies for CPUs
55
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"
6+
torch==2.6.0; platform_system == "Darwin"
7+
torch==2.5.1; platform_machine == "ppc64le" or platform_machine == "aarch64"
78
torch==2.7.0.dev20250304; platform_machine == "s390x"
89

910
# required for the image processor of minicpm-o-2_6, this must be updated alongside torch

0 commit comments

Comments
 (0)