v26.8.4 — One window, your own media models, hot model switching #154
ddalcu
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Highlights
apt-get installworks, and the agent CLIs that failed to install now install.One-window app by @Cougler
Model switching without a restart
curl— reach the model you just picked.POST /v1/load-modelwith"default": true. Without the flag a model loads alongside the current one and the default is untouched, which is what media generation uses so it can never steal the chat model.Use your own media models
POST /v1/models/rescan), and the app calls it after every download.mage-flow-communityorg; the bf16 build left the built-in list and shows under On This Mac if you have it.Agent Sandbox
apt-get installworks. Apple's file sharing made any file created without an owner-read bit unreachable from inside the guest, which broke every package install and the Node extract in the agent CLI installers. The sandbox now ships a patched kernel that fixes it, plusxz-utilsand a newer npm baked in.Agents pin their own sampling
Fixes
0731and so on), so the new DeepSeek files are tellable from the old ones in the quant picker.--model-diris repeatable, and~/.mlx-serve/modelsis always served even when you set a custom download location.--hostnow warns that it is reachable from the network you are on, since the default bind is still0.0.0.0. Pass--host 127.0.0.1to keep it local; a future version will make that the default.Thanks @Cougler for the new UI it is amazing !
And all the people reporting bugs via Issues tab !
--
MLX Serve companion app, out now - 100% Local AI !
This discussion was created from the release v26.8.4 — One window, your own media models, hot model switching.
All reactions