diff options
-rw-r--r-- | ollama.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ollama.spec b/ollama.spec index 8e37e57..07b4794 100644 --- a/ollama.spec +++ b/ollama.spec @@ -48,14 +48,14 @@ git init git config user.email "tmp@example.com" git config user.name "tmp" git add . -git commit -a -s -m 'init' +git commit -a -s -m 'init' -q cd ../../ tar -xzf %{SOURCE5} mv ollama-ui-main ollama-ui %build -export GOPROXY=https://mirrors.huaweicloud.com/artifactory/goproxy/ +export GOPROXY=https://mirrors.huaweicloud.com/repository/goproxy/ # Skip the initialization of the submodule llama.cpp. export OLLAMA_SKIP_PATCHING=1 |