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 51506a1 commit 04d7929Copy full SHA for 04d7929
vllm_ascend/spec_decode/draft_proposer.py
@@ -254,7 +254,6 @@ def merge_next_token_ids_into_token_ids(
254
new_token_ids = extend_flat_seqs(
255
seqs=input_token_ids, end_locs=query_end_locs, new_vals=next_token_ids
256
)
257
- logger.warning("new_token_ids: {}".format(new_token_ids))
258
259
# append new positions
260
positions_to_append = input_positions[query_end_locs] + 1
0 commit comments