Skip to content

Commit

Permalink
Merge pull request #274 from blumenstiel/main
Browse files Browse the repository at this point in the history
Fix Prithvi V1 weight path
  • Loading branch information
romeokienzler authored Dec 3, 2024
2 parents 5247667 + 3de5e57 commit 75d3571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terratorch/models/backbones/prithvi_vit.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
default_cfgs = generate_default_cfgs(
{
"prithvi_vit_100": {
"hf_hub_id": "ibm-nasa-geospatial/Prithvi-EO-1.0-100M",
"hf_hub_id": "ibm-nasa-geospatial/Prithvi-100M",
"hf_hub_filename": "Prithvi_EO_V1_100M.pt",
},
"prithvi_eo_v2_300": {
Expand Down

0 comments on commit 75d3571

Please sign in to comment.