Instructions to use nvidia/MambaVision-S-1K with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nvidia/MambaVision-S-1K with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="nvidia/MambaVision-S-1K", trust_remote_code=True)# Load model directly from transformers import AutoModelForImageClassification model = AutoModelForImageClassification.from_pretrained("nvidia/MambaVision-S-1K", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload mambavision_small_1k.pth.tar
Browse files
mambavision_small_1k.pth.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17a97401bc095867639186e1923be8d35bfdf2cbd3eb156b908f283a6e1bb4a3
|
| 3 |
+
size 601971977
|