From 5ddbe27288787230ec5f8b9d1a4916b2b68311c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=A6=E6=99=93=E7=8E=B2?= <3174348550@qq.com> Date: Tue, 11 Nov 2025 09:50:03 +0800 Subject: [PATCH] modify links --- .../user_guide/supported_features/parallel/parallel.md | 2 +- .../user_guide/supported_features/parallel/parallel.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/vllm_mindspore/docs/source_en/user_guide/supported_features/parallel/parallel.md b/docs/vllm_mindspore/docs/source_en/user_guide/supported_features/parallel/parallel.md index 8d9b682cfd..8fd380d3ff 100644 --- a/docs/vllm_mindspore/docs/source_en/user_guide/supported_features/parallel/parallel.md +++ b/docs/vllm_mindspore/docs/source_en/user_guide/supported_features/parallel/parallel.md @@ -157,7 +157,7 @@ If there are permission issues during installation, use the following command to chmod -R 777 ./Ascend-pyACL_*_linux-aarch64.run ``` -The Ascend runtime package can be downloaded from the Ascend homepage. For example, you can refer to [installation](../../installation/installation.md) and download the runtime package. +The Ascend runtime package can be downloaded from the Ascend homepage. For example, you can refer to [installation](../../../getting_started/installation/installation.md) and download the runtime package. #### Multi-Node Cluster diff --git a/docs/vllm_mindspore/docs/source_zh_cn/user_guide/supported_features/parallel/parallel.md b/docs/vllm_mindspore/docs/source_zh_cn/user_guide/supported_features/parallel/parallel.md index f7e2a0e66a..dd439c92b2 100644 --- a/docs/vllm_mindspore/docs/source_zh_cn/user_guide/supported_features/parallel/parallel.md +++ b/docs/vllm_mindspore/docs/source_zh_cn/user_guide/supported_features/parallel/parallel.md @@ -157,7 +157,7 @@ export PYTHONPATH=/CANN-/python/site-packages/:$PYTHONPAT chmod -R 777 ./Ascend-pyACL_*_linux-aarch64.run ``` -在 Ascend 的首页中可以下载 Ascend 运行包。例如,可以参考[安装指南](../../installation/installation.md)下载运行包。 +在 Ascend 的首页中可以下载 Ascend 运行包。例如,可以参考[安装指南](../../../getting_started/installation/installation.md)下载运行包。 #### 多节点间集群 -- Gitee