Skip to content

Commit

Permalink
update summation model
Browse files Browse the repository at this point in the history
  • Loading branch information
dfulu committed Mar 26, 2024
1 parent bbc2aa9 commit 31c5119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvnet_app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
# 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
default_summation_model_name = "openclimatefix/pvnet_v2_summation"
default_summation_model_version = "e14bc98039511b2e383100a27f0c8e3b558d6c36"
default_summation_model_version = "22a264a55babcc2f1363b3985cede088a6b08977"

model_name_ocf_db = "pvnet_v2"
use_adjuster = os.getenv("USE_ADJUSTER", "True").lower() == "true"
Expand Down

0 comments on commit 31c5119

Please sign in to comment.