@@ -78,20 +78,19 @@ source vllm-ascend-env/bin/activate
78
78
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple attrs ' numpy<2.0.0' decorator sympy cffi pyyaml pathlib2 psutil protobuf scipy requests absl-py wheel typing_extensions
79
79
80
80
# Download and install the CANN package.
81
- wget --header=" Referer: https://www.hiascend.com/" https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/Milan-ASL/Milan-ASL%20V100R001C22B800TP052 /Ascend-cann-toolkit_8.2.rc1_linux -" $( uname -i) " .run
82
- chmod +x ./Ascend-cann-toolkit_8.2.rc1_linux -" $( uname -i) " .run
83
- ./Ascend-cann-toolkit_8.2.rc1_linux -" $( uname -i) " .run --full
81
+ wget --header=" Referer: https://www.hiascend.com/" https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/CANN/CANN%208.2.RC1 /Ascend-cann-toolkit_8.2.RC1_linux -" $( uname -i) " .run
82
+ chmod +x ./Ascend-cann-toolkit_8.2.RC1_linux -" $( uname -i) " .run
83
+ ./Ascend-cann-toolkit_8.2.RC1_linux -" $( uname -i) " .run --full
84
84
# https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/Milan-ASL/Milan-ASL%20V100R001C22B800TP052/Ascend-cann-kernels-910b_8.2.rc1_linux-aarch64.run
85
85
86
86
source /usr/local/Ascend/ascend-toolkit/set_env.sh
87
+ wget --header=" Referer: https://www.hiascend.com/" https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/CANN/CANN%208.2.RC1/Ascend-cann-kernels-910b_8.2.RC1_linux-" $( uname -i) " .run
88
+ chmod +x ./Ascend-cann-kernels-910b_8.2.RC1_linux-" $( uname -i) " .run
89
+ ./Ascend-cann-kernels-910b_8.2.RC1_linux-" $( uname -i) " .run --install
87
90
88
- wget --header=" Referer: https://www.hiascend.com/" https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/Milan-ASL/Milan-ASL%20V100R001C22B800TP052/Ascend-cann-kernels-910b_8.2.rc1_linux-" $( uname -i) " .run
89
- chmod +x ./Ascend-cann-kernels-910b_8.2.rc1_linux-" $( uname -i) " .run
90
- ./Ascend-cann-kernels-910b_8.2.rc1_linux-" $( uname -i) " .run --install
91
-
92
- wget --header=" Referer: https://www.hiascend.com/" https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/Milan-ASL/Milan-ASL%20V100R001C22B800TP052/Ascend-cann-nnal_8.2.rc1_linux-" $( uname -i) " .run
93
- chmod +x ./Ascend-cann-nnal_8.2.rc1_linux-" $( uname -i) " .run
94
- ./Ascend-cann-nnal_8.2.rc1_linux-" $( uname -i) " .run --install
91
+ wget --header=" Referer: https://www.hiascend.com/" https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/CANN/CANN%208.2.RC1/Ascend-cann-nnal_8.2.RC1_linux-" $( uname -i) " .run
92
+ chmod +x ./Ascend-cann-nnal_8.2.RC1_linux-" $( uname -i) " .run
93
+ ./Ascend-cann-nnal_8.2.RC1_linux-" $( uname -i) " .run --install
95
94
96
95
source /usr/local/Ascend/nnal/atb/set_env.sh
97
96
```
0 commit comments