Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
joecummings committed Dec 6, 2024
1 parent 6030d9f commit 1ad2910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/knowledge_distillation_distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def setup(self, cfg: DictConfig) -> None:
)

self._tokenizer = config.instantiate(cfg.tokenizer)
utils.log_rank_zero("Tokenizer is initialized from file.")
utils.log_rank_zero(log, "Tokenizer is initialized from file.")

self._optimizer = self._setup_optimizer(
cfg_optimizer=cfg.optimizer,
Expand Down

0 comments on commit 1ad2910

Please sign in to comment.