]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
examples: Update the README for Talk - fixing the gpt2 URL (#1334)
authorbrunofaustino <redacted>
Sat, 30 Sep 2023 20:21:32 +0000 (17:21 -0300)
committerGitHub <redacted>
Sat, 30 Sep 2023 20:21:32 +0000 (04:21 +0800)
examples/talk/README.md

index fe85795eb136d438de368cd575417b024f75f96e..0dcfe4158ab678f9f90619b6761ca8148b7690c2 100644 (file)
@@ -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:\r
 \r
 ```\r
-wget --quiet --show-progress -O models/ggml-gpt-2-117M.bin https://huggingface.co/ggerganov/ggml/raw/main/ggml-model-gpt-2-117M.bin\r
+wget --quiet --show-progress -O models/ggml-gpt-2-117M.bin https://huggingface.co/ggerganov/ggml/resolve/main/ggml-model-gpt-2-117M.bin\r
 ```\r
 \r
 ## TTS\r