Skip to content

Commit

Permalink
Update default for wandb_ids
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukhil Patel authored and Sukhil Patel committed Jul 24, 2024
1 parent 4473d33 commit 1a5cfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/checkpoint_to_huggingface.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
def push_to_huggingface(
checkpoint_dir_paths: list[str],
val_best: bool = True,
wandb_ids: Optional[list[str]] = None,
wandb_ids: list[str] = [],
local_path: Optional[str] = None,
push_to_hub: bool = True,
):
Expand Down

0 comments on commit 1a5cfdc

Please sign in to comment.