Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
ollama-cuda
Commits:
110f1456 by Alexander F. Rødseth at 2023-11-27T21:22:40+01:00
upgpkg: 0.1.12-1
- - - - -
ca44c68c by Alexander F. Rødseth at 2023-11-27T23:23:05+01:00
upgpkg: 0.1.12-2
- - - - -
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.12
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jmorganca/ollama
arch = x86_64
license = MIT
@@ -10,6 +10,8 @@ pkgbase = ollama-cuda
makedepends = git
makedepends = go
makedepends = setconf
+ provides = ollama
+ conflicts = ollama
source =
git+https://github.com/jmorganca/ollama#commit=16a900630616f47ea18026150cad82d5e8008c01
source =
ggml::git+https://github.com/ggerganov/llama.cpp#commit=9e232f0234073358e7031c1b8d7aa45020469a3b
source =
gguf::git+https://github.com/ggerganov/llama.cpp#commit=9656026b53236ed7328458269c4c798dd50ac8d1
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=ollama-cuda
pkgdesc='Create, run and share large language models (LLMs) with CUDA'
pkgver=0.1.12
-pkgrel=1
+pkgrel=2
arch=(x86_64)
url='https://github.com/jmorganca/ollama'
license=(MIT)
@@ -14,6 +14,8 @@ _ollamacommit=16a900630616f47ea18026150cad82d5e8008c01 # tag:
v0.1.12
_ggmlcommit=9e232f0234073358e7031c1b8d7aa45020469a3b
_ggufcommit=9656026b53236ed7328458269c4c798dd50ac8d1
makedepends=(cmake cuda git go setconf)
+provides=(ollama)
+conflicts=(ollama)
source=(git+$url#commit=$_ollamacommit
ggml::git+https://github.com/ggerganov/llama.cpp#commit=$_ggmlcommit
gguf::git+https://github.com/ggerganov/llama.cpp#commit=$_ggufcommit
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ollama-cuda/-/compare/fdb3a1e5dd349853568ac0be327acf1c11234f68...ca44c68c75a5ef1f54384f8da690e45a0f9e839e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ollama-cuda/-/compare/fdb3a1e5dd349853568ac0be327acf1c11234f68...ca44c68c75a5ef1f54384f8da690e45a0f9e839e
You're receiving this email because of your account on gitlab.archlinux.org.