Spaces:
Sleeping
Sleeping
Commit
·
554c407
1
Parent(s):
2f83381
updated
Browse files
setup.sh
CHANGED
@@ -4,6 +4,6 @@ wget https://github.com/thewh1teagle/kokoro-onnx/releases/download/model-files-v
|
|
4 |
wget https://huggingface.co/NeuML/kokoro-base-onnx/resolve/main/voices.json -O bot/assets/voices.json
|
5 |
curl -fsSL https://ollama.com/install.sh | sh
|
6 |
sleep 100
|
7 |
-
ollama serve
|
8 |
sleep 100
|
9 |
ollama pull llama3.1
|
|
|
4 |
wget https://huggingface.co/NeuML/kokoro-base-onnx/resolve/main/voices.json -O bot/assets/voices.json
|
5 |
curl -fsSL https://ollama.com/install.sh | sh
|
6 |
sleep 100
|
7 |
+
ollama serve &
|
8 |
sleep 100
|
9 |
ollama pull llama3.1
|