[tests] add missing report_to none (#21505)

[tests] report_to none
This commit is contained in:
Stas Bekman 2023-02-08 09:32:40 -08:00 committed by GitHub
parent 98d5b72727
commit 8ea994d3c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -778,6 +778,7 @@ class TrainerIntegrationDeepSpeed(TrainerIntegrationDeepSpeedWithCustomConfig, T
"load_best_model_at_end": True,
"max_steps": 1,
"deepspeed": ds_config_dict,
"report_to": "none",
}
training_args = TrainingArguments(output_dir, **args_dict)