summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21adbb8117e3..462dd9801987 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = llm-cublas-git
pkgdesc = An ecosystem of Rust libraries for working with large language models (with CUBlas)
- pkgver = r772.3becd72
+ pkgver = r929.fc1c052
pkgrel = 1
url = https://github.com/rustformers/llm
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index f2a10f872164..0894cc4cec07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname="llm"
_feature="cublas"
pkgname="${_pkgname}-${_feature}-git"
-pkgver=r772.3becd72
+pkgver=r929.fc1c052
pkgrel=1
pkgdesc="An ecosystem of Rust libraries for working with large language models (with CUBlas)"
arch=(any)
@@ -51,5 +51,5 @@ package() {
cd "${srcdir}/${_pkgname}"
install -Dm755 "target/release/${_pkgname}" -t "${pkgdir}/usr/bin/"
install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${_pkgname}/"
- install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+ install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${_pkgname}/"
}