fix: rename mimo spec threshold attr to num_accepted_drafts_thres (#24118)

This commit is contained in:
Liangsheng Yin
2026-04-29 21:00:55 -07:00
committed by GitHub
parent d040333c95
commit c54ada994b
@@ -45,7 +45,7 @@ class TestMiMoV2Flash(GSM8KMixin, SpecDecodingMixin, DefaultServerBase):
] ]
bs_1_speed_thres = 170 bs_1_speed_thres = 170
accept_length_thres = 3.2 num_accepted_drafts_thres = 3.2
if __name__ == "__main__": if __name__ == "__main__":