Releases: Mattral/Composed-Mixture-of-Experts-Engine
Releases · Mattral/Composed-Mixture-of-Experts-Engine
Release list
Composed MoE Engine v0.3.2 - GPU bug fix & real dense baseline
Composed MoE Engine v0.3.2 - GPU bug fix & real dense baseline
This patch release fixes two runtime bugs exposed by real GPU runs, aligns dependencies, and integrates the second Colab benchmark data.
Fixes
- Triton router kernels:
Know declared astl.constexprto resolvestatic_rangecompilation error. Two regression tests added (147 total). - Dependency drift:
pytest-repeatadded torequirements.txtso--countworks with the documented install path.
Benchmarks
- Integrated second Colab run data (
cpu_results_colab_run2.json), including dense baseline ratios (8.3×–12.3× routing overhead atep_size=1). - Updated BENCHMARKS.md and RESULTS.md with v0.3.2 summary and populated dense baseline table.
Documentation
- Updated README test badge and version note.
- Revised docs/testing.md to reflect both
pip install -e ".[dev]"andrequirements.txtpaths.