diff options
-rw-r--r-- | ollama.spec | 4 |
1 files 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 . |