PaddlePaddle/PaddleFormers v0.4.0
PaddlePaddle/PaddleFormers
Captured source
source ↗PaddleFormers v0.4
Repository: PaddlePaddle/PaddleFormers
Tag: v0.4.0
Published: 2026-01-21T08:00:45Z
Prerelease: no
Release notes: PaddleFormers 0.4 is officially released! This release introduces several key features and improvements:
✨ New Features
1. Unified CLI Training Workflow
PaddleFormers provides a streamlined training workflow through a unified CLI interface with YAML-based configuration. Users can launch a complete training pipeline with a single command, significantly reducing boilerplate code and accelerating iteration. It supports CPT, SFT, and DPO training paradigms, covering both full-parameter fine-tuning and LoRA-based fine-tuning.
2. New model support
Added support for the following models:
3. FlexCheckpoint Enhancements
FlexCheckpoint introduces initial support for Qwen3-MoE and GLM-4.5-MoE, enabling flexible loading and saving of Hugging Face–compatible model weights across diverse distributed training configurations. Model checkpoints produced during training can be directly deployed to mainstream inference frameworks such as vLLM, SGLang, and FastDeploy, without any additional conversion or adaptation. This enables a seamless end-to-end pipeline from training to inference deployment.
Notability
notability 4.0/10Minor version update from Baidu