Instructions to use havenhq/mamba-chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use havenhq/mamba-chat with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("havenhq/mamba-chat", dtype="auto") - Notebooks
- Google Colab
- Kaggle
python version
#3
by 19Peppe95 - opened
I need to know if the model is available for python3.8.
When I try to install requirements (from https://github.com/havenhq/mamba-chat) I receive some problem refers to 'packaging'
This comment has been hidden
I need to know if the model is available for python3.8.
When I try to install requirements (from https://github.com/havenhq/mamba-chat) I receive some problem refers to 'packaging'
THe problem isnt related to the model. Show the output errors. If its packaging package then definitely some python versions issue... make sure you are using virtual env? did you upgrade pip? remove versions from requirments.txt? so many things to try without output mesage.