Skip to content

Commit

Permalink
Re-enabled Vulkan build by disabling testing options; reference: gger…
Browse files Browse the repository at this point in the history
  • Loading branch information
git user committed May 22, 2024
1 parent 0b03d3c commit 2c6e729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = ollama-nogpu-git
pkgdesc = Create, run and share large language models (LLMs). Package(s) without dedicated GPU offloading (no CUDA, no ROCm, no SYCL).
pkgver = 0.1.39+rc1+4.r2773.20240522.955c317c
pkgrel = 1
pkgrel = 2
url = https://github.com/jmorganca/ollama
arch = armv7h
arch = aarch64
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if "${_build_vulkan}"; then
fi
pkgdesc='Create, run and share large language models (LLMs). Package(s) without dedicated GPU offloading (no CUDA, no ROCm, no SYCL).'
pkgver=0.1.39+rc1+4.r2773.20240522.955c317c
pkgrel=1
pkgrel=2
arch=(
'armv7h'
'aarch64'
Expand Down

0 comments on commit 2c6e729

Please sign in to comment.