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