Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
f4db565b
Unverified
Commit
f4db565b
authored
Dec 12, 2023
by
Dave Berenbaum
Committed by
GitHub
Dec 12, 2023
Browse files
fix typo in dvclive callback (#27983)
parent
99361430
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/integrations/integration_utils.py
src/transformers/integrations/integration_utils.py
+1
-1
No files found.
src/transformers/integrations/integration_utils.py
View file @
f4db565b
...
...
@@ -1658,7 +1658,7 @@ class DVCLiveCallback(TrainerCallback):
"""
from
dvclive
import
Live
self
.
_initalized
=
True
self
.
_init
i
alized
=
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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment