[Feat] QWen-1M context support[2/2]: Update block sparse attention backend (#5949)
This commit is contained in:
@@ -661,6 +661,7 @@ class TboForwardBatchPreparer:
|
||||
"padded_static_len",
|
||||
"mrope_positions", # only used by qwen2-vl, thus not care
|
||||
"split_index", # for split prefill
|
||||
"orig_seq_lens", # only used by qwen-1m, thus not care
|
||||
]:
|
||||
output_dict[key] = getattr(batch, key)
|
||||
if not batch.forward_mode.is_target_verify():
|
||||
|
||||
Reference in New Issue
Block a user