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
a547d5bd
Unverified
Commit
a547d5bd
authored
Nov 25, 2022
by
Stas Bekman
Committed by
GitHub
Nov 25, 2022
Browse files
[AnyPrecisionAdamW] test fix (#20454)
parent
a1d4563f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/trainer/test_trainer.py
tests/trainer/test_trainer.py
+1
-1
No files found.
tests/trainer/test_trainer.py
View file @
a547d5bd
...
...
@@ -2332,7 +2332,7 @@ if is_torch_available():
optim_test_params
.
append
(
(
TrainingArguments
(
OptimizerNames
.
ADAMW_APEX_FUSED
,
output_dir
=
"None"
),
TrainingArguments
(
optim
=
OptimizerNames
.
ADAMW_APEX_FUSED
,
output_dir
=
"None"
),
apex
.
optimizers
.
FusedAdam
,
default_adam_kwargs
,
)
...
...
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