Skip to content

Commit

Permalink
Merge pull request #12 from openclimatefix/new_model
Browse files Browse the repository at this point in the history
Update summation model to reduce wobbles
  • Loading branch information
dfulu authored Sep 22, 2023
2 parents 75d17a4 + 2c7dc91 commit 6354dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pvnet_app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,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 = "4a145d74c725ffc72f482025d3418659a6869c94"
default_summation_model_version = "ead56528a7ac5681a1d4c9db40dabd2d07c7a55f"

model_name_ocf_db = "pvnet_v2"
use_adjuster = os.getenv("USE_ADJUSTER", "True").lower() == "true"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
torch[cpu]>=2.0
PVNet-summation>=0.0.7
PVNet-summation>=0.0.8
pvnet>=2.1.29
ocf_datapipes>=1.2.44
nowcasting_datamodel>=1.5.10
Expand Down

0 comments on commit 6354dd5

Please sign in to comment.