mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-20 01:48:21 +02:00
Early support for AMD 9070 (and Navi 4x series)
This commit is contained in:
parent
46c4aca7b7
commit
14e45bfd24
@ -71,7 +71,7 @@ call where 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.18.0"
|
call python -m pip install -q "torchruntime>=1.18.1"
|
||||||
|
|
||||||
call python scripts\check_modules.py --launch-uvicorn
|
call python scripts\check_modules.py --launch-uvicorn
|
||||||
pause
|
pause
|
||||||
|
@ -47,7 +47,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.18.0"
|
python -m pip install -q "torchruntime>=1.18.1"
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
# Download the required packages
|
# Download the required packages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user