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
Update README.md
#17
by hatsoff2you - opened
README.md
CHANGED
|
@@ -201,4 +201,14 @@ For scripts related to model inference, please check out our [code repository](h
|
|
| 201 |
|
| 202 |
NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
|
| 203 |
|
| 204 |
-
Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns [here](https://app.intigriti.com/programs/nvidia/nvidiavdp/detail).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 201 |
|
| 202 |
NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
|
| 203 |
|
| 204 |
+
Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns [here](https://app.intigriti.com/programs/nvidia/nvidiavdp/detail).
|
| 205 |
+
|
| 206 |
+
## Support
|
| 207 |
+
|
| 208 |
+
📣 **Usage questions**: post on the [Alpamayo NV Developer Forum](https://forums.developer.nvidia.com/c/autonomous-vehicles/alpamayo/766).
|
| 209 |
+
|
| 210 |
+
🐛 **Code bugs / documentation issues / feature requests**: file a GitHub issue using the appropriate template (Bug report, Documentation request, or Feature request) at https://github.com/NVlabs/alpamayo1.5/issues/new/choose . The relevant NVIDIA responder is auto-assigned.
|
| 211 |
+
|
| 212 |
+
🚨 **Security vulnerabilities**: please use [NVIDIA's Vulnerability Disclosure Program](https://app.intigriti.com/programs/nvidia/nvidiavdp/detail). Do not file public issues.
|
| 213 |
+
|
| 214 |
+
*(Note: the HuggingFace Community tab for this model will be disabled on 07/31/2026. Please use the channels above.)*
|