Simple Web UI + Python bindings #345
abdeladim-s
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I was playing with
llama.cpp
(btw, thanks @ggerganov for the great work) and I thought it would be cool to create some easy to use Python bindings for it.I ended up creating a simple web UI as well.
Prebuilt wheels are pushed to PyPI, so you can now run
llama.cpp
with a simplepip install
(hopefully!)Check it out here: pyllamacpp
Hope you will find it useful!
Beta Was this translation helpful? Give feedback.
All reactions