Skip to content

Commit a17f8dd

Browse files
authored
Merge branch 'dev-data-sampler' into data_sampler
2 parents 85c32a3 + d13312e commit a17f8dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 3.0.63
4+
current_version = 3.0.64
55
message = Bump version: {current_version} → {new_version} [skip ci]
66

77
[bumpversion:file:pvnet/__init__.py]

pvnet/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""PVNet"""
2-
__version__ = "3.0.63"
2+
__version__ = "3.0.64"

scripts/checkpoint_to_huggingface.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use:
44
python checkpoint_to_huggingface.py "path/to/model/checkpoints" \
55
--huggingface-repo="openclimatefix/pvnet_uk_region" \
6-
--wandb-repo="openclimatefix/pvnet2.1"" \
6+
--wandb-repo="openclimatefix/pvnet2.1" \
77
--local-path="~/tmp/this_model" \
88
--no-push-to-hub
99
"""

0 commit comments

Comments
 (0)