Skip to content

Commit 8df3bfc

Browse files
fix: modify CANN package download url.
Signed-off-by: wan_danfeng <wonderful199082@126.com>
1 parent 37f4469 commit 8df3bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ source vllm-ascend-env/bin/activate
7878
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
7979

8080
# Download and install the CANN package.
81-
wget https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/CANN/CANN%208.1.RC1/Ascend-cann-toolkit_8.1.RC1_linux-"$(uname -i)".run
81+
wget --header="Referer: https://www.hiascend.com/" https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/CANN/CANN%208.1.RC1/Ascend-cann-toolkit_8.1.RC1_linux-"$(uname -i)".run
8282
chmod +x ./Ascend-cann-toolkit_8.1.RC1_linux-"$(uname -i)".run
8383
./Ascend-cann-toolkit_8.1.RC1_linux-"$(uname -i)".run --full
8484

0 commit comments

Comments
 (0)