File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change 1
1
# 🦙 Python Bindings for ` llama.cpp `
2
2
3
- [ ![ Documentation] ( https://img.shields.io/badge/docs-passing-green.svg )] ( https://abetlen.github.io/ llama-cpp-python )
3
+ [ ![ Documentation Status ] ( https://readthedocs.org/projects/llama-cpp-python/badge/?version=latest )] ( https://llama-cpp-python.readthedocs.io/en/latest/?badge=latest )
4
4
[ ![ Tests] ( https://github.com/abetlen/llama-cpp-python/actions/workflows/test.yaml/badge.svg?branch=main )] ( https://github.com/abetlen/llama-cpp-python/actions/workflows/test.yaml )
5
5
[ ![ PyPI] ( https://img.shields.io/pypi/v/llama-cpp-python )] ( https://pypi.org/project/llama-cpp-python/ )
6
6
[ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/llama-cpp-python )] ( https://pypi.org/project/llama-cpp-python/ )
@@ -15,7 +15,7 @@ This package provides:
15
15
- OpenAI-like API
16
16
- LangChain compatibility
17
17
18
- Documentation is available at [ https://abetlen.github.io/ llama-cpp-python ] ( https://abetlen.github.io/ llama-cpp-python ) .
18
+ Documentation is available at [ https://llama-cpp-python.readthedocs.io/en/latest ] ( https://llama-cpp-python.readthedocs.io/en/latest ) .
19
19
20
20
21
21
## Installation from PyPI (recommended)
You can’t perform that action at this time.
0 commit comments