# MindSpeedRun **Repository Path**: wangzw1022/MindSpeedRun ## Basic Information - **Project Name**: MindSpeedRun - **Description**: MindSpeed的小工具 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 3 - **Created**: 2024-05-06 - **Last Updated**: 2025-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MindSpeedRun #### 介绍 MindSpeedRun #### 使用说明 ```shell # Mindspeed git clone https://gitee.com/ascend/MindSpeed.git pip install -e MindSpeed # ST scripts 与Megatron分支保持一致 git clone https://gitee.com/wangzw1022/MindSpeedRun.git -b core_r0.7.0 pip install -e MindSpeedRun # Megatron git clone -b core_r0.7.0 https://github.com/NVIDIA/Megatron-LM.git --depth=1 cd Megatron-LM speedrun -P # Bash scripts cd ../ bash MindSpeedRun/scripts/system_tests.sh ``` 可直接将此段编写为run.sh执行,dockers环境可以在裸机docker exec container_name sh -c 'cd /path;bash run.sh'