Skip to content

Commit

Permalink
Merge pull request #24 from openclimatefix/update-hf
Browse files Browse the repository at this point in the history
update pvnet model in tests
  • Loading branch information
peterdudfield authored Jul 26, 2024
2 parents 99defdc + 2d3ba9a commit f66d3fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pvnet_summation/models/base_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def __init__(
self.pvnet_model_version = model_version

self.pvnet_model = PVNetBaseModel.from_pretrained(
model_name,
model_id=model_name,
revision=model_version,
)
self.pvnet_model.requires_grad_(False)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"omegaconf",
"hydra-core",
"python-dotenv",
"huggingface-hub==0.20.*",
"huggingface-hub",
"geopandas==0.14.4",
]

Expand Down

0 comments on commit f66d3fc

Please sign in to comment.