diff --git a/packages/ai/src/ai/common/torch/requirements.txt b/packages/ai/src/ai/common/torch/requirements.txt index 5ab090016..d459acbf7 100644 --- a/packages/ai/src/ai/common/torch/requirements.txt +++ b/packages/ai/src/ai/common/torch/requirements.txt @@ -3,7 +3,7 @@ # work on the cpu if cuda or gpu is not available # --extra-index-url https://download.pytorch.org/whl/cu128 -torch==2.10.0 ; platform_system == 'Darwin' and platform_machine == 'arm64' +torch==2.13.0 ; platform_system == 'Darwin' and platform_machine == 'arm64' torch==2.10.0+cu128; platform_system != 'Darwin' torchvision==0.25.0 ; platform_system == 'Darwin' and platform_machine == 'arm64' torchvision==0.25.0+cu128 ; platform_system != 'Darwin'