已合并
[pytorch][bugfix]update install_guide #2929
jzh6229创建于 2025年6月30日
[pytorch][bugfix]update install_guide #2929
已合并
jzh6229创建于 2025年6月30日
refs/pull/2929/head合入到master
3 个文件变更+5-1
Mdocs/pytorch/install_guide.md+1-1
@@ -7,8 +7,8 @@
7下载[驱动固件](https://www.hiascend.com/hardware/firmware-drivers/community?product=4&model=26&cann=8.0.RC3.beta1&driver=1.0.27.alpha),请根据系统和硬件产品型号选择对应版本的`driver``firmware`。参考[安装NPU驱动固件](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0005.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)或执行以下命令安装:7下载[驱动固件](https://www.hiascend.com/hardware/firmware-drivers/community?product=4&model=26&cann=8.0.RC3.beta1&driver=1.0.27.alpha),请根据系统和硬件产品型号选择对应版本的`driver``firmware`。参考[安装NPU驱动固件](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0005.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)或执行以下命令安装:
8 8 
9```shell9```shell
10bash Ascend-hdk-910b-npu-firmware_7.5.0.1.129.run --full
11bash Ascend-hdk-910b-npu-driver_24.1.rc3_linux-aarch64.run --full --force10bash Ascend-hdk-910b-npu-driver_24.1.rc3_linux-aarch64.run --full --force
11bash Ascend-hdk-910b-npu-firmware_7.5.0.1.129.run --full
12```12```
13 13 
14### CANN安装14### CANN安装
Mexamples/mcore/qwen2/pretrain_qwen2_72b_32k_ptd.sh+2-0
@@ -84,6 +84,8 @@ GPT_ARGS="
84 --bf16 \84 --bf16 \
85 --group-query-attention \85 --group-query-attention \
86 --num-query-groups 8 \86 --num-query-groups 8 \
87 --manual-gc \
88 --manual-gc-interval 100 \
87 --use-distributed-optimizer \89 --use-distributed-optimizer \
88 --overlap-grad-reduce \90 --overlap-grad-reduce \
89 --exit-on-missing-checkpoint \91 --exit-on-missing-checkpoint \
Mexamples/mcore/qwen2/pretrain_qwen2_72b_4k_ptd.sh+2-0
@@ -78,6 +78,8 @@ GPT_ARGS="
78 --bf16 \78 --bf16 \
79 --group-query-attention \79 --group-query-attention \
80 --num-query-groups 8 \80 --num-query-groups 8 \
81 --manual-gc \
82 --manual-gc-interval 100 \
81 --use-distributed-optimizer \83 --use-distributed-optimizer \
82 --overlap-grad-reduce84 --overlap-grad-reduce
83"85"