From f5fb67816cb2d9ed9bb6ecf37fc7e8524692bcbf Mon Sep 17 00:00:00 2001 From: Thara Palanivel <130496890+tharapalanivel@users.noreply.github.com> Date: Mon, 8 Apr 2024 10:57:22 -0700 Subject: [PATCH] Fix lint Signed-off-by: Thara Palanivel <130496890+tharapalanivel@users.noreply.github.com> --- tests/build/test_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/build/test_utils.py b/tests/build/test_utils.py index 73dca6198..da4302153 100644 --- a/tests/build/test_utils.py +++ b/tests/build/test_utils.py @@ -147,8 +147,8 @@ def test_process_accelerate_launch_custom_config_file(patch_path_exists): assert args.config_file == dummy_config_path assert args.num_processes is None - # When user passes custom fsdp config file and also `num_processes` as a param, use custom config and - # overwrite num_processes from config with param + # When user passes custom fsdp config file and also `num_processes` as a param, + # use custom config and overwrite num_processes from config with param temp_job_config = {"accelerate_launch_args": {"config_file": dummy_config_path}} args = process_accelerate_launch_args(temp_job_config) assert args.config_file == dummy_config_path