From 5f8702464a0d7460819a82ec3eb6e753334ffd54 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 23 Jul 2024 13:37:43 +0000 Subject: automatic import of ollama --- ollama.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ../../ -- cgit v1.2.3