Skip to content

Commit

Permalink
default tracker none
Browse files Browse the repository at this point in the history
Signed-off-by: Dushyant Behl <[email protected]>
  • Loading branch information
dushyantbehl committed Feb 20, 2024
1 parent 2d5ffa5 commit 80453c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tuning/config/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ class TrainingArguments(transformers.TrainingArguments):
metadata={"help": "Packing to be enabled in SFT Trainer, default is False"},
)
tracker: str.lower = field(
default="aim",
metadata={"help": "Default experiment tracker to integrate with. requires additional configs. see tuning.configs/tracker_configs.py"}
default=None,
metadata={"help": "Experiment tracker to use. Requires additional configs, see tuning.configs/tracker_configs.py"}
)

0 comments on commit 80453c4

Please sign in to comment.