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
#14
by duckyblue - opened
README.md
CHANGED
|
@@ -26,7 +26,7 @@ This model is ready for non-commercial use. Commercial licensing available upon
|
|
| 26 |
|
| 27 |
### License:
|
| 28 |
|
| 29 |
-
The model weights are released under a [non-commercial license](./LICENSE).
|
| 30 |
|
| 31 |
The inference code is released under the [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) license.
|
| 32 |
|
|
|
|
| 26 |
|
| 27 |
### License:
|
| 28 |
|
| 29 |
+
The model weights are released under a [non-commercial license](https://huggingface.co/nvidia/Alpamayo-R1-10B/blob/main/LICENSE).
|
| 30 |
|
| 31 |
The inference code is released under the [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) license.
|
| 32 |
|