summaryrefslogtreecommitdiff
path: root/misc/py-llama-cpp-python/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-11-18 00:12:48 -0800
committerYuri Victorovich <yuri@FreeBSD.org>2024-11-18 14:26:45 -0800
commitf6f441f6827582176e438878e92b27cb0fec8866 (patch)
tree57aef2952a73bbe4e0a84ec8a1d1769650c094f6 /misc/py-llama-cpp-python/Makefile
parentnet-p2p/qbittorrent: update 5.0.1 → 5.0.2 (diff)
misc/py-llama-cpp-python: update 0.3.1 → 0.3.2
Reported by: portscout
Diffstat (limited to 'misc/py-llama-cpp-python/Makefile')
-rw-r--r--misc/py-llama-cpp-python/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/py-llama-cpp-python/Makefile b/misc/py-llama-cpp-python/Makefile
index e8cf2344a02c..2cc013916c94 100644
--- a/misc/py-llama-cpp-python/Makefile
+++ b/misc/py-llama-cpp-python/Makefile
@@ -1,12 +1,13 @@
PORTNAME= llama-cpp-python
DISTVERSIONPREFIX= v
-DISTVERSION= 0.3.1
+DISTVERSION= 0.3.2
CATEGORIES= misc # machine-learning
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python bindings for the llama.cpp library
-WWW= https://llama-cpp-python.readthedocs.io/en/latest/
+WWW= https://llama-cpp-python.readthedocs.io/en/latest/ \
+ https://github.com/abetlen/llama-cpp-python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
@@ -33,7 +34,7 @@ USE_PYTHON= pep517 autoplist pytest
USE_GITHUB= yes
GH_ACCOUNT= abetlen
-GH_TUPLE= ggerganov:llama.cpp:c919d5d:cpp/vendor/llama.cpp
+GH_TUPLE= ggerganov:llama.cpp:74d73dc:cpp/vendor/llama.cpp
SHEBANG_GLOB= *.py