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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
ebff332
1
Parent(s): d72c6a2
Update README.md (#14)
Browse files- Update README.md (75ae62c244d7b47c766e9f5641f3906a23d69b44)
Co-authored-by: Elliot <duckyblue@users.noreply.huggingface.co>
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 |
|