mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
add input_processor plugin (#3657)
* add input_processor plugin * update * update * update * update * update * update * update * update * update * update * update
This commit is contained in:
@@ -79,6 +79,8 @@ class ForwardMeta:
|
||||
forward_mode: ForwardMode = ForwardMode.MIXED
|
||||
# Attention mask
|
||||
attn_mask: Optional[paddle.Tensor] = None
|
||||
# Attention mask offset
|
||||
attn_mask_offsets: Optional[paddle.Tensor] = None
|
||||
# Decoder batch id. Used by attention backend.
|
||||
decoder_batch_ids: Optional[paddle.Tensor] = None
|
||||
# Tile ID for each batch of the decoder. Used by attention backend.
|
||||
|
Reference in New Issue
Block a user