You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Port DeepSeek generate families from mlx-lm (deepseek_v3.py / deepseek_v32.py + mla.py), not from mlx-serve ds4.zig. Safetensors + standard mlx-c ops only.
deepseek_v4 -> MODEL_DEEPSEEK_V4 (own value; characterize Flash before any alias)
Shared code is primitives (fwd_mla_*, MultiLinear, MoE gate, sanitize), not one family tag. A1 interim debt still maps all four strings to MODEL_DEEPSEEK_V4 - correct before or at start of E2 (#109).
E2 - DeepSeek V3 / V3.2 / V4 (MLA + MoE; separate families)
Port DeepSeek generate families from mlx-lm (
deepseek_v3.py/deepseek_v32.py+mla.py), not from mlx-serveds4.zig. Safetensors + standard mlx-c ops only.Spec:
doc/plans/engine-inference-core.md§ E2Part of: #56
Depends on: E1 (#104)
Sub-issues
fwd_multi_linear)weights_expected_namesMODEL_DEEPSEEK_V32)Suggested order
Acceptance