8000 Update README · coderonion/llama-cpp-python@6c596f4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c596f4

Browse files
committed
Update README
1 parent 73757a3 commit 6c596f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# `llama.cpp` Python Bindings
22

33
Simple Python bindings for @ggerganov's [`llama.cpp`](https://github.com/ggerganov/llama.cpp) library.
4+
This package provides:
45

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.
6+
- Low-level access to C API via `ctypes` interface
7+
- High-level Python API for text completion inspired by OpenAI's API
78

89
# Install
910

0 commit comments

Comments
 (0)
0