Unverified Commit f4db565b authored by Dave Berenbaum's avatar Dave Berenbaum Committed by GitHub
Browse files

fix typo in dvclive callback (#27983)

parent 99361430
......@@ -1658,7 +1658,7 @@ class DVCLiveCallback(TrainerCallback):
"""
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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment