| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
feat: Update Docker Images for MindSpeed-LLM 26.1.0 Co-authored-by: wxy1105<wangxinyu136@huawei.com> # message auto-generated for no-merge-commit merge: !4946 merge docker_rp2 into master feat: Update Docker Images for MindSpeed-LLM 26.1.0 Created-by: wxy1105 Commit-by: wxy1105 Merged-by: ascend-robot Description: ## What this PR does / why we need it? Updates the Docker stack and documentation for MindSpeed-LLM 26.1.0, including CANN 9.1.0, Python 3.12, torch-npu 2.7.1.post8, Ascend 950 support, package source optimization, and historical image tags. ## Does this PR introduce any user-facing change? Yes. Docker builds now use the latest stack by default, support 910b, a3, and 950, and include updated documentation in docker/OVERVIEW.md, docker/OVERVIEW.zh.md, and docker/supported_tags.md. ## How was this patch tested? The image verification script was executed to confirm that the image could be built successfully. See merge request: Ascend/MindSpeed-LLM!4946 | 8 天前 | |
feat: Update Docker Images for MindSpeed-LLM 26.1.0 Co-authored-by: wxy1105<wangxinyu136@huawei.com> # message auto-generated for no-merge-commit merge: !4946 merge docker_rp2 into master feat: Update Docker Images for MindSpeed-LLM 26.1.0 Created-by: wxy1105 Commit-by: wxy1105 Merged-by: ascend-robot Description: ## What this PR does / why we need it? Updates the Docker stack and documentation for MindSpeed-LLM 26.1.0, including CANN 9.1.0, Python 3.12, torch-npu 2.7.1.post8, Ascend 950 support, package source optimization, and historical image tags. ## Does this PR introduce any user-facing change? Yes. Docker builds now use the latest stack by default, support 910b, a3, and 950, and include updated documentation in docker/OVERVIEW.md, docker/OVERVIEW.zh.md, and docker/supported_tags.md. ## How was this patch tested? The image verification script was executed to confirm that the image could be built successfully. See merge request: Ascend/MindSpeed-LLM!4946 | 8 天前 | |
feat: Update Docker Images for MindSpeed-LLM 26.1.0 Co-authored-by: wxy1105<wangxinyu136@huawei.com> # message auto-generated for no-merge-commit merge: !4946 merge docker_rp2 into master feat: Update Docker Images for MindSpeed-LLM 26.1.0 Created-by: wxy1105 Commit-by: wxy1105 Merged-by: ascend-robot Description: ## What this PR does / why we need it? Updates the Docker stack and documentation for MindSpeed-LLM 26.1.0, including CANN 9.1.0, Python 3.12, torch-npu 2.7.1.post8, Ascend 950 support, package source optimization, and historical image tags. ## Does this PR introduce any user-facing change? Yes. Docker builds now use the latest stack by default, support 910b, a3, and 950, and include updated documentation in docker/OVERVIEW.md, docker/OVERVIEW.zh.md, and docker/supported_tags.md. ## How was this patch tested? The image verification script was executed to confirm that the image could be built successfully. See merge request: Ascend/MindSpeed-LLM!4946 | 8 天前 | |
fix: Fix Dockerfile and image build script Co-authored-by: wxy1105<wangxinyu136@huawei.com> # message auto-generated for no-merge-commit merge: !4439 merge master into master fix: Fix Dockerfile and image build script Created-by: wxy1105 Commit-by: wxy1105 Merged-by: ascend-robot Description: ## What this PR does / why we need it? Fix Dockerfile and image build script ## Does this PR introduce any user-facing change? Please describe whether the PR will result in any user-facing usage changes. If there is related documentation, please specify its path. ## How was this patch tested? Please explain how to verify the correctness and effectiveness of this feature, as well as its usage constraints and limitations. See merge request: Ascend/MindSpeed-LLM!4439 | 3 个月前 | |
feat:add Docker image build scripts and documentation Co-authored-by: wxy1105<wangxinyu136@huawei.com> # message auto-generated for no-merge-commit merge: !4424 merge master into master feat:add Docker image build scripts and documentation Created-by: wxy1105 Commit-by: wxy1105 Merged-by: ascend-robot Description: ## What this PR does / why we need it? ### MindSpeed LLM Docker Image Construction Specification Add Docker image construction scripts and related documents for MindSpeed LLM. Support building images for combined environments of A2, A3, x86, ARM, openEuler and Ubuntu, with Python 3.11 as the default Python version. #### LLM Image Positioning Provide basic operating environments including CANN, Torch, TorchNPU and other fundamental dependencies. #### Specification Requirements 1. Create a standalone directory named docker in the project root directory. Secondary sub-directories can be created as needed to manage multiple Dockerfiles. 2. Dockerfile Naming Rule Follow the naming template: Dockerfile[.{chip-info}.{os}.{other-fields}] - Contents in square brackets are optional; - The order of fields is adjustable; - Use dot . as the separator between different fields; - Use hyphen - as the separator inside a single field. Examples: - Dockerfile.a3.openEuler - Dockerfile.310p.openEuler 3. Image Tag Naming Rule Recommended tag template: {version}[-{chip-info}-{os}-{python-version}-{arch-type}-{other-fields}] - Contents in square brackets are optional; - The order of fields is adjustable; - Use hyphen - uniformly for separation between fields and inside a single field. Examples: - 2.3.0-800I-A2-py311-openeuler24.03-lts - 9.0.0-beta.2-910-openeuler24.03-py3.11 #### Image Description Document Independently provide OVERVIEW.md and OVERVIEW.zh.md for image overview display in subsequent image distribution scenarios. Archive the above files together with Dockerfiles in the docker directory under the root of the service code repository, or in an independent repository. The overview documents shall cover the following contents: - a) Quick Reference - b) Description of key fields in image tags - c) Archive path of Dockerfiles - d) Quick Start: Container running / Local image building / Secondary development - e) Custom chapters: Hardware support information / Compatibility change description - f) License and Disclaimer ## Does this PR introduce any user-facing change? The homepage readme needs further modification. However, the next official versions of CANN and Torch NPU have not yet been released and are not currently displayed. ## How was this patch tested? Please explain how to verify the correctness and effectiveness of this feature, as well as its usage constraints and limitations. See merge request: Ascend/MindSpeed-LLM!4424 | 4 个月前 | |
feat: Update Docker Images for MindSpeed-LLM 26.1.0 Co-authored-by: wxy1105<wangxinyu136@huawei.com> # message auto-generated for no-merge-commit merge: !4946 merge docker_rp2 into master feat: Update Docker Images for MindSpeed-LLM 26.1.0 Created-by: wxy1105 Commit-by: wxy1105 Merged-by: ascend-robot Description: ## What this PR does / why we need it? Updates the Docker stack and documentation for MindSpeed-LLM 26.1.0, including CANN 9.1.0, Python 3.12, torch-npu 2.7.1.post8, Ascend 950 support, package source optimization, and historical image tags. ## Does this PR introduce any user-facing change? Yes. Docker builds now use the latest stack by default, support 910b, a3, and 950, and include updated documentation in docker/OVERVIEW.md, docker/OVERVIEW.zh.md, and docker/supported_tags.md. ## How was this patch tested? The image verification script was executed to confirm that the image could be built successfully. See merge request: Ascend/MindSpeed-LLM!4946 | 8 天前 | |
feat: Update Docker Images for MindSpeed-LLM 26.1.0 Co-authored-by: wxy1105<wangxinyu136@huawei.com> # message auto-generated for no-merge-commit merge: !4946 merge docker_rp2 into master feat: Update Docker Images for MindSpeed-LLM 26.1.0 Created-by: wxy1105 Commit-by: wxy1105 Merged-by: ascend-robot Description: ## What this PR does / why we need it? Updates the Docker stack and documentation for MindSpeed-LLM 26.1.0, including CANN 9.1.0, Python 3.12, torch-npu 2.7.1.post8, Ascend 950 support, package source optimization, and historical image tags. ## Does this PR introduce any user-facing change? Yes. Docker builds now use the latest stack by default, support 910b, a3, and 950, and include updated documentation in docker/OVERVIEW.md, docker/OVERVIEW.zh.md, and docker/supported_tags.md. ## How was this patch tested? The image verification script was executed to confirm that the image could be built successfully. See merge request: Ascend/MindSpeed-LLM!4946 | 8 天前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 8 天前 | ||
| 8 天前 | ||
| 8 天前 | ||
| 3 个月前 | ||
| 4 个月前 | ||
| 8 天前 | ||
| 8 天前 |