summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentd4fd9495f99c657954df905798b27df12a665108 (diff)
downloadaur-11935ad42633e1994199ad0b7e8de49804721996.tar.gz
upgpkg: 0.1.25-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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)