diff --git a/examples/talk/README.md b/examples/talk/README.md index fe85795..0dcfe41 100644 --- a/examples/talk/README.md +++ b/examples/talk/README.md @@ -31,7 +31,7 @@ To run this, you will need a ggml GPT-2 model: [instructions](https://github.com Alternatively, you can simply download the smallest ggml GPT-2 117M model (240 MB) like this: ``` -wget --quiet --show-progress -O models/ggml-gpt-2-117M.bin https://huggingface.co/ggerganov/ggml/raw/main/ggml-model-gpt-2-117M.bin +wget --quiet --show-progress -O models/ggml-gpt-2-117M.bin https://huggingface.co/ggerganov/ggml/resolve/main/ggml-model-gpt-2-117M.bin ``` ## TTS