Preprint
Machine Learning

SLAI T-Rex: Full-Parameter Post-training of the DeepSeek-V4 Family on Ascend SuperPOD

Dongfang Li, Xiaodong Luo, Ruoyu Sun, Xuhui Chen, Linyuan Qiu, Jian Meng, Zhengxuan Lu, Yiting Wang, Yucheng Xie, Tao Guo, Tianxiang Fang, Jing Li, Sihang Chen, Shihao Hong, Chang Liu, Weihua Dai, Zirong Zeng, Ziwei Zhu, Zhuohan Wang, Zhengjun Yue, Igor Vasilyev, Min Liu, Weijian Sun, Xin Chen, Yingmeng Gao, Jinhua Zhou, Taolue Chen, Chenwei Wu, Dong Zhang, Wenlong Jin, Jinmin Xiang, Barkova Maria, Ushakov Anton, Xianfei Jin, Tian Ding, Zhihang Lin, Qian Chen, Linxin Yang, Mingzhe Yang, Bingwei Zhang, Hongzhang Yang, Fangxue Zhang, Shijun Qin, Jie Yu, Cuihua Hu, Tolstykh Vasiliy, Nosov Ivan, Abdullin Amir, Zhichen Zhou, Xin Zhang, Zhixiong Ning, Xutong Zhao, Junjie Huang, Jiajun Liu, Weiyan Kong, Zheng Zhang, Wenhan Luo, Lin Hu, Yangbo Guo, Li Zeng, Shihao Zeng, Baotian Hu, Min Zhang, Haizhou Li, Zhiquan Luo
July 22, 2026

0

Citations

0

Influential Citations

Venue

2026

Year

Abstract

Full-parameter post-training of trillion-parameter-scale MoE models introduces substantial system-level challenges for large-scale distributed training, including severe memory pressure, non-overlapped communication overhead, and inefficient kernel execution. While most large-scale LLM training systems are built around GPU-based clusters, this report presents an end-to-end optimization practice on the Ascend NPU SuperPOD. Using the DeepSeek-V4 model family as the target workload, we develop a hierarchical optimization framework spanning model-level parallelism, computation-communication orchestration, and low-level kernel execution. The resulting system achieves 34.22% Model FLOPs Utilization (MFU) with a 2.93x improvement over the open-source baseline recipe while maintaining training stability. Building on this optimized infrastructure, we further establish a CPT and SFT workflow for complex Operations Research (OR) tasks. We refer to the integrated framework as SLAI T-Rex. Using DeepSeek-V4-Flash, we develop OR-oriented CPT and SFT data pipelines that combine collected domain resources with solver-verified synthetic optimization documents. The resulting dataset contains 10K high-quality SFT samples spanning four task categories and three problem representations. The specialized model achieves the highest average zero-shot Pass@1 score among the evaluated models, reaching 71.81% and outperforming GPT-5.4-Mini and the base DeepSeek-V4-Flash model by 3.98 and 11.27 percentage points, respectively. Overall, this work demonstrates a full-stack pathway from efficient trillion-parameter model post-training on Ascend infra to domain-specialized Flash models for solver-grounded mathematical modeling, advancing frontier-model systems for complex reasoning.

Analysis

Why This Paper Matters

This paper addresses a critical gap in the AI infrastructure landscape: the ability to efficiently post-train trillion-parameter Mixture-of-Experts (MoE) models on non-GPU hardware. As the industry diversifies beyond NVIDIA GPUs, the Ascend NPU SuperPOD represents a significant alternative, but its adoption has been hindered by the lack of optimized training recipes. The authors present a comprehensive solution that not only achieves competitive Model FLOPs Utilization (MFU) but also demonstrates a full-stack pathway from infrastructure optimization to domain-specific model specialization.

The focus on Operations Research (OR) tasks is particularly timely. OR problems—such as routing, scheduling, and resource allocation—are ubiquitous in logistics, manufacturing, and finance, yet they remain challenging for general-purpose LLMs. By combining efficient post-training with solver-verified synthetic data, the paper shows how frontier models can be grounded in mathematical reasoning, moving beyond pattern matching to genuine problem-solving.

Technical Contributions

The paper's technical innovations are organized into three layers:

  • Model-level parallelism: Optimized tensor and pipeline parallelism strategies tailored for the Ascend NPU architecture, addressing memory pressure and communication bottlenecks inherent in MoE models.
  • Computation-communication orchestration: Techniques to overlap communication with computation, reducing non-overlapped overhead and improving overall throughput.
  • Low-level kernel execution: Custom kernel optimizations for Ascend NPUs, including efficient attention and MoE routing implementations.
  • Domain-specific data pipeline: A CPT and SFT workflow that combines collected OR domain resources with solver-verified synthetic optimization documents, yielding 10K high-quality SFT samples spanning four task categories and three problem representations.

Results

The system achieves a 34.22% MFU, representing a 2.93x improvement over the open-source baseline recipe, while maintaining training stability. On the OR benchmark, the specialized DeepSeek-V4-Flash model achieves the highest average zero-shot Pass@1 score among evaluated models at 71.81%, outperforming GPT-5.4-Mini by 3.98 percentage points and the base DeepSeek-V4-Flash model by 11.27 percentage points. These results demonstrate that domain-specific post-training on Ascend infrastructure can yield state-of-the-art performance on complex reasoning tasks.

Significance

This work has broad implications for the AI field. First, it provides a practical blueprint for organizations invested in Ascend NPU infrastructure to train and deploy trillion-parameter models efficiently. Second, it demonstrates that domain-specialized post-training—particularly with solver-verified synthetic data—can significantly boost performance on mathematical reasoning tasks, suggesting a path toward more reliable AI systems for operations research and other structured problem domains. Finally, the full-stack approach from hardware optimization to application-specific fine-tuning serves as a model for future work aiming to bridge the gap between large-scale training infrastructure and real-world deployment.