dsh-mlx-local
在 Apple Silicon 上用 MLX 框架运行本地大模型:模型目录管理、服务启停、OpenAI 兼容 API,并优化 DSH 自定义提供方的本地思考强度选择。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JshGao/dsh-mlx-local说明文档
阅读完整 README ↗方式一:使用 GitHub Release 发布包
直接安装:
dsh plugin --profile web add https://github.com/JshGao/dsh-mlx-local/releases/download/v0.2.3/dsh-mlx-local-0.2.3.tgz
如果 DSH 不跟随下载跳转,先手动下载:
curl -L -O https://github.com/JshGao/dsh-mlx-local/releases/download/v0.2.3/dsh-mlx-local-0.2.3.tgz
dsh plugin --profile web add ./dsh-mlx-local-0.2.3.tgz
安装后重启 DSH。