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
Heya, I'm writing a langchain binding for exllama, I'd love to be able to pip install exllama and be able to access the libraries in python natively, right now I'm not really sure how I'd ship the langchain module without creating my own binding library in pip, which seems very awkward.
The text was updated successfully, but these errors were encountered:
I'd love to package it up at some point, but a lot of it is still changing too much. The interface is mutating every other day, I'm adding in features, removing features, turning stateful stuff stateless and vice versa... I just don't think it's quite ready for a version number just yet.
Heya, I'm writing a langchain binding for exllama, I'd love to be able to
pip install exllama
and be able to access the libraries in python natively, right now I'm not really sure how I'd ship the langchain module without creating my own binding library in pip, which seems very awkward.The text was updated successfully, but these errors were encountered: