Skip to content

Commit e8a9a94

Browse files
committed
Fix linter
Signed-off-by: Vladimir Suvorov <suvorovv@google.com>
1 parent c5a63c2 commit e8a9a94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/pipeline_parallelism_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ def test_circular_deepseek_megablox_same_output_and_grad(self):
239239
sparse_matmul=False,
240240
capacity_factor=1,
241241
decoder_block="deepseek",
242+
attention_type="mla",
242243
)
243244
self.assert_pipeline_same_output_and_grad(config, single_pipeline_stage_class=deepseek.DeepSeekMoELayer)
244245

0 commit comments

Comments
 (0)