summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2024-02-18 12:14:41 +0100
committerAlexander F. Rødseth2024-02-18 12:14:41 +0100
commit11935ad42633e1994199ad0b7e8de49804721996 (patch)
tree6dae92536114f2ce3693c2ef5789ed5bb473169f
parentd4fd9495f99c657954df905798b27df12a665108 (diff)
downloadaur-11935ad42633e1994199ad0b7e8de49804721996.tar.gz
upgpkg: 0.1.25-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8f97633f20c..bf82c500e7c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ollama-cuda
pkgdesc = Create, run and share large language models (LLMs) with CUDA
- pkgver = 0.1.24
- pkgrel = 2
+ pkgver = 0.1.25
+ pkgrel = 1
url = https://github.com/jmorganca/ollama
arch = x86_64
license = MIT
@@ -11,8 +11,8 @@ pkgbase = ollama-cuda
makedepends = go
provides = ollama
conflicts = ollama
- source = git+https://github.com/jmorganca/ollama#tag=v0.1.24
- source = llama.cpp::git+https://github.com/ggerganov/llama.cpp#commit=f57fadc009cbff741a1961cb7896c47d73978d2c
+ source = git+https://github.com/jmorganca/ollama#tag=v0.1.25
+ source = llama.cpp::git+https://github.com/ggerganov/llama.cpp#commit=6c00a066928b0475b865a2e3e709e2166e02d548
source = ollama.service
source = sysusers.conf
source = tmpfiles.d
diff --git a/PKGBUILD b/PKGBUILD
index ef6e871b262a..1eaf4f242ee5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=ollama-cuda
pkgdesc='Create, run and share large language models (LLMs) with CUDA'
-pkgver=0.1.24
-pkgrel=2
+pkgver=0.1.25
+pkgrel=1
arch=(x86_64)
url='https://github.com/jmorganca/ollama'
license=(MIT)
-_ollamacommit=69f392c9b7ea7c5cc3d46c29774e37fdef51abd8 # tag: v0.1.24
+_ollamacommit=42e77e2a699ab0eb2f27fe8cde6f4b7f6eef225a # tag: v0.1.25
# The llama.cpp git submodule commit hash can be found here:
-# https://github.com/jmorganca/ollama/tree/v0.1.24/llm
-_llama_cpp_commit=f57fadc009cbff741a1961cb7896c47d73978d2c
+# https://github.com/jmorganca/ollama/tree/v0.1.25/llm
+_llama_cpp_commit=6c00a066928b0475b865a2e3e709e2166e02d548
makedepends=(cmake cuda git go)
provides=(ollama)
conflicts=(ollama)