From 181144ce3396533d89eb919ceb443643ef2f5173 Mon Sep 17 00:00:00 2001 From: Kenneth Estanislao Date: Sun, 20 Apr 2025 03:02:23 +0800 Subject: [PATCH] Update requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ec85127..6d9f8b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,8 +10,8 @@ psutil==5.9.8 tk==0.1.0 customtkinter==5.2.2 pillow==11.1.0 -torch==2.6.0+cu118; sys_platform != 'darwin' -torch==2.6.0; sys_platform == 'darwin' +torch==2.5.1+cu118; sys_platform != 'darwin' +torch==2.5.1; sys_platform == 'darwin' torchvision==0.20.1; sys_platform != 'darwin' torchvision==0.20.1; sys_platform == 'darwin' onnxruntime-silicon==1.16.3; sys_platform == 'darwin' and platform_machine == 'arm64'