sdkit 1.0.38 - experimental parser, requires the prompt to start with an exclamation mark

This commit is contained in:
cmdr2 2023-02-16 21:01:33 +05:30
parent d643ae0299
commit 3d3994bbad
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ if "%ERRORLEVEL%" EQU "0" (
set PYTHONNOUSERSITE=1
set PYTHONPATH=%INSTALL_ENV_DIR%\lib\site-packages
call python -m pip install --upgrade sdkit==1.0.37 -q || (
call python -m pip install --upgrade sdkit==1.0.38 -q || (
echo "Error updating sdkit"
)
)

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.37 -q
python -m pip install --upgrade sdkit==1.0.38 -q
fi
else
echo "Installing sdkit: https://pypi.org/project/sdkit/"