Instructions to use nvidia/MambaVision-T2-1K with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nvidia/MambaVision-T2-1K with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="nvidia/MambaVision-T2-1K", trust_remote_code=True)# Load model directly from transformers import AutoModelForImageClassification model = AutoModelForImageClassification.from_pretrained("nvidia/MambaVision-T2-1K", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update model card: set pipeline tag, add library name and citation
#2 opened about 1 year ago
by
nielsr
How about the trianing scripts?
#1 opened over 1 year ago
by
zebraingjitter