Skip to content

Commit b41bb8c

Browse files
committed
Update rejection_sampler.py
Signed-off-by: Aoxuan Chen <[email protected]> Signed-off-by: chenaoxuan <[email protected]>
1 parent dd4d71d commit b41bb8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm_ascend/sample/rejection_sampler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def rejection_sample(
208208
is_greedy,
209209
max_spec_len,
210210
vocab_size,
211-
using_block_verify,
211+
using_block_verify=False,
212212
IS_NGRAM=draft_probs is None,
213213
# num_warps=1,
214214
)

0 commit comments

Comments
 (0)