We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464258c commit 54dc9d4Copy full SHA for 54dc9d4
.github/workflows/llama.yml
@@ -238,7 +238,7 @@ jobs:
238
cd wasmedge-ggml/tts
239
curl -LO https://huggingface.co/second-state/OuteTTS-0.2-500M-GGUF/resolve/main/OuteTTS-0.2-500M-Q5_K_M.gguf
240
curl -LO https://huggingface.co/second-state/OuteTTS-0.2-500M-GGUF/resolve/main/wavtokenizer-large-75-ggml-f16.gguf
241
- curl -LO https://raw.githubusercontent.com/edwko/OuteTTS/refs/heads/main/outetts/version/v1/default_speakers/en_male_1.json
+ curl -LO https://raw.githubusercontent.com/edwko/OuteTTS/fc3e7ba54aa6847083fb39062361c168fcde14cf/outetts/version/v1/default_speakers/en_male_1.json
242
cargo build --target wasm32-wasip1 --release
243
time wasmedge --dir .:. \
244
--env n_gpu_layers="$NGL" \
0 commit comments