Skip to content

Commit

Permalink
examples : update huggingface links
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Apr 15, 2023
1 parent e1c2431 commit cc91df0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/gpt-2/download-ggml-model.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion examples/gpt-j/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand Down
2 changes: 1 addition & 1 deletion examples/gpt-j/download-ggml-model.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit cc91df0

Please sign in to comment.