mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-01-29 13:24:59 +01:00
Make the update wizards nice
This commit is contained in:
parent
1ef748fb20
commit
5d25739767
@ -23,4 +23,4 @@ source "$CONDA_ROOT_PREFIX/etc/profile.d/conda.sh" # otherwise conda complains a
|
|||||||
conda activate "$INSTALL_ENV_DIR"
|
conda activate "$INSTALL_ENV_DIR"
|
||||||
|
|
||||||
# update installer env
|
# update installer env
|
||||||
python one_click.py --update-wizard && echo -e "\nDone!"
|
python one_click.py --update-wizard && echo -e "\nHave a great day!"
|
||||||
|
@ -23,4 +23,4 @@ source "$CONDA_ROOT_PREFIX/etc/profile.d/conda.sh" # otherwise conda complains a
|
|||||||
conda activate "$INSTALL_ENV_DIR"
|
conda activate "$INSTALL_ENV_DIR"
|
||||||
|
|
||||||
# update installer env
|
# update installer env
|
||||||
python one_click.py --update-wizard && echo -e "\nDone!"
|
python one_click.py --update-wizard && echo -e "\nHave a great day!"
|
||||||
|
@ -30,7 +30,7 @@ call "%CONDA_ROOT_PREFIX%\condabin\conda.bat" activate "%INSTALL_ENV_DIR%" || (
|
|||||||
@rem update installer env
|
@rem update installer env
|
||||||
call python one_click.py --update-wizard && (
|
call python one_click.py --update-wizard && (
|
||||||
echo.
|
echo.
|
||||||
echo Done!
|
echo Have a great day!
|
||||||
)
|
)
|
||||||
|
|
||||||
:end
|
:end
|
||||||
|
Loading…
Reference in New Issue
Block a user