Skip to content

Commit 7b2295a

Browse files
Disable async_tp in test configuration for investigation
Changed enable_async_tp from True to False in test_fp8_allgather_pass_correctness to isolate FP8 allgather optimization testing. Signed-off-by: jasonlizhengjian <[email protected]>
1 parent 92b8146 commit 7b2295a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/compile/test_async_tp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def test_fp8_allgather_pass_correctness(
468468
'compile_sizes': [2, 4, 8],
469469
'splitting_ops': [],
470470
'pass_config': {
471-
'enable_async_tp': True,
471+
'enable_async_tp': False,
472472
'enable_fp8_allgather_opt': False
473473
},
474474
}

0 commit comments

Comments
 (0)