Skip to content

Commit dcf8f56

Browse files
committed
fix pre-commit
1 parent 3baf2b5 commit dcf8f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastdeploy/model_executor/pre_and_post_process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ def rebuild_padding(
596596

597597
hidden_states = rebuild_padding(
598598
tmp_out,
599-
cum_offsets,
599+
cu_seqlens_q,
600600
seq_len_this_time,
601601
seq_lens_decoder,
602602
seq_lens_encoder,

0 commit comments

Comments
 (0)