diff options
author | CoprDistGit <infra@openeuler.org> | 2024-07-23 13:29:12 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-07-23 13:29:12 +0000 |
commit | 4f644ef8c016873281368b29deaf52a8885d3dfe (patch) | |
tree | cf167a4cf9cfd68d7486c62ba2fadacff196ccb0 | |
parent | 8a107d4d2804f59a49d994f9b8095184736a7c7c (diff) |
automatic import of ollama
-rw-r--r-- | ollama.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ollama.spec b/ollama.spec index 64130ab..442c472 100644 --- a/ollama.spec +++ b/ollama.spec @@ -39,6 +39,8 @@ tar -xzf %{SOURCE1} mv llama.cpp-*/* llama.cpp/ rm -rf llama.cpp-*/ cd llama.cpp +git config user.email "tmp@example.com" +git config user.name "tmp" git init git add . git commit -a -s -m 'init' |