Skip to content

Commit 54dc9d4

Browse files
dm4hydai
authored andcommitted
ci(tts): fix tts speaker profile download url
Signed-off-by: dm4 <[email protected]>
1 parent 464258c commit 54dc9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/llama.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
cd wasmedge-ggml/tts
239239
curl -LO https://huggingface.co/second-state/OuteTTS-0.2-500M-GGUF/resolve/main/OuteTTS-0.2-500M-Q5_K_M.gguf
240240
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
241+
curl -LO https://raw.githubusercontent.com/edwko/OuteTTS/fc3e7ba54aa6847083fb39062361c168fcde14cf/outetts/version/v1/default_speakers/en_male_1.json
242242
cargo build --target wasm32-wasip1 --release
243243
time wasmedge --dir .:. \
244244
--env n_gpu_layers="$NGL" \

0 commit comments

Comments
 (0)