Skip to content

Commit 5154003

Browse files
committed
fix unit test
1 parent ae62b28 commit 5154003

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/operators/test_speculate_update.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ def speculate_update_np(
7070

7171
draft_tokens[bid, 0] = accept_tokens[bid, accept_num[bid] - 1]
7272

73-
if stop_flag_now_int:
74-
seq_lens_decoder[bid] = 0
75-
7673
elif inactive:
7774
stop_flag_now_int = 1
7875

0 commit comments

Comments
 (0)