diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | llama.cpp.spec | 4 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -1,2 +1,3 @@ /b4016.tar.gz /b4013.tar.gz +/b4034.tar.gz diff --git a/llama.cpp.spec b/llama.cpp.spec index 7c77318..7f2ef50 100644 --- a/llama.cpp.spec +++ b/llama.cpp.spec @@ -1,8 +1,8 @@ %define debug_package %{nil} -%global llama_commitid b4013 +%global llama_commitid b4034 Name: llama.cpp -Version: 20241102 +Version: 20241105 Release: 2 License: MIT Summary: Port of English lagre model LLaMA implemented based on C/C++ @@ -1 +1 @@ -46374e9ef178e9163f0200ed7fe20343 b4013.tar.gz +1ee1b3192f6ed49bde3b4bb701b69635 b4034.tar.gz |