[CICD] Add train image pipeline and real TE-FL smoke testCi/ascend train te smoke#1250
Open
AlexMa616 wants to merge 3 commits into
Open
[CICD] Add train image pipeline and real TE-FL smoke testCi/ascend train te smoke#1250AlexMa616 wants to merge 3 commits into
AlexMa616 wants to merge 3 commits into
Conversation
AlexMa616
force-pushed
the
ci/ascend-train-te-smoke
branch
from
July 24, 2026 14:44
a6bffa2 to
be82b5a
Compare
AlexMa616
force-pushed
the
ci/ascend-train-te-smoke
branch
from
July 24, 2026 14:44
be82b5a to
c2a56d4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add an Ascend training image pipeline and enable the Ascend CI suite with a
real TransformerEngine-FL training smoke test.
The change builds the training runtime from Ascend-specific Docker and installer
files, validates Megatron-LM-FL and TE-FL NPU initialization, and runs a
two-device Qwen3 0.6B smoke test through the TE-FL reference backend.
Chip-specific setup remains outside reusable common workflows. Ascend behavior
is defined through the platform configuration, Ascend installer and launcher,
Dockerfile, and dedicated image-build workflow. No FlagScale core source is
changed.
Prerequisite: TransformerEngine-FL must include
771a7488(
fix(ascend): include NPU backend in Python package) or an equivalent upstreamchange before rebuilding the image from the official TE-FL repository.
Type of change
Changes
Megatron-LM-FL and TransformerEngine-FL.
platform initialization.
transformer_impl: transformer_engineand TE-FLreference.torchoperators.all_testsworkflow and selected thevalidated Harbor training image.
torch_npu 2.7.1.post2 runtime.
relative requirements include processing.
Validation
through
reference.torch.1 passedFLAGSCALE_ASCEND_REPO_IMAGE=PASSharbor.baai.ac.cn/flagos-dev/flagscale:manual-20260724-ascend-train-426ad116-te771a7488sha256:2fe15cf8b339b6828395fc3ce56e67b004b7c5f251d9e6673f20579819fe2c16in the Ascend matrix.
2 passed.Checklist