Skip to content

Commit

Permalink
Merge pull request #37 from openclimatefix/update-ocf-datapipes
Browse files Browse the repository at this point in the history
Update ocf datapipes
  • Loading branch information
peterdudfield authored Jan 30, 2024
2 parents 56e6e28 + b820804 commit e6d240b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pvnet_app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

# Huggingfacehub model repo and commit for PVNet (GSP-level model)
default_model_name = "openclimatefix/pvnet_v2"
default_model_version = "22e577100d55787eb2547d701275b9bb48f7bfa0"
default_model_version = "4203e12e719efd93da641c43d2e38527648f4915"

# 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
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pydantic<2.0
torch[cpu]>=2.0.0
torch[cpu]==2.1.2
PVNet-summation==0.1.*
pvnet>=2.6.7,<2.7
ocf_datapipes>=3.0.1,<3.1
ocf_datapipes==3.2.4
nowcasting_datamodel>=1.5.22
fsspec[s3]
xarray
Expand Down

0 comments on commit e6d240b

Please sign in to comment.