Update README

This commit is contained in:
Andrei Betlen 2023-03-23 16:00:10 -04:00
parent 73757a31ae
commit 6c596f4f5a

View file

@ -1,9 +1,10 @@
# `llama.cpp` Python Bindings # `llama.cpp` Python Bindings
Simple Python bindings for @ggerganov's [`llama.cpp`](https://github.com/ggerganov/llama.cpp) library. Simple Python bindings for @ggerganov's [`llama.cpp`](https://github.com/ggerganov/llama.cpp) library.
This package provides:
These bindings expose the low-level `llama.cpp` C API through a complete `ctypes` interface. - Low-level access to C API via `ctypes` interface
This module also exposes a high-level Python API that is more convenient to use and follows a familiar format. - High-level Python API for text completion inspired by OpenAI's API
# Install # Install