You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Will need to be re-run any time vendor/llama.cpp is updated
68
+
python3 setup.py develop
69
+
```
70
+
71
+
# How does this compare to other Python bindings of `llama.cpp`?
72
+
73
+
I wrote this package for my own use, I had two goals in mind:
74
+
75
+
- Provide a simple process to install `llama.cpp` and access the full C API in `llama.h` from Python
76
+
- Provide a high-level Python API that can be used as a drop-in replacement for the OpenAI API so existing apps can be easily ported to use `llama.cpp`
77
+
78
+
Any contributions and changes to this package will be made with these goals in mind.
79
+
53
80
# License
54
81
55
82
This project is licensed under the terms of the MIT license.
0 commit comments