tortoise-base / update.sh
mrq
added PYTHONUTF8 to start/train bats
92a05d3
Raw
History Blame Contribute Delete
220 Bytes
#!/bin/bash
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
deactivate