Package Details: python-llama-cpp 0.1.83-1

Git Clone URL: https://aur.archlinux.org/python-llama-cpp.git (read-only, click to copy)
Package Base: python-llama-cpp
Description: Python bindings for llama.cpp
Upstream URL: https://github.com/abetlen/llama-cpp-python
Licenses: GPL3
Submitter: Freed
Maintainer: Freed
Last Packager: Freed
Votes: 0
Popularity: 0.000000
First Submitted: 2023-07-18 08:30 (UTC)
Last Updated: 2023-09-02 22:18 (UTC)

Latest Comments

colobas commented on 2023-09-02 21:40 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 8a76c4e..51e33d9 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 # Maintainer: Wu Zhenyu <wuzhenyu@ustc.edu>
 _pkgname=llama-cpp-python
 pkgname=python-llama-cpp
-pkgver=0.1.72
+pkgver=0.1.83
 pkgrel=1
 pkgdesc="Python bindings for llama.cpp"
 # llama.so provided by llama-cpp
@@ -16,7 +16,7 @@ makedepends=(python-scikit-build)
 license=(GPL3)
 _py=py3
 source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/${_pkgname//-/_}-$pkgver.tar.gz")
-sha256sums=('1520fa9751ff77ac4dea7837e224a77a5698eb7310eb4afbd5fbea1668f9ae0e')
+sha256sums=('9f40656e46a85a3c3427790246e03490bb90202c37cb99732a095ffcb99efe54')

 package() {
    cd "${_pkgname//-/_}-$pkgver" || return 1