mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 08:21:53 +08:00
[Optimization] EP empty_input_forward Remove Communication (#5254)
This commit is contained in:
@@ -421,7 +421,7 @@ class Qwen3MoeForCausalLM(ModelForCasualLM):
|
||||
empty_input_forward
|
||||
"""
|
||||
fake_hidden_states = paddle.empty(
|
||||
shape=[1, self.fd_config.model_config.hidden_size],
|
||||
shape=[0, self.fd_config.model_config.hidden_size],
|
||||
dtype=paddle.get_default_dtype(),
|
||||
)
|
||||
for i in range(
|
||||
|
||||
Reference in New Issue
Block a user