Instructions to use hazyresearch/mamba-1b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hazyresearch/mamba-1b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("hazyresearch/mamba-1b", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag, license and library name
#3
by nielsr HF Staff - opened
This PR adds the pipeline_tag, license and library_name, which makes the model discoverable via the filters on the model hub. Besides that, it ensures that the "how to use" button appears on the top right of the page.