Skip to content

Commit a1138f5

Browse files
authored
Merge pull request #353 from allenai/add-large-olmoearth
add large model config
2 parents 0aa6e10 + d9fae64 commit a1138f5

File tree

1 file changed

+1
-0
lines changed
  • rslearn/models/olmoearth_pretrain

1 file changed

+1
-0
lines changed

rslearn/models/olmoearth_pretrain/model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
ModelID.OLMOEARTH_V1_NANO: 128,
4141
ModelID.OLMOEARTH_V1_TINY: 192,
4242
ModelID.OLMOEARTH_V1_BASE: 768,
43+
ModelID.OLMOEARTH_V1_LARGE: 1024,
4344
}
4445

4546

0 commit comments

Comments
 (0)