From: Georgi Gerganov Date: Sat, 15 Apr 2023 19:23:10 +0000 (+0300) Subject: examples : update huggingface links X-Git-Tag: upstream/0.0.1642~1540 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=cc91df06d9b8721b30abb0952b02ba006f76acf5;p=pkg%2Fggml%2Fsources%2Fggml examples : update huggingface links --- diff --git a/examples/gpt-2/download-ggml-model.sh b/examples/gpt-2/download-ggml-model.sh index 8856bef7..3aae015b 100755 --- a/examples/gpt-2/download-ggml-model.sh +++ b/examples/gpt-2/download-ggml-model.sh @@ -8,7 +8,7 @@ #src="https://ggml.ggerganov.com" #pfx="ggml-model-gpt-2" -src="https://huggingface.co/datasets/ggerganov/ggml" +src="https://huggingface.co/ggerganov/ggml" pfx="resolve/main/ggml-model-gpt-2" ggml_path=$(dirname $(realpath $0)) diff --git a/examples/gpt-j/README.md b/examples/gpt-j/README.md index 57a4293c..e5cc7959 100644 --- a/examples/gpt-j/README.md +++ b/examples/gpt-j/README.md @@ -222,7 +222,7 @@ To run the `gpt-j` tool, you need the 12GB `ggml-model.bin` file which contains is downloaded from my repository on Hugging Face using the [download-ggml-model.sh](download-ggml-model.sh) script. You can also, download the file manually from this link: -https://huggingface.co/datasets/ggerganov/ggml/tree/main +https://huggingface.co/ggerganov/ggml/tree/main --- diff --git a/examples/gpt-j/download-ggml-model.sh b/examples/gpt-j/download-ggml-model.sh index 76b0a30f..a9e2aa51 100755 --- a/examples/gpt-j/download-ggml-model.sh +++ b/examples/gpt-j/download-ggml-model.sh @@ -8,7 +8,7 @@ #src="https://ggml.ggerganov.com" #pfx="ggml-model-gpt-j" -src="https://huggingface.co/datasets/ggerganov/ggml" +src="https://huggingface.co/ggerganov/ggml" pfx="resolve/main/ggml-model-gpt-j" ggml_path=$(dirname $(realpath $0))