Skip to content

Commit

Permalink
Merge branch 'dev-data-sampler' into data_sampler
Browse files Browse the repository at this point in the history
  • Loading branch information
dfulu authored Nov 13, 2024
2 parents 85c32a3 + d13312e commit a17f8dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 3.0.63
current_version = 3.0.64
message = Bump version: {current_version} → {new_version} [skip ci]

[bumpversion:file:pvnet/__init__.py]
Expand Down
2 changes: 1 addition & 1 deletion pvnet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""PVNet"""
__version__ = "3.0.63"
__version__ = "3.0.64"
2 changes: 1 addition & 1 deletion scripts/checkpoint_to_huggingface.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use:
python checkpoint_to_huggingface.py "path/to/model/checkpoints" \
--huggingface-repo="openclimatefix/pvnet_uk_region" \
--wandb-repo="openclimatefix/pvnet2.1"" \
--wandb-repo="openclimatefix/pvnet2.1" \
--local-path="~/tmp/this_model" \
--no-push-to-hub
"""
Expand Down

0 comments on commit a17f8dd

Please sign in to comment.