v1.0.63
exo-explore/exov1.0.63Jan 16, 2026by AlexCheema
AI Summary
This release focuses on stability improvements for long-running clusters and introduces support for two new AI models, GLM 4.7 and MiniMax M2.1.
Key Highlights
- Added support for GLM 4.7 and MiniMax M2.1 models
- Implemented tensor sharding for GPT-OSS
- Added uninstall button in macOS app
- Fixed gibberish responses for GPT-OSS
- Enabled deterministic responses using user-provided seeds
New Features
- GLM 4.7 model support
- MiniMax M2.1 model support
- Tensor sharding for GPT-OSS
- Uninstall button in macOS app
- Deterministic sampling with user seeds
Full Release Notes
# EXO v1.0.63 Release Notes This release comes with stability improvements for long-running clusters, and support for GLM 4.7 and MiniMax M2.1. ## Model Support - Added support for GLM 4.7 (#1147) - Added support for MiniMax M2.1 (#1147) - Tensor sharding for GPT-OSS (#1144) ## UI - Uninstall button in macOS app (#1077) ## Bug Fixes - Fix issues with nodes incorrectly dropping out of topology (#1164, #1170) - Fix `exo-bench` for transformers 5.x (#1168) - Fix gibberish responses for GPT-OSS (#1165) - Increase rlimit to avoid hitting resource limit errors when launching more than 10 instances (#1148) - Reduce false-positives on local network access warning in macOS app (#1136) - Use user-provided `seed` for sampling in generation, enabling deterministic responses (#1094) - Change status shown in Dashboard/macOS app from `UNKNOWN` to `PREPARING` (#1112) - Cleaner scrolling in instances box on Dashboard (#1113) **Full Changelog:** https://github.com/exo-explore/exo/compare/v1.0.62...v1.0.63