fix: rename mimo spec threshold attr to num_accepted_drafts_thres (#24118)
This commit is contained in:
@@ -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__":
|
||||||
|
|||||||
Reference in New Issue
Block a user