summaryrefslogtreecommitdiff
path: root/misc/py-llama-cpp-python/pkg-descr
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-07-28 16:47:17 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2024-07-28 16:57:43 -0700
commitcd0465f5d2c19aecf6c863c5ac5565890cd7b554 (patch)
treeca011deec884d13765574fbc218a31f56761c132 /misc/py-llama-cpp-python/pkg-descr
parentdevel/py-pydantic-settings: New port: Settings management using Pydantic (diff)
misc/py-llama-cpp-python: New port: Python bindings for the llama.cpp library
Diffstat (limited to 'misc/py-llama-cpp-python/pkg-descr')
-rw-r--r--misc/py-llama-cpp-python/pkg-descr5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/py-llama-cpp-python/pkg-descr b/misc/py-llama-cpp-python/pkg-descr
new file mode 100644
index 000000000000..6c5bf2aa148e
--- /dev/null
+++ b/misc/py-llama-cpp-python/pkg-descr
@@ -0,0 +1,5 @@
+llama-cpp-python is the Python bindings for the llama.cpp library/
+
+The main goal of llama.cpp is to enable LLM inference with minimal setup and
+state-of-the-art performance on a wide variety of hardware - locally and in
+the cloud.