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
Remove `transformers` as the library name and replace it with the custom library.
#12
by ariG23498 HF Staff - opened
README.md
CHANGED
|
@@ -3,7 +3,6 @@ datasets:
|
|
| 3 |
- nvidia/PhysicalAI-Autonomous-Vehicles
|
| 4 |
- nvidia/PhysicalAI-Autonomous-Vehicles-NuRec
|
| 5 |
pipeline_tag: robotics
|
| 6 |
-
library_name: transformers
|
| 7 |
license: other
|
| 8 |
---
|
| 9 |
|
|
|
|
| 3 |
- nvidia/PhysicalAI-Autonomous-Vehicles
|
| 4 |
- nvidia/PhysicalAI-Autonomous-Vehicles-NuRec
|
| 5 |
pipeline_tag: robotics
|
|
|
|
| 6 |
license: other
|
| 7 |
---
|
| 8 |
|