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

alfalfa commented on 2024-03-24 11:02 (UTC) (edited on 2024-03-24 11:06 (UTC) by alfalfa)

Building llama-cpp... ==> Making package: llama-cpp c3e53b4-1 (Sun 24 Mar 2024 06:57:44 AM) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading master-c3e53b4.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 ==> ERROR: Failure while downloading https://github.com/ggerganov/llama.cpp/archive/master-c3e53b4.tar.gz Aborting... Failed to build llama-cpp

carsme commented on 2024-01-10 17:27 (UTC)

Hey, would you mind updating this package? Feel free to add me as co-maintainer if you'd like help to keep it up-to-date. Thanks!

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