sdkit 1.0.43 - unipc samplers on any device, not just cuda

This commit is contained in:
cmdr2
2023-02-20 19:31:47 +05:30
parent 9970e505de
commit 4f8424c544
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ if python ../scripts/check_modules.py sdkit sdkit.models ldm transformers numpy
export PYTHONNOUSERSITE=1
export PYTHONPATH="$INSTALL_ENV_DIR/lib/python3.8/site-packages"
python -m pip install --upgrade sdkit==1.0.42 -q
python -m pip install --upgrade sdkit==1.0.43 -q
fi
else
echo "Installing sdkit: https://pypi.org/project/sdkit/"