Recognize 5060 Ti and a few other recent GPUs

This commit is contained in:
cmdr2
2025-05-30 10:58:10 +05:30
parent 58c6d02c41
commit d5e4fc2e2f
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,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.3"
python -m pip install -q "torchruntime>=1.18.0"
cd ..
# Download the required packages