diff options
Diffstat (limited to 'misc/py-gguf/Makefile')
-rw-r--r-- | misc/py-gguf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/py-gguf/Makefile b/misc/py-gguf/Makefile index b03b9d096471..05b335f0f495 100644 --- a/misc/py-gguf/Makefile +++ b/misc/py-gguf/Makefile @@ -1,5 +1,5 @@ PORTNAME= gguf -DISTVERSION= 0.16.2.${GH_TAGNAME:S/b//} # the base version is in pyproject.toml, updated by post-patch +DISTVERSION= 0.16.3.${GH_TAGNAME:S/b//} # the base version is in pyproject.toml, updated by post-patch CATEGORIES= misc python # machine-learning #MASTER_SITES= PYPI # the PYPI version is way behind of llama-cpp PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,7 +24,7 @@ USE_PYTHON= pep517 autoplist pytest USE_GITHUB= yes GH_ACCOUNT= ggml-org GH_PROJECT= llama.cpp -GH_TAGNAME= b5287 +GH_TAGNAME= b5371 WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME}/gguf-py |