From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 30 09:17:12 2023 Received: (at submit) by debbugs.gnu.org; 30 Jul 2023 13:17:12 +0000 Received: from localhost ([127.0.0.1]:49527 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qQ6IK-0000U4-0p for submit@debbugs.gnu.org; Sun, 30 Jul 2023 09:17:12 -0400 Received: from lists.gnu.org ([2001:470:142::17]:48758) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qQ6IG-0000Tq-1R for submit@debbugs.gnu.org; Sun, 30 Jul 2023 09:17:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qQ6IA-0003va-BL for guix-patches@gnu.org; Sun, 30 Jul 2023 09:17:02 -0400 Received: from 4.mo550.mail-out.ovh.net ([46.105.76.26]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qQ6I5-0008FN-Qo for guix-patches@gnu.org; Sun, 30 Jul 2023 09:17:02 -0400 Received: from director11.ghost.mail-out.ovh.net (unknown [10.108.16.164]) by mo550.mail-out.ovh.net (Postfix) with ESMTP id C20CD252D3 for ; Sun, 30 Jul 2023 13:16:45 +0000 (UTC) Received: from ghost-submission-6684bf9d7b-4l7tt (unknown [10.110.103.73]) by director11.ghost.mail-out.ovh.net (Postfix) with ESMTPS id 7732A1FE4E; Sun, 30 Jul 2023 13:16:45 +0000 (UTC) Received: from ngraves.fr ([37.59.142.99]) by ghost-submission-6684bf9d7b-4l7tt with ESMTPSA id shyTGr1ixmQVaR4A0ltQyQ (envelope-from ); Sun, 30 Jul 2023 13:16:45 +0000 Authentication-Results: garm.ovh; auth=pass (GARM-99G0036978049e-e18c-4590-b2ca-e1e8bd0a07fa, 923AA19D01545480F4256599C55F9E18E86A41EF) smtp.auth=ngraves@ngraves.fr X-OVh-ClientIp: 81.67.140.142 From: Nicolas Graves To: guix-patches@gnu.org Subject: [PATCH] gnu: llama-cpp: Update to 0.0.0-0.11f3ca0. Date: Sun, 30 Jul 2023 15:16:17 +0200 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Ovh-Tracer-Id: 7114842988492612322 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedviedrjedugdeivdcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecunecujfgurhephffvvefufffkofgggfestdekredtredttdenucfhrhhomheppfhitgholhgrshcuifhrrghvvghsuceonhhgrhgrvhgvshesnhhgrhgrvhgvshdrfhhrqeenucggtffrrghtthgvrhhnpeekffegteffgfffjeegjedvfffgtddvueeutefgfeeuvdejgedvgeejjeevueeuveenucfkphepuddvjedrtddrtddruddpkedurdeijedrudegtddrudegvddpfeejrdehledrudegvddrleelnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepuddvjedrtddrtddruddpmhgrihhlfhhrohhmpeeonhhgrhgrvhgvshesnhhgrhgrvhgvshdrfhhrqedpnhgspghrtghpthhtohepuddprhgtphhtthhopehguhhigidqphgrthgthhgvshesghhnuhdrohhrghdpoffvtefjohhsthepmhhoheehtddpmhhouggvpehsmhhtphhouhht Received-SPF: pass client-ip=46.105.76.26; envelope-from=ngraves@ngraves.fr; helo=4.mo550.mail-out.ovh.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: ngraves@ngraves.fr X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) * gnu/packages/machine-learning.scm (llama-cpp): Update to 0.0.0-0.11f3ca0. [#:phases](install-python-scripts): Adapt python scripts. (install): Remove deleted quantize script installation. --- gnu/packages/machine-learning.scm | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 897bf9f82a..a2b17cae52 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -408,7 +408,7 @@ (define-public guile-aiscm-next (deprecated-package "guile-aiscm-next" guile-aiscm)) (define-public llama-cpp - (let ((commit "3cd8dde0d1357b7f11bdd25c45d5bf5e97e284a0") + (let ((commit "11f3ca06b8c66b0427aab0a472479da22553b472") (revision "0")) (package (name "llama-cpp") @@ -421,7 +421,7 @@ (define-public llama-cpp (commit (string-append "master-" (string-take commit 7))))) (file-name (git-file-name name version)) (sha256 - (base32 "0i7c92cxqs31xklrn688978kk29agivgxjgvsb45wzm65gc6hm5c")))) + (base32 "0id9199r6hcvl2jq0n7pniyfybrw1ifvbzys6izm97r9kkmddnsn")))) (build-system cmake-build-system) (arguments (list @@ -449,18 +449,13 @@ (define-public llama-cpp (chmod (string-append bin script) #o555))) (mkdir-p bin) (make-script "convert-pth-to-ggml") - (make-script "convert-gptq-to-ggml") - (make-script "quantize.py") - (substitute* (string-append bin "quantize.py") - (("os\\.getcwd\\(\\), quantize_script_binary") - (string-append "\"" bin "\", quantize_script_binary")))))) + (make-script "convert-lora-to-ggml") + (make-script "convert")))) (add-after 'install-python-scripts 'wrap-python-scripts (assoc-ref python:%standard-phases 'wrap)) (replace 'install (lambda _ - (let ((bin (string-append #$output "/bin/"))) - (install-file "bin/quantize" bin) - (copy-file "bin/main" (string-append bin "llama")))))))) + (copy-file "bin/main" (string-append #$output "/bin/llama"))))))) (inputs (list python)) (propagated-inputs (list python-numpy python-pytorch python-sentencepiece)) base-commit: c7e45139faa27b60f2c7d0a4bc140f9793d97d47 prerequisite-patch-id: cccdad83975cbf04d7bd618c2c1a4b4de6fa7fd2 prerequisite-patch-id: 6f28833d2efa054d55126980f87ba4d2fdd13c6d prerequisite-patch-id: afc6cadece838372370f7093f863ce8eaae7bc55 prerequisite-patch-id: b9330c12700355319c104aa3b493eafe03cbb619 prerequisite-patch-id: 46fa9c5a48fcc5b13409049b14b6e7314a6d6956 prerequisite-patch-id: 846f8b50b8de749caaa459b874087d06e15e0a80 prerequisite-patch-id: 023101e5a315951ce9786fb8230955c97001dac9 prerequisite-patch-id: d4b0193f128d8236026e079e746ea0cf6c4c0af0 prerequisite-patch-id: d73442d6d7c88e7375e9de0a9cd655cacb7766f9 prerequisite-patch-id: d8a56dd7bc6c1c3ba3ac0f77b2402b9c6469cfb2 prerequisite-patch-id: 3bc2b2eecd799be8d8b0f96b850ef83a6306dab7 prerequisite-patch-id: 798d4a277eff03a59339af4ebe19406682f361ab prerequisite-patch-id: 3f65e9cdab64edeacfeb5748cd4fb130839b2b30 prerequisite-patch-id: 6f8225b63a1dd1866b05bb91544e49d7c096601c prerequisite-patch-id: ff71ec9bdf6337390a720db4535268af271e32df prerequisite-patch-id: c6b40cc38f5bdfab229ac3d7ed4346c5d9f1b2f7 prerequisite-patch-id: 9ab6dade9e641d5e667ba6a61dbfbb3d32c943a6 prerequisite-patch-id: 4fcae29a8f6dd95716669680141da315acaf6e59 prerequisite-patch-id: 0a5a6da0061188dc9be59bc9829db53288307c58 prerequisite-patch-id: 83c4b7d9d831990e4d37ba89c584d773c872ba6b prerequisite-patch-id: 1c8dddf99041cf399b8836e3ad6721d7bbcebb7c prerequisite-patch-id: 773df13cc85606b205d1d914e59525b7a6820a1d prerequisite-patch-id: 6f8974ce8c0a3a25721a41781f9b0dfd61e96cf4 prerequisite-patch-id: d219948d28923c5ccd34b63f988032df33f2f336 prerequisite-patch-id: 0bd75bb28df9ccf3405caf8217d708afc978047d prerequisite-patch-id: 26476dd782cf8f5e427d4bd36ac85957538a0aa3 prerequisite-patch-id: b5f87c460fd984c41fbb52e7e0dc305c20c46f22 prerequisite-patch-id: 5502b9c6a64abaca6a9921f25cd324869d26aa1e prerequisite-patch-id: a7e84bb368349566e9a6fdbe49a371fdb464bb1e prerequisite-patch-id: a84a766ceef6bedd5da3f9512c87a2c2a11ff33f prerequisite-patch-id: 0175b2b1cbbc15c1c775147821715bca9e3303a3 prerequisite-patch-id: 9c20b408ac8aa275ecba58383d83be5cef7647df prerequisite-patch-id: 836749cd3bd3b86f64de637c3c2df48a3608f09f prerequisite-patch-id: 28ea1ddbef32a1bc9e908f3f9c7466953c60f13d prerequisite-patch-id: 52a78e387e36e6408d7147950195d552e4e41528 prerequisite-patch-id: 87fee01a70d4b8cbfca44cc0a9c9f54471a92d18 prerequisite-patch-id: 8c8cdb345e815fc3332805ca224103f185d4a568 prerequisite-patch-id: 3434c5caf1eba9e9a64c673681e5911d2c1d9232 prerequisite-patch-id: c45bf303726fb3dacee01a66c0ff75105a81164d prerequisite-patch-id: d44a1adb0404f23522aac21fa8a7f26be7ddabdc prerequisite-patch-id: e422fe29bbcef80260b190637faa1a4953c3f1cb prerequisite-patch-id: 285479a1a1e46e6f0f8aba5429edfa400c81b32b prerequisite-patch-id: 30fcff6f8c9328c71d3fca609cddde0b56973bb7 prerequisite-patch-id: 70bb47ccac3375de893e4e640ce7c59369a05a39 prerequisite-patch-id: cc3d79386ca4a93146dc195cd5732764f1ac447f prerequisite-patch-id: 2686866ec4bf08c7faa05b17cb84d9e0c13ec12c prerequisite-patch-id: 369b61e07e3c90151a5414b784513b9ae3d3e978 prerequisite-patch-id: 065651c3a8cee63b725d7f86c080c274b494627e prerequisite-patch-id: 1ee71844f0c9a0112a456e5b76079239906a7fb8 prerequisite-patch-id: c7b3d9c5bff04c16576781eff50ce37f7c49131c prerequisite-patch-id: c8b8fe8dc51fea0b8a2626cf7031f01b6000e023 prerequisite-patch-id: 182e25335d4c357001f4f8bed2b3f89b91d9cae5 prerequisite-patch-id: c0ea00d5f4c6a83642a92c9341f0288fbfe3095a prerequisite-patch-id: 795d31cc33a24a6a57e67af31b65acd8faa8187c prerequisite-patch-id: 358af8aa7fa71b5cb8fbe6dde29d141bb7c57f1e prerequisite-patch-id: b9ab3ee98a9d4ca518a4d99042982d64fbce5d05 prerequisite-patch-id: 12b76e9c2751da73ed64c9489b15f74ff17568cf prerequisite-patch-id: eb618ab7b10483d917c308a38792af98baa517e2 prerequisite-patch-id: aca7b0d7b302853e522f47700d0780a96b4a72e6 prerequisite-patch-id: c6bbe6026bfcd2c9ff6e06efc5b8424a6943d1bf prerequisite-patch-id: 1dc9b52f102fa787539119b849a14224ef7b4fa5 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 14 04:24:54 2023 Received: (at 64953) by debbugs.gnu.org; 14 Aug 2023 08:24:54 +0000 Received: from localhost ([127.0.0.1]:32772 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qVSsf-0002gP-MX for submit@debbugs.gnu.org; Mon, 14 Aug 2023 04:24:54 -0400 Received: from mail-pg1-x532.google.com ([2607:f8b0:4864:20::532]:50183) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qVSsd-0002g9-6R for 64953@debbugs.gnu.org; Mon, 14 Aug 2023 04:24:52 -0400 Received: by mail-pg1-x532.google.com with SMTP id 41be03b00d2f7-564a0d2d35eso2243757a12.0 for <64953@debbugs.gnu.org>; Mon, 14 Aug 2023 01:24:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1692001485; x=1692606285; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:sender:from:to:cc:subject:date:message-id:reply-to; bh=6Pdi50PVo+L0RTq2Of+2b9+RhZInGaHGsZlYovl8GdM=; b=JW9B7eyxoUOwkyHxUl7pLWeSXEQP4LeBLeOLZqPZA5eSkqxL6d7KRWQPgc6qpsx1Dc 6/KQzNBrknEskc7zoCo+/VmMMQ4bBn8pD4rg4nKSr3A7of5dbWRqtSLjEBE+U+xIGTk9 3y4NhSFkbG7Vax+hpsRLIyfFSY2o+Qt/B4o7cL6/i/8PlfVOlAQhcOPkteHh/9L/lLOk +XKPSgrJ+UIjWwIrWZhVnbCXePFjR8IRubc1HkG7hHvj0ByrEJPUYuk60zxoCy+/q9XX GreScNpQsommyo/6AJnmtWXPa8WG1colD1cATmVibb2bkJ3WWA4ZYlyytGNuauYKpAWc EkDQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692001485; x=1692606285; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:sender:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=6Pdi50PVo+L0RTq2Of+2b9+RhZInGaHGsZlYovl8GdM=; b=RjPP1aABJJePP8IQWNU1d6ukv5eAS1hh9sTqZ8J2njrmKU637Kvnw0DLjuc+aK8PsH CB75b+nLZTuXeMQE1fCkkfIuJsz5rGSjelDv/Cc/roztHXdn+DYfi8GKGShdYIomFfMs VSKv5Igm0nP6pIsBIlO3VmMrwD5lNNXXhmRGWEPwHNqBqnzPPR8nhtJ10NnvvWjsPf7l SV1HOVmc+r8kO1D1dED3Tyd3pOv4YpNKEUHWfgaPxKyHxhMyRVNZZJ+S824KsG70yrgY ZTGu5skQetlz9c72P/82sRnaFVR2vKh2sSI5mr4I/NjDF/M36WppOGaCPghKNQPUW3Xm fNYQ== X-Gm-Message-State: AOJu0YxeE/rj4lTB41w20zniBOHbzEiiQVDcfPe5aES76Mv9/iluzCAn aHa6djkWXaZCY+ZfrzO0cpZ3xR/0x7mA7w== X-Google-Smtp-Source: AGHT+IGtvY7lw9Mois6RIL8FM+yQgh7eZ6HDJFVgRu/QlvZsaWgD7NdA19xX6O/3hbW6xm9PKAH8og== X-Received: by 2002:a17:90a:df98:b0:262:fba6:59b5 with SMTP id p24-20020a17090adf9800b00262fba659b5mr5442453pjv.24.1692001484624; Mon, 14 Aug 2023 01:24:44 -0700 (PDT) Received: from localhost.localdomain ([98.37.226.98]) by smtp.googlemail.com with ESMTPSA id p2-20020a17090a284200b00264044cca0fsm17756331pjf.1.2023.08.14.01.24.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Aug 2023 01:24:44 -0700 (PDT) From: Andy Tai To: 64953@debbugs.gnu.org Subject: [PATCH v2] gnu: llama-cpp: Update to 0.0.0-0.f31b539. Date: Mon, 14 Aug 2023 01:24:40 -0700 Message-ID: <1848ba131c4ed7ece9f33abab4df3efa00e63dcd.1692001411.git.atai@atai.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 64953 Cc: Nicolas Graves X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) From: Nicolas Graves * gnu/packages/machine-learning.scm (llama-cpp): Update to 0.0.0-0.f31b539. [#:phases](install-python-scripts): Adapt python scripts. (install): Remove deleted quantize script installation. --- gnu/packages/machine-learning.scm | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index b5db0aa3b8..8d89ef2208 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -408,7 +408,7 @@ (define-public guile-aiscm-next (deprecated-package "guile-aiscm-next" guile-aiscm)) (define-public llama-cpp - (let ((commit "3cd8dde0d1357b7f11bdd25c45d5bf5e97e284a0") + (let ((commit "f31b5397143009d682db90fd2a6cde83f1ef00eb") (revision "0")) (package (name "llama-cpp") @@ -421,7 +421,7 @@ (define-public llama-cpp (commit (string-append "master-" (string-take commit 7))))) (file-name (git-file-name name version)) (sha256 - (base32 "0i7c92cxqs31xklrn688978kk29agivgxjgvsb45wzm65gc6hm5c")))) + (base32 "0ys6n53n032zq1ll9f3vgxk8sw0qq7x3fi7awsyy13adzp3hn08p")))) (build-system cmake-build-system) (arguments (list @@ -449,18 +449,13 @@ (define-public llama-cpp (chmod (string-append bin script) #o555))) (mkdir-p bin) (make-script "convert-pth-to-ggml") - (make-script "convert-gptq-to-ggml") - (make-script "quantize.py") - (substitute* (string-append bin "quantize.py") - (("os\\.getcwd\\(\\), quantize_script_binary") - (string-append "\"" bin "\", quantize_script_binary")))))) + (make-script "convert-lora-to-ggml") + (make-script "convert")))) (add-after 'install-python-scripts 'wrap-python-scripts (assoc-ref python:%standard-phases 'wrap)) (replace 'install (lambda _ - (let ((bin (string-append #$output "/bin/"))) - (install-file "bin/quantize" bin) - (copy-file "bin/main" (string-append bin "llama")))))))) + (copy-file "bin/main" (string-append #$output "/bin/llama"))))))) (inputs (list python)) (propagated-inputs (list python-numpy python-pytorch python-sentencepiece)) base-commit: b15381460ed74e72792ff182dd2ca7a06ba59b0c -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 14 18:25:44 2023 Received: (at 64953-done) by debbugs.gnu.org; 14 Aug 2023 22:25:44 +0000 Received: from localhost ([127.0.0.1]:34541 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qVg0O-0004vn-3n for submit@debbugs.gnu.org; Mon, 14 Aug 2023 18:25:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40490) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qVg0L-0004vZ-2E for 64953-done@debbugs.gnu.org; Mon, 14 Aug 2023 18:25:42 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qVg0D-0006n0-QQ; Mon, 14 Aug 2023 18:25:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=9pDNC6N+FNuJMcBZ6G3xI6aV9dA/z2mY2t5RVGFNeZk=; b=SVcai+dxZNqEPaFJ4ODk sdu0t4nYEfjPTFHh+zL1NJpGucniCZ95hNPdIn5FRFqbASmKoVdR70euErgnzj4ts5O/yUbMGqTHi A6ba/MNnQojBwIAljwLET1IFLtVJYVZ8muqVgfCVxKQ8QzdjyfHv7i96YOQK2RlK+lKIZkDqTmszM bXq4SOu/45DB87CacH13V0ybpJtTz042Q7KatwlxGZk4Cz+H+FNhTTjm5qYPY+X8rraKYj+bgge80 HvbePP/9SrExdzK2rk+iLsgls8uT4N0pHgtWuL5lLxpb7jONjAAzWn3sp7vLlIdQlNqse9lw4esM8 UC78Rvd4wtgBmw==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Andy Tai Subject: Re: bug#64953: [PATCH] gnu: llama-cpp: Update to 0.0.0-0.11f3ca0. References: <1848ba131c4ed7ece9f33abab4df3efa00e63dcd.1692001411.git.atai@atai.org> Date: Tue, 15 Aug 2023 00:25:12 +0200 In-Reply-To: <1848ba131c4ed7ece9f33abab4df3efa00e63dcd.1692001411.git.atai@atai.org> (Andy Tai's message of "Mon, 14 Aug 2023 01:24:40 -0700") Message-ID: <87sf8l9s8n.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 64953-done Cc: 64953-done@debbugs.gnu.org, Nicolas Graves X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Andy Tai skribis: > From: Nicolas Graves > > * gnu/packages/machine-learning.scm (llama-cpp): Update to 0.0.0-0.f31b53= 9. > [#:phases](install-python-scripts): Adapt python scripts. > (install): Remove deleted quantize script installation. Hi! Applied, with you as co-author. Thanks, Ludo=E2=80=99. From unknown Sun Aug 17 22:09:06 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 12 Sep 2023 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator