Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
ollama
Commits:
326efa8c by Kevin MacMartin at 2025-04-04T16:33:27-04:00
Support RX 9070 and RX 9070 XT GPUs
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ollama
pkgdesc = Create, run and share large language models (LLMs)
pkgver = 0.6.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ollama/ollama
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgbase=ollama
pkgname=(ollama ollama-rocm ollama-cuda ollama-docs)
pkgver=0.6.4
-pkgrel=1
+pkgrel=2
pkgdesc='Create, run and share large language models (LLMs)'
arch=(x86_64)
url='https://github.com/ollama/ollama'
@@ -42,7 +42,7 @@ build() {
# Sync GPU targets from CMakePresets.json
cmake -B build -G Ninja \
-DCMAKE_CUDA_ARCHITECTURES="50;52;53;60;61;62;70;72;75;80;86;87;89;90;90a"
\
-
-DAMDGPU_TARGETS="gfx900;gfx940;gfx941;gfx942;gfx1010;gfx1012;gfx1030;gfx1100;gfx1101;gfx1102;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack+;gfx90a:xnack-"
\
+
-DAMDGPU_TARGETS="gfx900;gfx940;gfx941;gfx942;gfx1010;gfx1012;gfx1030;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack+;gfx90a:xnack-"
\
-DCMAKE_INSTALL_PREFIX=/usr
cmake --build build
go build .
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ollama/-/commit/326efa8c1ae04db230e47f32f916246f91cf2255
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ollama/-/commit/326efa8c1ae04db230e47f32f916246f91cf2255
You're receiving this email because of your account on gitlab.archlinux.org.