mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 00:33:03 +08:00
support qwen3moe name_mapping (#2820)
This commit is contained in:
@@ -56,6 +56,7 @@ class ModelForCasualLM(nn.Layer, ABC):
|
||||
ori_vocab_size, use_topp_sampling, etc.
|
||||
"""
|
||||
super(ModelForCasualLM, self).__init__()
|
||||
self.fd_config = configs
|
||||
|
||||
@abstractmethod
|
||||
def set_state_dict(self, state_dict: Dict[str, Union[np.ndarray,
|
||||
|
Reference in New Issue
Block a user