Instructions to use ibm-nasa-geospatial/Prithvi-EO-1.0-100M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ibm-nasa-geospatial/Prithvi-EO-1.0-100M with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ibm-nasa-geospatial/Prithvi-EO-1.0-100M", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
2e4b359
1
Parent(s): 9ba4936
Create requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
torchvision
|
| 3 |
+
timm
|
| 4 |
+
einops
|