Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
ollama-cuda
Commits:
44cc587e by Alexander F. Rødseth at 2024-04-01T16:11:44+02:00
upgpkg: 0.1.30-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,8 +1,8 @@
pkgbase = ollama-cuda
pkgdesc = Create, run and share large language models (LLMs) with CUDA
- pkgver = 0.1.29
+ pkgver = 0.1.30
pkgrel = 1
- url = https://github.com/jmorganca/ollama
+ url = https://github.com/ollama/ollama
arch = x86_64
license = MIT
makedepends = cmake
@@ -11,8 +11,8 @@ pkgbase = ollama-cuda
makedepends = go
provides = ollama
conflicts = ollama
- source = git+https://github.com/jmorganca/ollama#tag=v0.1.29
- source =
llama.cpp::git+https://github.com/ggerganov/llama.cpp#commit=ceca1aef0738b57951cd12c603c3477e75312dec
+ source = git+https://github.com/ollama/ollama#tag=v0.1.30
+ source =
llama.cpp::git+https://github.com/ggerganov/llama.cpp#commit=ad3a0505e3b6cd777259ee35e61d428357ffc565
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.29
+pkgver=0.1.30
pkgrel=1
arch=(x86_64)
-url='https://github.com/jmorganca/ollama'
+url='https://github.com/ollama/ollama'
license=(MIT)
-_ollamacommit=369eda65f53af3ea38e4e9a80be7d7ec5baa5c1c # tag: v0.1.29
+_ollamacommit=756c2575535641f1b96d94b4214941b90f4c30c7 # tag: v0.1.30
# The llama.cpp git submodule commit hash can be found here:
-# https://github.com/jmorganca/ollama/tree/v0.1.29/llm
-_llama_cpp_commit=ceca1aef0738b57951cd12c603c3477e75312dec
+# https://github.com/ollama/ollama/tree/v0.1.30/llm
+_llama_cpp_commit=ad3a0505e3b6cd777259ee35e61d428357ffc565
makedepends=(cmake cuda git go)
provides=(ollama)
conflicts=(ollama)
@@ -46,7 +46,7 @@ build() {
export CGO_CFLAGS="$CFLAGS" CGO_CPPFLAGS="$CPPFLAGS"
CGO_CXXFLAGS="$CXXFLAGS" CGO_LDFLAGS="$LDFLAGS"
go generate ./...
go build -buildmode=pie -trimpath -mod=readonly -modcacherw
-ldflags=-linkmode=external \
- -ldflags=-buildid=''
-ldflags="-X=github.com/jmorganca/ollama/version.Version=$pkgver"
+ -ldflags=-buildid=''
-ldflags="-X=github.com/ollama/ollama/version.Version=$pkgver"
}
check() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ollama-cuda/-/commit/44cc587eaba271d2329f23db8b415ccab2d639d0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ollama-cuda/-/commit/44cc587eaba271d2329f23db8b415ccab2d639d0
You're receiving this email because of your account on gitlab.archlinux.org.