]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
examples : update huggingface links
authorGeorgi Gerganov <redacted>
Sat, 15 Apr 2023 19:23:10 +0000 (22:23 +0300)
committerGeorgi Gerganov <redacted>
Sat, 15 Apr 2023 19:23:10 +0000 (22:23 +0300)
examples/gpt-2/download-ggml-model.sh
examples/gpt-j/README.md
examples/gpt-j/download-ggml-model.sh

index 8856bef75c37a2a70d0d146979590db9ea9ca340..3aae015b71afb6f0c99a9161c1a4fdd71ab0d469 100755 (executable)
@@ -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))
index 57a4293c580c89b2e7b23e8398e6f8fadebaedfb..e5cc7959ef09bbb86d2dd83a250f70120c179723 100644 (file)
@@ -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
 
 ---
 
index 76b0a30fd03c9bcf4169fcf8b7f3c1fec7d15350..a9e2aa517d837c306da5079e7a63ff8e46e71678 100755 (executable)
@@ -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))