Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
ollama-cuda
Commits:
11935ad4 by Alexander F. Rødseth at 2024-02-18T12:14:41+01:00
upgpkg: 0.1.25-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.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
=====================================
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)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ollama-cuda/-/commit/11935ad42633e1994199ad0b7e8de49804721996
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ollama-cuda/-/commit/11935ad42633e1994199ad0b7e8de49804721996
You're receiving this email because of your account on gitlab.archlinux.org.