diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-09-26 01:25:54 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-09-26 01:27:13 -0700 |
commit | 38f474fa56f758fac2d5839d76754c7b39fed276 (patch) | |
tree | 67e49449f5891f56e7c16c8deba72d8f34c23baa /misc/py-llama-cpp-python/Makefile | |
parent | databases/{,py-}duckdb: update 1.1.0 → 1.1.1 (diff) |
misc/py-llama-cpp-python: update 0.2.85 → 0.3.0
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 5ab186090049..6b4d230f1c21 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.2.85 +DISTVERSION= 0.3.0 CATEGORIES= misc # machine-learning PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scikit-build-core>0:devel/py-scikit-build-core@${PY_FLAVOR} \ cmake:devel/cmake-core +LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}diskcache>=5.6.1:devel/py-diskcache@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.11.3:devel/py-Jinja2@${PY_FLAVOR} \ ${PYNUMPY} \ @@ -31,7 +32,7 @@ USE_PYTHON= pep517 autoplist pytest USE_GITHUB= yes GH_ACCOUNT= abetlen -GH_TUPLE= ggerganov:llama.cpp:4730fac:cpp/vendor/llama.cpp +GH_TUPLE= ggerganov:llama.cpp:ea9c32be71b91b42ecc538bd902e93cbb5fb36cb:cpp/vendor/llama.cpp SHEBANG_GLOB= *.py |