Skip to content

Commit

Permalink
use more recent models
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Jul 24, 2024
1 parent b18b174 commit 56d4762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/models/multimodal/test_from_pretrained.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@


def test_from_pretrained():
model_name = "openclimatefix/pvnet_v2"
model_version = "4203e12e719efd93da641c43d2e38527648f4915"
model_name = "openclimatefix/pvnet_uk_region"
model_version = "aa73cdafd1db8df3c8b7f5ecfdb160989e7639ac"

_ = BaseModel.from_pretrained(
model_name,
Expand Down

0 comments on commit 56d4762

Please sign in to comment.