From: brunofaustino Date: Sat, 30 Sep 2023 20:21:32 +0000 (-0300) Subject: examples: Update the README for Talk - fixing the gpt2 URL (#1334) X-Git-Tag: upstream/1.7.4~1308 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=c76c11e59c65f5fe74aaf9d3951b8770b77b923b;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp examples: Update the README for Talk - fixing the gpt2 URL (#1334) --- 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