Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
ollama
Commits:
7302df7e by Alexander F. Rødseth at 2024-02-07T09:28:15+01:00
upgpkg: 0.1.23-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
pkgbase = ollama
pkgdesc = Create, run and share large language models (LLMs)
- pkgver = 0.1.22
- pkgrel = 2
+ pkgver = 0.1.23
+ pkgrel = 1
url = https://github.com/jmorganca/ollama
arch = x86_64
license = MIT
makedepends = cmake
makedepends = git
makedepends = go
- source =
git+https://github.com/jmorganca/ollama#commit=a47d8b2557259ffc9881817df97fbf6d6824e89e
- source =
llama.cpp::git+https://github.com/ggerganov/llama.cpp#commit=cd4fddb29f81d6a1f6d51a0c016bc6b486d68def
+ source =
git+https://github.com/jmorganca/ollama#commit=09a6f76f4c30fb8a9708680c519d08feeb504197
+ source =
llama.cpp::git+https://github.com/ggerganov/llama.cpp#commit=d2f650cb5b04ee2726663e79b47da5efe196ce00
source = sysusers.conf
source = tmpfiles.d
source = ollama.service
=====================================
PKGBUILD
=====================================
@@ -4,15 +4,15 @@
pkgname=ollama
pkgdesc='Create, run and share large language models (LLMs)'
-pkgver=0.1.22
-pkgrel=2
+pkgver=0.1.23
+pkgrel=1
arch=(x86_64)
url='https://github.com/jmorganca/ollama'
license=(MIT)
-_ollamacommit=a47d8b2557259ffc9881817df97fbf6d6824e89e # tag: v0.1.22
+_ollamacommit=09a6f76f4c30fb8a9708680c519d08feeb504197 # tag: v0.1.23
# The llama.cpp git submodule commit hash can be found here:
-# https://github.com/jmorganca/ollama/tree/v0.1.22/llm
-_llama_cpp_commit=cd4fddb29f81d6a1f6d51a0c016bc6b486d68def
+# https://github.com/jmorganca/ollama/tree/v0.1.23/llm
+_llama_cpp_commit=d2f650cb5b04ee2726663e79b47da5efe196ce00
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/7302df7e5a380efa1e28a2fbef7d63b407e1826e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ollama/-/commit/7302df7e5a380efa1e28a2fbef7d63b407e1826e
You're receiving this email because of your account on gitlab.archlinux.org.