From 38eb8f934e8b3211e8bf7c5e2dad59f54079364f Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Tue, 29 Apr 2025 10:40:08 +0530 Subject: [PATCH] Support more GPUs (workstation and mining); Fix torchruntime test --- scripts/on_sd_start.bat | 2 +- scripts/on_sd_start.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/on_sd_start.bat b/scripts/on_sd_start.bat index db4221cb..3aeb1391 100644 --- a/scripts/on_sd_start.bat +++ b/scripts/on_sd_start.bat @@ -71,7 +71,7 @@ call where python call python --version @rem this is outside check_modules.py to ensure that the required version of torchruntime is present -call python -m pip install -q "torchruntime>=1.17.1" +call python -m pip install -q "torchruntime>=1.17.3" call python scripts\check_modules.py --launch-uvicorn pause diff --git a/scripts/on_sd_start.sh b/scripts/on_sd_start.sh index 3e322499..f40f3463 100755 --- a/scripts/on_sd_start.sh +++ b/scripts/on_sd_start.sh @@ -47,7 +47,7 @@ if [ -e "src" ]; then mv src src-old; fi if [ -e "ldm" ]; then mv ldm ldm-old; fi # this is outside check_modules.py to ensure that the required version of torchruntime is present -python -m pip install -q "torchruntime>=1.17.1" +python -m pip install -q "torchruntime>=1.17.3" cd .. # Download the required packages