| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
feat: add Docker build support for MindSpeed-Bridge Co-authored-by: yanzhixiao23<yanzhixiao@h-partners.com> # message auto-generated for no-merge-commit merge: !41 merge docker into master feat: add Docker build support for MindSpeed-Bridge Created-by: yanzhixiao23 Commit-by: yanzhixiao23 Merged-by: ascend-robot Description: ## What this PR does / why we need it? This PR adds a Docker build directory for MindSpeed-Bridge. It provides a configurable Dockerfile and build script for constructing an Ascend NPU training image based on the CANN 9.1.0-beta.3 base image and PTA v26.1.0-beta.2-pytorch2.9.0. Main changes: - Added docker/Dockerfile for building the MindSpeed-Bridge runtime image. - Added docker/image_build.sh to configure NPU type, OS, base image, PyTorch, torch_npu, and related dependency branches. - Added support for CANN 9.1.0-beta.3 images with Python 3.12. - Added support for a3, 950, 910b, 910, and 310p CANN image tags. - Added support for openeuler24.03 and ubuntu22.04. - Added --base-image-devel for using -devel CANN images. - Set default PTA release to v26.1.0-beta.2-pytorch2.9.0. - Set default torch_npu version to 2.9.0.post5. - Added apt/yum repository configuration scripts. - Added Chinese and English Docker usage documents. ## Does this PR introduce any user-facing change? Yes. This PR adds a new Docker build entry for MindSpeed-Bridge. Users can build the default image with: bash cd docker bash image_build.sh Users can also customize the base image, OS, NPU type, and torch_npu wheel, for example: bash bash image_build.sh -t a3 -o ubuntu22.04 Related documentation: - docker/OVERVIEW.zh.md - docker/OVERVIEW.md ## How was this patch tested? This is a Docker and documentation change. Verification performed: - Checked that the Docker files are added under docker/. - Checked that the default CANN base image version is 9.1.0-beta.3. - Checked that the default PTA release is v26.1.0-beta.2-pytorch2.9.0. - Checked that the default torch_npu version is 2.9.0.post5. - Checked that Python version references are aligned to 3.12. - Checked that CANN image tags support a3, 950, 910b, 910, and 310p. - Checked that both openeuler24.03 and ubuntu22.04 are documented. No Docker build was run in the local environment. See merge request: Ascend/MindSpeed-Bridge!41 | 6 天前 | |
feat: add Docker build support for MindSpeed-Bridge Co-authored-by: yanzhixiao23<yanzhixiao@h-partners.com> # message auto-generated for no-merge-commit merge: !41 merge docker into master feat: add Docker build support for MindSpeed-Bridge Created-by: yanzhixiao23 Commit-by: yanzhixiao23 Merged-by: ascend-robot Description: ## What this PR does / why we need it? This PR adds a Docker build directory for MindSpeed-Bridge. It provides a configurable Dockerfile and build script for constructing an Ascend NPU training image based on the CANN 9.1.0-beta.3 base image and PTA v26.1.0-beta.2-pytorch2.9.0. Main changes: - Added docker/Dockerfile for building the MindSpeed-Bridge runtime image. - Added docker/image_build.sh to configure NPU type, OS, base image, PyTorch, torch_npu, and related dependency branches. - Added support for CANN 9.1.0-beta.3 images with Python 3.12. - Added support for a3, 950, 910b, 910, and 310p CANN image tags. - Added support for openeuler24.03 and ubuntu22.04. - Added --base-image-devel for using -devel CANN images. - Set default PTA release to v26.1.0-beta.2-pytorch2.9.0. - Set default torch_npu version to 2.9.0.post5. - Added apt/yum repository configuration scripts. - Added Chinese and English Docker usage documents. ## Does this PR introduce any user-facing change? Yes. This PR adds a new Docker build entry for MindSpeed-Bridge. Users can build the default image with: bash cd docker bash image_build.sh Users can also customize the base image, OS, NPU type, and torch_npu wheel, for example: bash bash image_build.sh -t a3 -o ubuntu22.04 Related documentation: - docker/OVERVIEW.zh.md - docker/OVERVIEW.md ## How was this patch tested? This is a Docker and documentation change. Verification performed: - Checked that the Docker files are added under docker/. - Checked that the default CANN base image version is 9.1.0-beta.3. - Checked that the default PTA release is v26.1.0-beta.2-pytorch2.9.0. - Checked that the default torch_npu version is 2.9.0.post5. - Checked that Python version references are aligned to 3.12. - Checked that CANN image tags support a3, 950, 910b, 910, and 310p. - Checked that both openeuler24.03 and ubuntu22.04 are documented. No Docker build was run in the local environment. See merge request: Ascend/MindSpeed-Bridge!41 | 6 天前 | |
feat: add Docker build support for MindSpeed-Bridge Co-authored-by: yanzhixiao23<yanzhixiao@h-partners.com> # message auto-generated for no-merge-commit merge: !41 merge docker into master feat: add Docker build support for MindSpeed-Bridge Created-by: yanzhixiao23 Commit-by: yanzhixiao23 Merged-by: ascend-robot Description: ## What this PR does / why we need it? This PR adds a Docker build directory for MindSpeed-Bridge. It provides a configurable Dockerfile and build script for constructing an Ascend NPU training image based on the CANN 9.1.0-beta.3 base image and PTA v26.1.0-beta.2-pytorch2.9.0. Main changes: - Added docker/Dockerfile for building the MindSpeed-Bridge runtime image. - Added docker/image_build.sh to configure NPU type, OS, base image, PyTorch, torch_npu, and related dependency branches. - Added support for CANN 9.1.0-beta.3 images with Python 3.12. - Added support for a3, 950, 910b, 910, and 310p CANN image tags. - Added support for openeuler24.03 and ubuntu22.04. - Added --base-image-devel for using -devel CANN images. - Set default PTA release to v26.1.0-beta.2-pytorch2.9.0. - Set default torch_npu version to 2.9.0.post5. - Added apt/yum repository configuration scripts. - Added Chinese and English Docker usage documents. ## Does this PR introduce any user-facing change? Yes. This PR adds a new Docker build entry for MindSpeed-Bridge. Users can build the default image with: bash cd docker bash image_build.sh Users can also customize the base image, OS, NPU type, and torch_npu wheel, for example: bash bash image_build.sh -t a3 -o ubuntu22.04 Related documentation: - docker/OVERVIEW.zh.md - docker/OVERVIEW.md ## How was this patch tested? This is a Docker and documentation change. Verification performed: - Checked that the Docker files are added under docker/. - Checked that the default CANN base image version is 9.1.0-beta.3. - Checked that the default PTA release is v26.1.0-beta.2-pytorch2.9.0. - Checked that the default torch_npu version is 2.9.0.post5. - Checked that Python version references are aligned to 3.12. - Checked that CANN image tags support a3, 950, 910b, 910, and 310p. - Checked that both openeuler24.03 and ubuntu22.04 are documented. No Docker build was run in the local environment. See merge request: Ascend/MindSpeed-Bridge!41 | 6 天前 | |
feat: add Docker build support for MindSpeed-Bridge Co-authored-by: yanzhixiao23<yanzhixiao@h-partners.com> # message auto-generated for no-merge-commit merge: !41 merge docker into master feat: add Docker build support for MindSpeed-Bridge Created-by: yanzhixiao23 Commit-by: yanzhixiao23 Merged-by: ascend-robot Description: ## What this PR does / why we need it? This PR adds a Docker build directory for MindSpeed-Bridge. It provides a configurable Dockerfile and build script for constructing an Ascend NPU training image based on the CANN 9.1.0-beta.3 base image and PTA v26.1.0-beta.2-pytorch2.9.0. Main changes: - Added docker/Dockerfile for building the MindSpeed-Bridge runtime image. - Added docker/image_build.sh to configure NPU type, OS, base image, PyTorch, torch_npu, and related dependency branches. - Added support for CANN 9.1.0-beta.3 images with Python 3.12. - Added support for a3, 950, 910b, 910, and 310p CANN image tags. - Added support for openeuler24.03 and ubuntu22.04. - Added --base-image-devel for using -devel CANN images. - Set default PTA release to v26.1.0-beta.2-pytorch2.9.0. - Set default torch_npu version to 2.9.0.post5. - Added apt/yum repository configuration scripts. - Added Chinese and English Docker usage documents. ## Does this PR introduce any user-facing change? Yes. This PR adds a new Docker build entry for MindSpeed-Bridge. Users can build the default image with: bash cd docker bash image_build.sh Users can also customize the base image, OS, NPU type, and torch_npu wheel, for example: bash bash image_build.sh -t a3 -o ubuntu22.04 Related documentation: - docker/OVERVIEW.zh.md - docker/OVERVIEW.md ## How was this patch tested? This is a Docker and documentation change. Verification performed: - Checked that the Docker files are added under docker/. - Checked that the default CANN base image version is 9.1.0-beta.3. - Checked that the default PTA release is v26.1.0-beta.2-pytorch2.9.0. - Checked that the default torch_npu version is 2.9.0.post5. - Checked that Python version references are aligned to 3.12. - Checked that CANN image tags support a3, 950, 910b, 910, and 310p. - Checked that both openeuler24.03 and ubuntu22.04 are documented. No Docker build was run in the local environment. See merge request: Ascend/MindSpeed-Bridge!41 | 6 天前 | |
feat: add Docker build support for MindSpeed-Bridge Co-authored-by: yanzhixiao23<yanzhixiao@h-partners.com> # message auto-generated for no-merge-commit merge: !41 merge docker into master feat: add Docker build support for MindSpeed-Bridge Created-by: yanzhixiao23 Commit-by: yanzhixiao23 Merged-by: ascend-robot Description: ## What this PR does / why we need it? This PR adds a Docker build directory for MindSpeed-Bridge. It provides a configurable Dockerfile and build script for constructing an Ascend NPU training image based on the CANN 9.1.0-beta.3 base image and PTA v26.1.0-beta.2-pytorch2.9.0. Main changes: - Added docker/Dockerfile for building the MindSpeed-Bridge runtime image. - Added docker/image_build.sh to configure NPU type, OS, base image, PyTorch, torch_npu, and related dependency branches. - Added support for CANN 9.1.0-beta.3 images with Python 3.12. - Added support for a3, 950, 910b, 910, and 310p CANN image tags. - Added support for openeuler24.03 and ubuntu22.04. - Added --base-image-devel for using -devel CANN images. - Set default PTA release to v26.1.0-beta.2-pytorch2.9.0. - Set default torch_npu version to 2.9.0.post5. - Added apt/yum repository configuration scripts. - Added Chinese and English Docker usage documents. ## Does this PR introduce any user-facing change? Yes. This PR adds a new Docker build entry for MindSpeed-Bridge. Users can build the default image with: bash cd docker bash image_build.sh Users can also customize the base image, OS, NPU type, and torch_npu wheel, for example: bash bash image_build.sh -t a3 -o ubuntu22.04 Related documentation: - docker/OVERVIEW.zh.md - docker/OVERVIEW.md ## How was this patch tested? This is a Docker and documentation change. Verification performed: - Checked that the Docker files are added under docker/. - Checked that the default CANN base image version is 9.1.0-beta.3. - Checked that the default PTA release is v26.1.0-beta.2-pytorch2.9.0. - Checked that the default torch_npu version is 2.9.0.post5. - Checked that Python version references are aligned to 3.12. - Checked that CANN image tags support a3, 950, 910b, 910, and 310p. - Checked that both openeuler24.03 and ubuntu22.04 are documented. No Docker build was run in the local environment. See merge request: Ascend/MindSpeed-Bridge!41 | 6 天前 | |
feat: add Docker build support for MindSpeed-Bridge Co-authored-by: yanzhixiao23<yanzhixiao@h-partners.com> # message auto-generated for no-merge-commit merge: !41 merge docker into master feat: add Docker build support for MindSpeed-Bridge Created-by: yanzhixiao23 Commit-by: yanzhixiao23 Merged-by: ascend-robot Description: ## What this PR does / why we need it? This PR adds a Docker build directory for MindSpeed-Bridge. It provides a configurable Dockerfile and build script for constructing an Ascend NPU training image based on the CANN 9.1.0-beta.3 base image and PTA v26.1.0-beta.2-pytorch2.9.0. Main changes: - Added docker/Dockerfile for building the MindSpeed-Bridge runtime image. - Added docker/image_build.sh to configure NPU type, OS, base image, PyTorch, torch_npu, and related dependency branches. - Added support for CANN 9.1.0-beta.3 images with Python 3.12. - Added support for a3, 950, 910b, 910, and 310p CANN image tags. - Added support for openeuler24.03 and ubuntu22.04. - Added --base-image-devel for using -devel CANN images. - Set default PTA release to v26.1.0-beta.2-pytorch2.9.0. - Set default torch_npu version to 2.9.0.post5. - Added apt/yum repository configuration scripts. - Added Chinese and English Docker usage documents. ## Does this PR introduce any user-facing change? Yes. This PR adds a new Docker build entry for MindSpeed-Bridge. Users can build the default image with: bash cd docker bash image_build.sh Users can also customize the base image, OS, NPU type, and torch_npu wheel, for example: bash bash image_build.sh -t a3 -o ubuntu22.04 Related documentation: - docker/OVERVIEW.zh.md - docker/OVERVIEW.md ## How was this patch tested? This is a Docker and documentation change. Verification performed: - Checked that the Docker files are added under docker/. - Checked that the default CANN base image version is 9.1.0-beta.3. - Checked that the default PTA release is v26.1.0-beta.2-pytorch2.9.0. - Checked that the default torch_npu version is 2.9.0.post5. - Checked that Python version references are aligned to 3.12. - Checked that CANN image tags support a3, 950, 910b, 910, and 310p. - Checked that both openeuler24.03 and ubuntu22.04 are documented. No Docker build was run in the local environment. See merge request: Ascend/MindSpeed-Bridge!41 | 6 天前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 6 天前 | ||
| 6 天前 | ||
| 6 天前 | ||
| 6 天前 | ||
| 6 天前 | ||
| 6 天前 |