diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-09-30 00:22:23 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-09-30 01:28:25 -0700 |
commit | 71c29e77b7d414e231ac67ec7eda65909b624b1c (patch) | |
tree | 82a521a59d30c5c5fcce0ad7964b51e6378bc8fb /misc/py-llama-cpp-python/Makefile | |
parent | sysutils/mise: update 2024.9.12 → 2024.9.13 (diff) |
misc/py-llama-cpp-python: update 0.3.0 → 0.3.1
Reported by: portscout
Diffstat (limited to 'misc/py-llama-cpp-python/Makefile')
-rw-r--r-- | misc/py-llama-cpp-python/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/py-llama-cpp-python/Makefile b/misc/py-llama-cpp-python/Makefile index 6b4d230f1c21..e8cf2344a02c 100644 --- a/misc/py-llama-cpp-python/Makefile +++ b/misc/py-llama-cpp-python/Makefile @@ -1,6 +1,6 @@ PORTNAME= llama-cpp-python DISTVERSIONPREFIX= v -DISTVERSION= 0.3.0 +DISTVERSION= 0.3.1 CATEGORIES= misc # machine-learning PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,6 +25,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}fastapi>=0.100.0:www/py-fastapi@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}uvicorn>=0.22.0:www/py-uvicorn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=5.1:devel/py-pyyaml@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.24.1:www/py-httpx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}huggingface-hub>=0.23.0:misc/py-huggingface-hub@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.10:science/py-scipy@${PY_FLAVOR} USES= python shebangfix @@ -32,7 +33,7 @@ USE_PYTHON= pep517 autoplist pytest USE_GITHUB= yes GH_ACCOUNT= abetlen -GH_TUPLE= ggerganov:llama.cpp:ea9c32be71b91b42ecc538bd902e93cbb5fb36cb:cpp/vendor/llama.cpp +GH_TUPLE= ggerganov:llama.cpp:c919d5d:cpp/vendor/llama.cpp SHEBANG_GLOB= *.py |