Skip to content

Commit 16db8f3

Browse files
Add CHANGELOG.md entry for Gangs coordinator rank fix
1 parent 63dd0d0 commit 16db8f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
77
- Gemma 4 model family (E4B, 31B, 26B-A4B) with base and instruction-tuned variants. Includes decoder with Per-Layer Embeddings (PLE), partial RoPE, KV sharing across sliding/global attention layers, Mixture-of-Experts (26B-A4B), QK/V-norm, logit soft-capping, audio tower (Conformer encoder for multimodal E4B), bidirectional HuggingFace state dict conversion, FSDP/activation checkpointing/tensor parallel support, and SFT recipe configs.
88
- Bump transformers~=v5.5 and loosen huggingface_hub upper bound. (#1508)
99
- Fixed typo in WerMetric: use `hyp_seqs` instead of `ref_seqs` for `hyp_seqs_list`. (#1506)
10+
- Fixed operator precedence in the `Gangs` coordinator rank check so that a `root.rank == 0` process that is not rank 0 in any single parallel gang (data, tensor, or pipeline) is correctly rejected.
1011

1112
## [0.8.0] - March 25th, 2026
1213
- fsspec integration for remote filesystem support. Checkpoints can be saved to and loaded from S3 via `--checkpoint-dir s3://bucket/path/`. Requires `s3fs`. (#1126)

0 commit comments

Comments
 (0)