From 3f98d4c826bea4f74a7ae3e70864956fe19347eb Mon Sep 17 00:00:00 2001 From: Kenneth Estanislao Date: Mon, 13 Oct 2025 00:50:26 +0800 Subject: [PATCH] Update torch and torchvision versions in requirements --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d545a15..b8049d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ tk==0.1.0 customtkinter==5.2.2 pillow==11.1.0 torch; sys_platform != 'darwin' -torch==2.7.1+cu128; sys_platform == 'darwin' +torch==2.8.0+cu128; sys_platform == 'darwin' torchvision; sys_platform != 'darwin' torchvision==0.20.1; sys_platform == 'darwin' onnxruntime-silicon==1.16.3; sys_platform == 'darwin' and platform_machine == 'arm64' @@ -20,4 +20,4 @@ tensorflow; sys_platform != 'darwin' opennsfw2==0.10.2 protobuf==4.25.1 git+https://github.com/xinntao/BasicSR.git@master -git+https://github.com/TencentARC/GFPGAN.git@master \ No newline at end of file +git+https://github.com/TencentARC/GFPGAN.git@master