Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
milocress committed Apr 9, 2024
1 parent 710c9b0 commit 142518a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/train/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class TrainConfig:
load_strict_model_weights: bool = True
load_ignore_keys: Optional[List[str]] = None
compile_config: Optional[Dict[str, Any]] = None
metadata: Optional[Dict[str, str]] = None
metadata: Optional[DictConfig] = None
log_config: bool = True
autoresume: bool = False
data_local: Optional[Dict[str, Any]] = None
Expand Down

0 comments on commit 142518a

Please sign in to comment.