--- tags: created: --- >刚安装好MTPLX,问AI: >该怎么切换过来 >该怎么用新的 ## 1 MLX 已确认没有运行。 当前状态: - MLX 端口 `8081`:没有监听 - MLX 后端进程:没有 - MTPLX 端口 `8090`:正在监听 - MTPLX 模式:`turbo MTP` - 模型:`qwen3.8-27b-abliterated-mtplx-6bit` ## 2 以后这样用: ```bash /Users/ar/bin/model-backend-switch.sh mtplx ``` 这会自动: - 关闭 MLX - 启动 MTPLX - 使用端口 `8090` - 加载本地模型 `/Users/ar/.mtplx/models/grant-ai--Qwen3.8-27B-Abliterated-MTPLX-6bit` API 地址: ```text http://127.0.0.1:8090/v1 ``` 浏览器聊天入口: ```text http://127.0.0.1:8090/ ``` 关闭全部本地模型: ```bash /Users/ar/bin/model-backend-switch.sh off ``` 如果以后要切回 MLX: ```bash /Users/ar/bin/model-backend-switch.sh mlx ```