Unverified Commit 98364ea7 authored by Stas Bekman's avatar Stas Bekman Committed by GitHub
Browse files

[tests] fix logging_steps requirements (#12860)

parent e218249b
......@@ -171,7 +171,6 @@ class TestDeepSpeedWav2Vec2(TestCasePlus):
--group_by_length
--freeze_feature_extractor
--report_to none
--logging_steps 0
--save_steps 0
--eval_steps {eval_steps}
--report_to none
......
......@@ -804,7 +804,6 @@ class TestDeepSpeedWithLauncher(TestCasePlus):
--val_max_target_length {max_len}
--warmup_steps 8
--predict_with_generate
--logging_steps 0
--save_steps 0
--eval_steps {eval_steps}
--group_by_length
......
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