We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35265a3 commit 03b57aaCopy full SHA for 03b57aa
tests/ut/ops/test_token_dispatcher.py
@@ -70,7 +70,6 @@ def test_init(self):
70
self.assertFalse(self.dispatcher.with_quant)
71
self.assertTrue(self.dispatcher.enable_dispatch_v2)
72
self.assertTrue(self.dispatcher.need_extra_args)
73
- self.assertTrue(self.dispatcher.a3_need_extra_args)
74
75
def test_get_dispatch_mc2_kwargs_without_quant(self):
76
hidden_states = torch.randn(10, 128)
0 commit comments