mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-24 15:06:19 +02:00
Upgrade torchruntime - use rocm 6.4 stable; fix detection of Tesla M40 (#1962)
This commit is contained in:
@@ -75,7 +75,7 @@ echo PYTHON=%PYTHON%
|
|||||||
call "%PYTHON%" --version
|
call "%PYTHON%" --version
|
||||||
|
|
||||||
@rem this is outside check_modules.py to ensure that the required version of torchruntime is present
|
@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.19.1"
|
call "%PYTHON%" -m pip install -q "torchruntime>=1.23.0"
|
||||||
|
|
||||||
call "%PYTHON%" scripts\check_modules.py --launch-uvicorn
|
call "%PYTHON%" scripts\check_modules.py --launch-uvicorn
|
||||||
pause
|
pause
|
||||||
|
@@ -51,7 +51,7 @@ if [ -e "src" ]; then mv src src-old; fi
|
|||||||
if [ -e "ldm" ]; then mv ldm ldm-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
|
# this is outside check_modules.py to ensure that the required version of torchruntime is present
|
||||||
python -m pip install -q "torchruntime>=1.19.1"
|
python -m pip install -q "torchruntime>=1.23.0"
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
# Download the required packages
|
# Download the required packages
|
||||||
|
Reference in New Issue
Block a user