diff options
Diffstat (limited to 'ollama.spec')
-rw-r--r-- | ollama.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ollama.spec b/ollama.spec index a701903..7351b0b 100644 --- a/ollama.spec +++ b/ollama.spec @@ -24,6 +24,7 @@ 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 +export GOPROXY=https://goproxy.cn go generate ./... go build . |