ByteDance-Seed/VeOmni v0.1.11
ByteDance-Seed/VeOmni
Captured source
source ↗published May 26, 2026seen 5dcaptured 13hhttp 200method plain
v0.1.11
Repository: ByteDance-Seed/VeOmni
Tag: v0.1.11
Published: 2026-05-26T07:42:38Z
Prerelease: no
Release notes:
Highlights
- topk fused kernel for OPD
- precompute metadata in dataloader for VLM
- Qwen-Image support with ckpt/lora/inference
- rework moe load balance monitor
- NPU OpSlot fixes
What's Changed
- [model] feat: support qwen-image by @FoolPlayer in https://github.com/ByteDance-Seed/VeOmni/pull/770
- [model, data, trainer] feat: precompute multimodal forward metadata in dataloader by @TimYangst in https://github.com/ByteDance-Seed/VeOmni/pull/772
- [model, ops] feat: chunked fused-linear top-k forward-KL distillation kernel by @Luosuu in https://github.com/ByteDance-Seed/VeOmni/pull/771
- [omni] chore: add Omni Molde inference script by @FoolPlayer in https://github.com/ByteDance-Seed/VeOmni/pull/777
- [model, data, ci] refactor: collapse multimodal metadata to a single grid_thw key by @TimYangst in https://github.com/ByteDance-Seed/VeOmni/pull/778
- [parallel] feat: disable HSDP gradient all-reduce during gradient accumulation by @nono-Sang in https://github.com/ByteDance-Seed/VeOmni/pull/781
- [ops, model] refactor: shorten loss-wrapper return to (loss, logits, fused_linear_aux) by @Luosuu in https://github.com/ByteDance-Seed/VeOmni/pull/780
- [model, ops] refactor: add NPU support and OpSlot guard for Qwen3/VL/MoE, Qwen3.5/MoE by @yanghw116 in https://github.com/ByteDance-Seed/VeOmni/pull/710
- [model, omni] feat: add Qwen-Image lora config by @FoolPlayer in https://github.com/ByteDance-Seed/VeOmni/pull/784
- [model, ci, agent] feat: wire qwen2-family ViT to the multimodal metadata precompute hook by @TimYangst in https://github.com/ByteDance-Seed/VeOmni/pull/779
- [trainer, ops] feat: rework MoE load-balance monitor (model-agnostic, EP/DP-aware) by @Luosuu in https://github.com/ByteDance-Seed/VeOmni/pull/787
- [ckpt, lora] feat: Save lora ckpt and add omni-infer with lora by @FoolPlayer in https://github.com/ByteDance-Seed/VeOmni/pull/785
- [model, omni] feat: Update Qwen-Image & Add veomni fsdp state API by @FoolPlayer in https://github.com/ByteDance-Seed/VeOmni/pull/786
- [model, ops] fix: complete #780 3-tuple loss-wrapper migration by @TimYangst in https://github.com/ByteDance-Seed/VeOmni/pull/790
- [release] chore: bump version to 0.1.11 by @Luosuu in https://github.com/ByteDance-Seed/VeOmni/pull/792
New Contributors
- @yanghw116 made their first contribution in https://github.com/ByteDance-Seed/VeOmni/pull/710
Full Changelog: https://github.com/ByteDance-Seed/VeOmni/compare/v0.1.10...v0.1.11
Notability
notability 4.0/10Minor point release from ByteDance, likely routine