From: Andy Tai <atai@atai.org>
To: 67873@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#67873] [PATCH] llama-cpp: Update to commit 2994f0
Date: Sun, 17 Dec 2023 17:09:47 -0800 [thread overview]
Message-ID: <c11efe92c927b3e4eccf08102eb4c7e690986ecc.1702861753.git.atai@atai.org> (raw)
* gnu/packages/machine-learning.scm (llama-cpp): Update to commit 2994f0
Change-Id: I241752d2ac2aa893933e87111454636f08df1af7
---
gnu/packages/machine-learning.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index c100e0be6e..dbac325eb3 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -516,8 +516,8 @@ (define-public guile-aiscm-next
(deprecated-package "guile-aiscm-next" guile-aiscm))
(define-public llama-cpp
- (let ((commit "f31b5397143009d682db90fd2a6cde83f1ef00eb")
- (revision "0"))
+ (let ((commit "2994f0c5a2e8c96955b422dedc93ec2595d16b82")
+ (revision "1"))
(package
(name "llama-cpp")
(version (git-version "0.0.0" revision commit))
@@ -526,10 +526,10 @@ (define-public llama-cpp
(method git-fetch)
(uri (git-reference
(url "https://github.com/ggerganov/llama.cpp")
- (commit (string-append "master-" (string-take commit 7)))))
+ (commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0ys6n53n032zq1ll9f3vgxk8sw0qq7x3fi7awsyy13adzp3hn08p"))))
+ (base32 "0g02jh9qz74vmvqh4485jsfcg26r02hn5sji4ckzsnkv627rw9mz"))))
(build-system cmake-build-system)
(arguments
(list
@@ -556,7 +556,6 @@ (define-public llama-cpp
(get-string-all input))))))
(chmod (string-append bin script) #o555)))
(mkdir-p bin)
- (make-script "convert-pth-to-ggml")
(make-script "convert-lora-to-ggml")
(make-script "convert"))))
(add-after 'install-python-scripts 'wrap-python-scripts
base-commit: 6ab242609daec00e8bd54f7bff54557c92695724
--
2.41.0
next reply other threads:[~2023-12-18 1:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-18 1:09 Andy Tai [this message]
2024-01-01 2:02 ` [bug#67873] [PATCH v2] llama-cpp: Update to commit 2994f0 Andy Tai
2024-02-27 5:29 ` [bug#67873] [PATCH v3] llama-cpp: Update to commit de473f Andy Tai
2024-03-08 10:12 ` bug#67873: Close Andreas Enge
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c11efe92c927b3e4eccf08102eb4c7e690986ecc.1702861753.git.atai@atai.org \
--to=atai@atai.org \
--cc=67873@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).