Skip to content

Commit

Permalink
update model (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfulu authored Apr 19, 2024
1 parent 0ec108d commit 37873c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pvnet_app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

# Huggingfacehub model repo and commit for PVNet (GSP-level model)
default_model_name = "openclimatefix/pvnet_uk_region"
default_model_version = "9cc2bf5859e129b3816041b657c8875d31ced0d6"
default_model_version = "d64e8f03466cf101021c6b9a0933bf2f3fa79976"

# Huggingfacehub model repo and commit for PVNet summation (GSP sum to national model)
# If summation_model_name is set to None, a simple sum is computed instead
Expand Down Expand Up @@ -459,4 +459,4 @@ def app(


if __name__ == "__main__":
typer.run(app)
typer.run(app)

0 comments on commit 37873c6

Please sign in to comment.