mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
fix eb5 mtp(mix) (#6800)
This commit is contained in:
@@ -264,6 +264,10 @@ class XPUForwardMeta(ForwardMeta):
|
||||
# for pd_disaggregation
|
||||
kv_signal_sender: Optional[paddle.Tensor] = None
|
||||
|
||||
hidden_states: Optional[paddle.Tensor] = None
|
||||
|
||||
is_draft: bool = False
|
||||
|
||||
def copy_from(self, other: "XPUForwardMeta", skip_keys: Optional[list] = None):
|
||||
"""
|
||||
Synchronize attributes from another XPUForwardMeta object
|
||||
|
||||
Reference in New Issue
Block a user