mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-09 07:45:01 +02:00
Fix torchruntime to not force cu128 on older NVIDIA GPUs (which don't support it)
This commit is contained in:
@ -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.0"
|
||||
python -m pip install -q "torchruntime>=1.17.1"
|
||||
|
||||
cd ..
|
||||
# Download the required packages
|
||||
|
Reference in New Issue
Block a user