diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-20 12:38:47 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-20 12:38:47 +0000 |
commit | a001cacace31eecb135fe6858a1205583be022c2 (patch) | |
tree | da3981631acf32671283d6a2de97bd881ebe2675 | |
parent | ab4d52577af21b99bb741b9fbbc91293ae320fac (diff) |
automatic import of ollamaopeneuler24.03_LTS
-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 |