Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / ollama-cuda
Commits: d4cb5859 by Alexander F. Rødseth at 2024-02-23T01:08:40+01:00 upgpkg: 0.1.27-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = ollama-cuda pkgdesc = Create, run and share large language models (LLMs) with CUDA - pkgver = 0.1.25 + pkgver = 0.1.27 pkgrel = 1 url = https://github.com/jmorganca/ollama arch = x86_64 @@ -11,8 +11,8 @@ pkgbase = ollama-cuda makedepends = go provides = ollama conflicts = ollama - source = git+https://github.com/jmorganca/ollama#tag=v0.1.25 - source = llama.cpp::git+https://github.com/ggerganov/llama.cpp#commit=6c00a066928b0475b865a2e3e709e2166e02d548 + source = git+https://github.com/jmorganca/ollama#tag=v0.1.27 + source = llama.cpp::git+https://github.com/ggerganov/llama.cpp#commit=96633eeca1265ed03e57230de54032041c58f9cd 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.25 +pkgver=0.1.27 pkgrel=1 arch=(x86_64) url='https://github.com/jmorganca/ollama' license=(MIT) -_ollamacommit=42e77e2a699ab0eb2f27fe8cde6f4b7f6eef225a # tag: v0.1.25 +_ollamacommit=8782dd562819606c6b84f0e075e987f6744e83d2 # tag: v0.1.27 # The llama.cpp git submodule commit hash can be found here: -# https://github.com/jmorganca/ollama/tree/v0.1.25/llm -_llama_cpp_commit=6c00a066928b0475b865a2e3e709e2166e02d548 +# https://github.com/jmorganca/ollama/tree/v0.1.27/llm +_llama_cpp_commit=96633eeca1265ed03e57230de54032041c58f9cd makedepends=(cmake cuda git go) provides=(ollama) conflicts=(ollama) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ollama-cuda/-/commit/d4cb58596d66895c180a6282407669434cc8301a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ollama-cuda/-/commit/d4cb58596d66895c180a6282407669434cc8301a You're receiving this email because of your account on gitlab.archlinux.org.