From 5db985d9db15e0a2621fe8c270a4ba806a34b65c Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 15 Jul 2024 11:16:42 +0000 Subject: automatic import of ollama --- ollama.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ollama.spec b/ollama.spec index fcb24c2..a701903 100644 --- a/ollama.spec +++ b/ollama.spec @@ -19,11 +19,11 @@ Get up and running with Llama 3, Mistral, Gemma 2, and other large language mode %prep %setup -c -T -git clone https://github.com/ollama/ollama.git -# cd ollama +git clone https://gitee.com/mirrors/ollama.git %build cd ollama +sed -i 's|https://github.com/ggerganov/llama.cpp.git|https://gitee.com/cxunmz/llama.cpp.git|' .gitmodules go generate ./... go build . -- cgit v1.2.3