Skip to content

Commit

Permalink
fix post_init deepseek v3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCheema committed Jan 26, 2025
1 parent 6331898 commit 55ea366
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exo/inference/mlx/models/deepseek_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class ModelArgs(V3ModelArgs):
shard: Shard = field(default_factory=lambda: Shard("", 0, 0, 0))

def __post_init__(self):
super().__post_init__()
if isinstance(self.shard, Shard):
return
if not isinstance(self.shard, dict):
Expand Down

0 comments on commit 55ea366

Please sign in to comment.