Python bindings with Hugging Face Hub and LangChain support #156
marella
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I created Python bindings for the GGML models: https://github.com/marella/ctransformers
Currently it supports GPT-2, GPT-J, GPT-NeoX, Dolly V2, StarCoder from the examples. Will continue to add more models.
It provides a unified interface for all models:
It can be used with models hosted on the Hugging Face Hub:
It has built-in support for LangChain:
Please see README for more details.
Beta Was this translation helpful? Give feedback.
All reactions