mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-09-02 22:04:53 +08:00
fix tests
This commit is contained in:
@@ -108,8 +108,8 @@ class DeepseekMLP(nn.Module):
|
||||
def __init__(
|
||||
self,
|
||||
config: ModelArgs,
|
||||
hidden_size: int | None = None,
|
||||
intermediate_size: int | None = None,
|
||||
hidden_size: Optional[int] = None,
|
||||
intermediate_size: Optional[int] = None,
|
||||
):
|
||||
super().__init__()
|
||||
self.config = config
|
||||
|
Reference in New Issue
Block a user