Huawei open-sources 505B-parameter Pangu openPangu-2.0-Pro model and technical reports
Huawei has officially released its openPangu-2.0-Pro large language model featuring 505 billion parameters alongside comprehensive technical documentation, fulfilling Richard Yu's commitment to open-source seven major components of the Ascend-native AI architecture.
Huawei has officially open-sourced the openPangu-2.0-Pro large language model, releasing the 505-billion-parameter model weights, basic inference code, and detailed technical reports to the public. The announcement, made on July 31, marks the latest milestone in the company's initiative to establish openPangu as a premier open-source AI brand built entirely on Ascend NPU native infrastructure.
The openPangu-2.0-Pro represents a significant engineering achievement in sparse model architecture. As a Mixture-of-Experts (MoE) model, it utilizes approximately 505 billion total parameters while activating only 18 billion parameters per token, enabling efficient inference despite its massive scale. The model supports an extended context window of up to 512,000 tokens and was trained on approximately 34 trillion tokens of data.
Architectural Innovations
Huawei implemented several proprietary architectural upgrades to optimize performance and efficiency:
- Attention Mechanism: The model employs Multi-head Latent Attention (MLA) with a hybrid DSA (Dense Sparse Attention) and SWA (Sliding Window Attention) architecture in a 1:2 layer ratio. SWA layers handle local window modeling while DSA layers manage sparse global aggregation, significantly reducing computational, memory, and bandwidth overhead during long-sequence inference.
- Topology Structure: Traditional residual connections have been replaced with a 4-branch mHC (multi-Head Cross) architecture, enhancing representation diversity and generalization capabilities.
- Speculative Decoding: A 3-head Multi-Token Prediction (MTP) module enables the model to predict three additional tokens simultaneously, substantially accelerating inference speed.
- Optimization: Training leveraged the Muon optimizer to achieve faster convergence rates compared to standard approaches.
Post-Training Pipeline
The model underwent a comprehensive post-training regimen including Supervised Fine-Tuning (SFT) for fast-slow unification, multi-domain Reinforcement Learning (RL) for specialized capabilities, and Online Distillation (OPD) to consolidate these abilities into a unified model.
Strategic Context
The release fulfills a pledge made by Richard Yu, Huawei's rotating chairman, during the Huawei Developer Conference (HDC) 2026 keynote in June. Yu announced that openPangu 2.0 would gradually open-source seven major components—including pre-training code, post-training code, and training operators—beginning June 30. The company already released the 92-billion-parameter openPangu-2.0-Flash model on that date.
Addressing questions regarding the 505-billion-parameter scale—relatively modest compared to trillion-parameter models from competitors—Yu previously explained that Huawei allocated significant computing resources to support domestic Chinese enterprises, leaving limited capacity for internal model training. He emphasized that given the high costs of AI computing power, Huawei prioritized optimizing latency and throughput over raw parameter count.
Availability
The openPangu-2.0-Pro artifacts are now available on GitCode's Ascend Tribe repository, providing the industry with reference implementations for Ascend-native AI training and inference. The platform serves as the central hub for the ongoing release of openPangu 2.0 components.
Repository: https://ai.gitcode.com/ascend-tribe/openPangu-2.0-Pro