Skip to content

v0.3.2

Latest

Choose a tag to compare

@zhuzilin zhuzilin released this 28 Aug 02:38
3778dbf

We are excited to announce the release of slime v0.3.2!

This release focuses on GLM-5 train/rollout alignment, community-driven correctness fixes, and continued codebase cleanup.

Some noteworthy improvements include:

  • Fully aligned GLM-5 training and rollout

    • Added deterministic alignment between Megatron training and SGLang rollout for GLM-5, covering DeepEP, DeepGEMM, DSA sparse attention, and FP8 KV cache.
    • The aligned path has been validated on large-scale GLM-5.3 training workloads.
  • Many community-contributed fixes and optimizations

    • Fixed issues across fully-async rollout, PPO/OPD, tool-use tokenization, dataset processing, evaluation, distributed training, and logging.
  • Cleaner and easier-to-maintain codebase

    • Continued refactoring and removing legacy/dead code across rollout, actor initialization, CI, and training utilities.
    • Added a dedicated slime/observability module for logging, debugging, and tracing utilities.
  • CUDA 13 support

    • Added an official CUDA 13 / cu130 environment for Blackwell systems.

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.3.2