-
Notifications
You must be signed in to change notification settings - Fork 2
/
install.sh
15 lines (10 loc) · 869 Bytes
/
install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
sudo apt-get install gcc libgtk-3-dev libayatana-appindicator3-dev
wget --output-document vi_VN.onnx https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/vi/vi_VN/vais1000/medium/vi_VN-vais1000-medium.onnx
wget --output-document vi_VN.onnx.json https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/vi/vi_VN/vais1000/medium/vi_VN-vais1000-medium.onnx.json
wget --output-document en_US.onnx https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/en/en_US/ryan/low/en_US-ryan-low.onnx
wget --output-document en_US.onnx.json https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/en/en_US/ryan/low/en_US-ryan-low.onnx.json
wget https://github.com/rhasspy/piper/releases/download/2023.11.14-2/piper_linux_x86_64.tar.gz
tar -xvzf piper_linux_x86_64.tar.gz
rm -rf piper_linux_x86_64.tar.gz
chmod +x piper/piper
ollama pull gemma:2b-instruct-v1.1-q4_0