Instructions to use nvidia/Alpamayo-R1-10B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nvidia/Alpamayo-R1-10B with Transformers:
# Load model directly from transformers import AlpamayoR1 model = AlpamayoR1.from_pretrained("nvidia/Alpamayo-R1-10B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse filesAdding additional tags, as well as reference to Alpamayo 1.5
README.md
CHANGED
|
@@ -5,6 +5,9 @@ datasets:
|
|
| 5 |
pipeline_tag: robotics
|
| 6 |
library_name: transformers
|
| 7 |
license: other
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# Alpamayo 1
|
|
|
|
| 5 |
pipeline_tag: robotics
|
| 6 |
library_name: transformers
|
| 7 |
license: other
|
| 8 |
+
language:
|
| 9 |
+
- en
|
| 10 |
+
new_version: nvidia/Alpamayo-1.5-10B
|
| 11 |
---
|
| 12 |
|
| 13 |
# Alpamayo 1
|