Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
ollama
Commits:
777532c9 by Alexander F. Rødseth at 2024-02-18T11:23:28+01:00
upgpkg: 0.1.25-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ollama
pkgdesc = Create, run and share large language models (LLMs)
- pkgver = 0.1.24
+ pkgver = 0.1.25
pkgrel = 1
url = https://github.com/jmorganca/ollama
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = ollama
makedepends = cmake
makedepends = git
makedepends = go
- source =
git+https://github.com/jmorganca/ollama#commit=69f392c9b7ea7c5cc3d46c29774e37fdef51abd8
- source =
llama.cpp::git+https://github.com/ggerganov/llama.cpp#commit=f57fadc009cbff741a1961cb7896c47d73978d2c
+ source =
git+https://github.com/jmorganca/ollama#commit=42e77e2a699ab0eb2f27fe8cde6f4b7f6eef225a
+ source =
llama.cpp::git+https://github.com/ggerganov/llama.cpp#commit=6c00a066928b0475b865a2e3e709e2166e02d548
source = ollama.service
source = sysusers.conf
source = tmpfiles.d
=====================================
PKGBUILD
=====================================
@@ -4,15 +4,15 @@
pkgname=ollama
pkgdesc='Create, run and share large language models (LLMs)'
-pkgver=0.1.24
+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 git go)
source=(git+$url#commit=$_ollamacommit
llama.cpp::git+https://github.com/ggerganov/llama.cpp#commit=$_llama_cpp_commit
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ollama/-/commit/777532c9332b2f21ac23b4ce9b99acfd47f6e0f0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ollama/-/commit/777532c9332b2f21ac23b4ce9b99acfd47f6e0f0
You're receiving this email because of your account on gitlab.archlinux.org.