Spaces:
Sleeping
Sleeping
Commit
·
2f83381
1
Parent(s):
df6a9d4
updated
Browse files
setup.sh
CHANGED
@@ -4,4 +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 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
|