Skip to content

Commit 907222c

Browse files
revertin change to test_ad_build_small_single after rebase
Signed-off-by: Govind Ramnarayan <105831528+govind-ramnarayan@users.noreply.github.com>
1 parent 195de17 commit 907222c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unittest/_torch/auto_deploy/unit/singlegpu/test_ad_build_small_single.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def _check_ad_config(experiment_config: ExperimentConfig, llm_args: LlmArgs):
2828
expected_parallel_config = _ParallelConfig(
2929
tp_size=world_size, gpus_per_node=expected_llm_args.gpus_per_node
3030
)
31-
expected_parallel_config.world_size = world_size
3231
assert llm_args._parallel_config == expected_parallel_config, (
3332
f"Expected parallel_config {expected_parallel_config}, got {llm_args._parallel_config}"
3433
)

0 commit comments

Comments
 (0)