Upgrade torchruntime - use rocm 6.4 stable; fix detection of Tesla M40 (#1962)

This commit is contained in:
cmdr2
2025-08-22 12:19:22 +05:30
parent 140ce92509
commit a26e96eafc
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ echo PYTHON=%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.19.1"
call "%PYTHON%" -m pip install -q "torchruntime>=1.23.0"
call "%PYTHON%" scripts\check_modules.py --launch-uvicorn
pause

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.19.1"
python -m pip install -q "torchruntime>=1.23.0"
cd ..
# Download the required packages