v1.0.66

exo-explore/exov1.0.66Jan 26, 2026by AlexCheema

AI Summary

Stability release fixing a regression with RDMA/Tensor Parallelism where models were getting stuck in LOADING state, plus download edge case fixes.

Key Highlights

  • Fixed models stuck in LOADING state using EXO shard instead of upstream
  • Fixed downloads getting stuck when model files change in Huggingface
  • Fixed nodes getting stuck in UNKNOWN/zombie states after inactivity
  • Upgraded mlx-lm to 0.30.5
  • Fixed tool calls with empty text content

New Features

  • EXO shard loading for all models layer-by-layer
  • Fixed download handling for updated Huggingface repos
  • Always publish info gatherer events

Full Release Notes

# EXO v1.0.66 Release Notes

This is a stability release that fixes a regression with RDMA / Tensor Parallelism where models were getting stuck in `LOADING` state. It also fixes a download edge case with GLM 4.7 Flash and nodes getting stuck in `UNKNOWN` state / zombie states after periods of inactivity.

All models have been confirmed working with RDMA / Tensor Parallel on various configurations (including Mac Minis, MacBooks and Mac Studios). Thank you to users who reported bugs to help us resolve these issues - it helps a lot!

## Bug Fixes

- Use EXO shard instead of upstream shard for all models, loading models layer-by-layer, fixing models getting stuck in `LOADING` state e.g.`GLM-4.7-Flash-4bit`, `gpt-oss-120b-MXFP4-Q8` and `Qwen3-Coder-480B-A35B-Instruct-8bit`. Also fixes memory not being released when an instance is deleted. ([#1291](https://github.com/exo-explore/exo/pull/1291))
- Fix downloads getting stuck when model files change in Huggingface repo e.g. `GLM-4.7-Flash-4bit` which was updated upstream on Jan 25 ([#1290](https://github.com/exo-explore/exo/pull/1290))
- Always publish info gatherer events, preventing nodes getting stuck in `UNKNOWN` state / zombie states after a period of inactivity ([#1283](https://github.com/exo-explore/exo/pull/1283))
- Fix tool calls with empty text content ([#1292](https://github.com/exo-explore/exo/pull/1292))

## MLX

- Upgrade `mlx-lm` to `0.30.5`

**Full Changelog:** https://github.com/exo-explore/exo/compare/v1.0.65...v1.0.66