Skip to content

Commit ea28711

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 75dc279 commit ea28711

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
@@ -433,7 +433,7 @@ def test_fp8_allgather_pass_correctness(
433433
'compile_sizes': [2, 4, 8],
434434
'splitting_ops': [],
435435
'pass_config': {
436-
'enable_async_tp': True,
436+
'enable_async_tp': False,
437437
'enable_fp8_allgather_opt': False
438438
},
439439
}

0 commit comments

Comments
 (0)