From faed7bf07ec831529c5ed54e15b21e30b30dc16e Mon Sep 17 00:00:00 2001 From: Kebe Date: Fri, 14 Nov 2025 05:48:08 +0900 Subject: [PATCH] [Bugfix] [CPU] bump torch to 2.9.0 for Darwin to fix segmentation fault (#27791) Signed-off-by: Kebe Signed-off-by: Michael Goin Co-authored-by: Michael Goin --- requirements/cpu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/cpu.txt b/requirements/cpu.txt index 605ce73bff9ce..d11787df4d92b 100644 --- a/requirements/cpu.txt +++ b/requirements/cpu.txt @@ -8,7 +8,7 @@ packaging>=24.2 setuptools>=77.0.3,<81.0.0 --extra-index-url https://download.pytorch.org/whl/cpu torch==2.8.0+cpu; platform_machine == "x86_64" or platform_machine == "s390x" -torch==2.8.0; platform_system == "Darwin" +torch==2.9.0; platform_system == "Darwin" torch==2.8.0; platform_machine == "ppc64le" or platform_machine == "aarch64" # required for the image processor of minicpm-o-2_6, this must be updated alongside torch