summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2024-02-13 12:18:12 +0100
committerAlexander F. Rødseth2024-02-13 12:18:12 +0100
commitd4fd9495f99c657954df905798b27df12a665108 (patch)
tree2723c4f0cf6489d7f7d7065bab9da868b83007d1
parentdfdc9f67a9e0dfb79bee4e8f1ea84c8fb399e6d9 (diff)
downloadaur-d4fd9495f99c657954df905798b27df12a665108.tar.gz
upgpkg: 0.1.24-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2003ad369e1f..b8f97633f20c 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 = 1
+ pkgrel = 2
url = https://github.com/jmorganca/ollama
arch = x86_64
license = MIT
@@ -12,7 +12,7 @@ pkgbase = ollama-cuda
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=d2f650cb5b04ee2726663e79b47da5efe196ce00
+ source = llama.cpp::git+https://github.com/ggerganov/llama.cpp#commit=f57fadc009cbff741a1961cb7896c47d73978d2c
source = ollama.service
source = sysusers.conf
source = tmpfiles.d
diff --git a/PKGBUILD b/PKGBUILD
index d28e805cda00..ef6e871b262a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ollama-cuda
pkgdesc='Create, run and share large language models (LLMs) with CUDA'
pkgver=0.1.24
-pkgrel=1
+pkgrel=2
arch=(x86_64)
url='https://github.com/jmorganca/ollama'
license=(MIT)
@@ -12,7 +12,6 @@ _ollamacommit=69f392c9b7ea7c5cc3d46c29774e37fdef51abd8 # tag: v0.1.24
# 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
-_llama_cpp_commit=d2f650cb5b04ee2726663e79b47da5efe196ce00
makedepends=(cmake cuda git go)
provides=(ollama)
conflicts=(ollama)