Skip to content

Commit

Permalink
Merge pull request #62 from openclimatefix/update_sum_model
Browse files Browse the repository at this point in the history
update summation model
  • Loading branch information
dfulu authored Mar 27, 2024
2 parents bbc2aa9 + 31c5119 commit 87db342
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 87db342

Please sign in to comment.