From c76c11e59c65f5fe74aaf9d3951b8770b77b923b Mon Sep 17 00:00:00 2001 From: brunofaustino Date: Sat, 30 Sep 2023 17:21:32 -0300 Subject: [PATCH] examples: Update the README for Talk - fixing the gpt2 URL (#1334) --- examples/talk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/talk/README.md b/examples/talk/README.md index fe85795e..0dcfe415 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