diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-07-28 16:47:17 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-07-28 16:57:43 -0700 |
commit | cd0465f5d2c19aecf6c863c5ac5565890cd7b554 (patch) | |
tree | ca011deec884d13765574fbc218a31f56761c132 /misc/py-llama-cpp-python/pkg-descr | |
parent | devel/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-descr | 5 |
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. |