From f6f441f6827582176e438878e92b27cb0fec8866 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Mon, 18 Nov 2024 00:12:48 -0800 Subject: =?UTF-8?q?misc/py-llama-cpp-python:=20update=200.3.1=20=E2=86=92?= =?UTF-8?q?=200.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported by: portscout --- misc/py-llama-cpp-python/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'misc/py-llama-cpp-python/Makefile') 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 -- cgit v1.2.3