Skip to content

Commit 03b57aa

Browse files
committed
fix ut of TokenDispatcher
Signed-off-by: linfeng-yuan <[email protected]>
1 parent 35265a3 commit 03b57aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ut/ops/test_token_dispatcher.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def test_init(self):
7070
self.assertFalse(self.dispatcher.with_quant)
7171
self.assertTrue(self.dispatcher.enable_dispatch_v2)
7272
self.assertTrue(self.dispatcher.need_extra_args)
73-
self.assertTrue(self.dispatcher.a3_need_extra_args)
7473

7574
def test_get_dispatch_mc2_kwargs_without_quant(self):
7675
hidden_states = torch.randn(10, 128)

0 commit comments

Comments
 (0)