Instructions to use nvidia/RADIO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nvidia/RADIO with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="nvidia/RADIO", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("nvidia/RADIO", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload radio_v2.5-h.pth.tar
Browse files- radio_v2.5-h.pth.tar +3 -0
radio_v2.5-h.pth.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06d5b0bfda0e94deda2ad22c82fab9f3bf2a8b0d66b3b9f4137d5a85cea5d356
|
| 3 |
+
size 2288698384
|