"git@developer.sourcefind.cn:change/sglang.git" did not exist on "788b19a5324c5fad854d3c80895b25b96bd5b094"
Unverified Commit 8ea994d3 authored by Stas Bekman's avatar Stas Bekman Committed by GitHub
Browse files

[tests] add missing `report_to none` (#21505)

[tests] report_to none
parent 98d5b727
......@@ -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)
......
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