pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/llama.cpp: Update to 0.2.3547
Module Name: pkgsrc-wip
Committed By: Ryo ONODERA <ryoon%NetBSD.org@localhost>
Pushed By: ryoon
Date: Fri Aug 9 12:44:49 2024 +0900
Changeset: 59b27d0a28db6847a8e77b52e7f426a64013c90b
Modified Files:
llama.cpp/Makefile
llama.cpp/PLIST
llama.cpp/distinfo
Log Message:
wip/llama.cpp: Update to 0.2.3547
This version supports llama 3.1.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=59b27d0a28db6847a8e77b52e7f426a64013c90b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
llama.cpp/Makefile | 2 +-
llama.cpp/PLIST | 21 +++++++++++++++------
llama.cpp/distinfo | 6 +++---
3 files changed, 19 insertions(+), 10 deletions(-)
diffs:
diff --git a/llama.cpp/Makefile b/llama.cpp/Makefile
index fef1ca9567..d957eb97fb 100644
--- a/llama.cpp/Makefile
+++ b/llama.cpp/Makefile
@@ -4,7 +4,7 @@ DISTNAME= llama.cpp-${GITHUB_TAG}
PKGNAME= ${DISTNAME:S/-b/-0.0.2./}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=ggerganov/}
-GITHUB_TAG= b3183
+GITHUB_TAG= b3547
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/ggerganov/llama.cpp/
diff --git a/llama.cpp/PLIST b/llama.cpp/PLIST
index f8a1813576..fc148b73dd 100644
--- a/llama.cpp/PLIST
+++ b/llama.cpp/PLIST
@@ -1,5 +1,5 @@
@comment $NetBSD$
-bin/convert-hf-to-gguf.py
+bin/convert_hf_to_gguf.py
bin/llama-baby-llama
bin/llama-batched
bin/llama-batched-bench
@@ -11,9 +11,9 @@ bin/llama-cvector-generator
bin/llama-embedding
bin/llama-eval-callback
bin/llama-export-lora
-bin/llama-finetune
bin/llama-gbnf-validator
bin/llama-gguf
+bin/llama-gguf-hash
bin/llama-gguf-split
bin/llama-gritlm
bin/llama-imatrix
@@ -35,12 +35,21 @@ bin/llama-server
bin/llama-simple
bin/llama-speculative
bin/llama-tokenize
-bin/llama-train-text-from-scratch
include/ggml-alloc.h
include/ggml-backend.h
+include/ggml-blas.h
+include/ggml-cann.h
+include/ggml-cuda.h
+include/ggml-kompute.h
+include/ggml-metal.h
+include/ggml-rpc.h
+include/ggml-sycl.h
+include/ggml-vulkan.h
include/ggml.h
include/llama.h
-lib/cmake/Llama/LlamaConfig.cmake
-lib/cmake/Llama/LlamaConfigVersion.cmake
-lib/libllama.a
+lib/cmake/llama/llama-config.cmake
+lib/cmake/llama/llama-version.cmake
+lib/libggml.so
+lib/libllama.so
+lib/libllava_shared.so
lib/pkgconfig/llama.pc
diff --git a/llama.cpp/distinfo b/llama.cpp/distinfo
index 153ec61a9d..fbc827c3c1 100644
--- a/llama.cpp/distinfo
+++ b/llama.cpp/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-BLAKE2s (llama.cpp-b3183.tar.gz) = 3615f832afd058a54b4f9825bccbe44edb8bfd0b0a203036b7b472116e53afbf
-SHA512 (llama.cpp-b3183.tar.gz) = d8540af75320029dfb764fc1c0c461cefe241528d373fa12132733712af80d486ef2774f61cfddfe64efdfd50a36910c40da8986954fbed1f04f00a41edfd9ba
-Size (llama.cpp-b3183.tar.gz) = 20598797 bytes
+BLAKE2s (llama.cpp-b3547.tar.gz) = 85d42530214ee3703d4e8682cc12792c3076d2c4b1bf7dbc37d58510a9422234
+SHA512 (llama.cpp-b3547.tar.gz) = 38714bc499d4bff392e6dc65681e0532bc1a7f99f0682318b9e114bab3aadc5bac88ac559986df8920dddfa1e5688fb58e073274eb52cd82d12e9b7e027e3265
+Size (llama.cpp-b3547.tar.gz) = 19015162 bytes
Home |
Main Index |
Thread Index |
Old Index