2023-02-18 02:46:44 +00:00
|
|
|
#!/bin/bash
|
2023-02-17 00:08:27 +00:00
|
|
|
git pull
|
2023-02-23 06:24:54 +00:00
|
|
|
git submodule update --remote
|
2023-02-19 21:41:51 +00:00
|
|
|
|
2023-03-03 18:34:49 +00:00
|
|
|
if python -m pip show whispercpp &>/dev/null; then python -m pip install -U git+https://git.ecker.tech/lightmare/whispercpp.py; fi
|
2023-03-06 05:21:33 +00:00
|
|
|
if python -m pip show whisperx &>/dev/null; then python -m pip install -U git+https://github.com/m-bain/whisperx.git; fi
|
2023-03-03 18:34:49 +00:00
|
|
|
|
2023-02-18 16:20:26 +00:00
|
|
|
deactivate
|