#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))
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
---
#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))