Skip to content

Commit

Permalink
fix typo in dvclive callback
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenbaum committed Dec 12, 2023
1 parent 9936143 commit 321fc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/integrations/integration_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1658,7 +1658,7 @@ def setup(self, args, state, model):
"""
from dvclive import Live

self._initalized = True
self._initialized = True
if self._log_model is not None:
log_model_env = os.getenv("HF_DVCLIVE_LOG_MODEL")
if log_model_env.upper() in ENV_VARS_TRUE_VALUES:
Expand Down

0 comments on commit 321fc62

Please sign in to comment.