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