mirror of
https://github.com/abetlen/llama-cpp-python.git
synced 2023-09-07 17:34:22 +03:00
Update README.md
This commit is contained in:
17
README.md
17
README.md
@@ -1,4 +1,9 @@
|
||||
# 🦙 Python Bindings for `llama.cpp`
|
||||
# 🦙 Python Bindings for `llama.cpp`
|
||||
|
||||
[](https://pypi.org/project/llama-cpp-python/)
|
||||
[](https://pypi.org/project/llama-cpp-python/)
|
||||
[](https://pypi.org/project/llama-cpp-python/)
|
||||
[](https://pypi.org/project/llama-cpp-python/)
|
||||
|
||||
Simple Python bindings for **@ggerganov's** [`llama.cpp`](https://github.com/ggerganov/llama.cpp) library.
|
||||
This package provides:
|
||||
@@ -6,9 +11,11 @@ This package provides:
|
||||
- Low-level access to C API via `ctypes` interface.
|
||||
- High-level Python API for text completion
|
||||
- OpenAI-like API
|
||||
- Langchain compatibility
|
||||
- LangChain compatibility
|
||||
|
||||
# Install
|
||||
# Installation
|
||||
|
||||
Install from PyPI:
|
||||
|
||||
```bash
|
||||
pip install llama-cpp-python
|
||||
@@ -41,3 +48,7 @@ pip install llama-cpp-python
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
# License
|
||||
|
||||
This project is licensed under the terms of the MIT license.
|
||||
|
||||
Reference in New Issue
Block a user