報錯:
ModelArgs.__init__() missing 1 required positional argument: 'rope_theta'解決: 將config.json文件中
rope_theta復(fù)制為一級字段報錯:
Model type qwen3_5_moe_text not supported.解決: 將config.json文件中
model_type改為qwen3_5_moe報錯:
Model type deepseek_v4 not supported.解決: mlx官方尚未完全適配, 只能用實驗版測試
pip uninstall mlx_lm
git clone -b feat/deepseek-v4 https://github.com/machiabeli/mlx-lm-1.git
cd mlx-lm-1
python3 setup.py install