From 7bf6c0725e396b9dbcb7206582ad231f1d87c17b Mon Sep 17 00:00:00 2001 From: Enzo Einhorn <52015993+TonDar0n@users.noreply.github.com> Date: Thu, 13 Jul 2023 12:48:13 +0200 Subject: [PATCH] use skynet's ggml repository --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b42e630..a664fded 100644 --- a/Makefile +++ b/Makefile @@ -194,7 +194,7 @@ gpt4all/gpt4all-bindings/golang/libgpt4all.a: gpt4all ## CEREBRAS GPT go-ggml-transformers: - git clone --recurse-submodules https://github.com/hiventive/go-ggml-transformers.cpp go-ggml-transformers + git clone --recurse-submodules https://github.com/go-skynet/go-ggml-transformers.cpp go-ggml-transformers cd go-ggml-transformers && git checkout -b build $(GOGPT2_VERSION) && git submodule update --init --recursive --depth 1 # This is hackish, but needed as both go-llama and go-gpt4allj have their own version of ggml.. @find ./go-ggml-transformers -type f -name "*.c" -exec sed -i'' -e 's/ggml_/ggml_gpt2_/g' {} +