8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73757a3 commit 6c596f4Copy full SHA for 6c596f4
README.md
@@ -1,9 +1,10 @@
1
# `llama.cpp` Python Bindings
2
3
Simple Python bindings for @ggerganov's [`llama.cpp`](https://github.com/ggerganov/llama.cpp) library.
4
+This package provides:
5
-These bindings expose the low-level `llama.cpp` C API through a complete `ctypes` interface.
6
-This module also exposes a high-level Python API that is more convenient to use and follows a familiar format.
+- Low-level access to C API via `ctypes` interface
7
+- High-level Python API for text completion inspired by OpenAI's API
8
9
# Install
10
0 commit comments