Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
ollama-cuda
Commits:
1ff24f68 by Alexander F. Rødseth at 2024-03-12T19:53:20+01:00
upgpkg: 0.1.29-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ollama-cuda
pkgdesc = Create, run and share large language models (LLMs) with CUDA
- pkgver = 0.1.28
+ pkgver = 0.1.29
pkgrel = 1
url = https://github.com/jmorganca/ollama
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = ollama-cuda
makedepends = go
provides = ollama
conflicts = ollama
- source = git+https://github.com/jmorganca/ollama#tag=v0.1.28
- source =
llama.cpp::git+https://github.com/ggerganov/llama.cpp#commit=87c91c07663b707e831c59ec373b5e665ff9d64a
+ source = git+https://github.com/jmorganca/ollama#tag=v0.1.29
+ source =
llama.cpp::git+https://github.com/ggerganov/llama.cpp#commit=ceca1aef0738b57951cd12c603c3477e75312dec
source = ollama.service
source = sysusers.conf
source = tmpfiles.d
=====================================
PKGBUILD
=====================================
@@ -3,15 +3,15 @@
pkgname=ollama-cuda
pkgdesc='Create, run and share large language models (LLMs) with CUDA'
-pkgver=0.1.28
+pkgver=0.1.29
pkgrel=1
arch=(x86_64)
url='https://github.com/jmorganca/ollama'
license=(MIT)
-_ollamacommit=3b4bab3dc55c615a14b1ae74ea64815d3891b5b0 # tag: v0.1.28
+_ollamacommit=369eda65f53af3ea38e4e9a80be7d7ec5baa5c1c # tag: v0.1.29
# The llama.cpp git submodule commit hash can be found here:
-# https://github.com/jmorganca/ollama/tree/v0.1.28/llm
-_llama_cpp_commit=87c91c07663b707e831c59ec373b5e665ff9d64a
+# https://github.com/jmorganca/ollama/tree/v0.1.29/llm
+_llama_cpp_commit=ceca1aef0738b57951cd12c603c3477e75312dec
makedepends=(cmake cuda git go)
provides=(ollama)
conflicts=(ollama)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ollama-cuda/-/commit/1ff24f689bf54780c00980c6a51a21d245c5c3de
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ollama-cuda/-/commit/1ff24f689bf54780c00980c6a51a21d245c5c3de
You're receiving this email because of your account on gitlab.archlinux.org.