You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
torch==2.6.0+cpu; platform_machine == "x86_64" # torch>2.6.0+cpu has performance regression on x86 platform, see https://github.com/pytorch/pytorch/pull/151218
12
-
torch==2.7.0; platform_system == "Darwin"
13
-
torch==2.7.0; platform_machine == "ppc64le"
14
-
torch==2.6.0; platform_machine == "aarch64" # for arm64 CPUs, torch 2.7.0 has a issue: https://github.com/vllm-project/vllm/issues/17960
12
+
torch==2.8.0; platform_system == "Darwin"
13
+
torch==2.8.0; platform_machine == "ppc64le" or platform_machine == "aarch64"
15
14
16
15
# required for the image processor of minicpm-o-2_6, this must be updated alongside torch
17
16
torchaudio; platform_machine != "ppc64le" and platform_machine != "s390x"
18
-
torchaudio==2.7.0; platform_machine == "ppc64le"
17
+
torchaudio==2.8.0; platform_machine == "ppc64le"
19
18
20
19
# required for the image processor of phi3v, this must be updated alongside torch
21
20
torchvision; platform_machine != "ppc64le" and platform_machine != "s390x"
0 commit comments