Compare commits

...

1 Commits
master ... dev

Author SHA1 Message Date
camenduru
9cbb7b2acf Update update.sh 2023-06-24 10:45:12 +00:00

View File

@ -3,5 +3,5 @@ git pull
git submodule update --remote
source ./venv/bin/activate
if python -m pip show whispercpp &>/dev/null; then python -m pip install -U git+https://git.ecker.tech/lightmare/whispercpp.py; fi
if python -m pip show whispercpp &>/dev/null; then python -m pip install -U git+https://git.ecker.tech/camenduru/whispercpp.py; fi
deactivate