Skip to content

Commit 205cb85

Browse files
authored
[Doc] Fix doc typo (#1424)
1. Fix the typo 2. Fix 404 url 3. update graph mode and additional config user guide Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
1 parent ca884ef commit 205cb85

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

.github/ISSUE_TEMPLATE/110-user-story.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 📚 User Story
2-
description: Apply for an user story to be displayed on https://vllm-ascend.readthedocs.org/user_stories/index.html
2+
description: Apply for an user story to be displayed on https://vllm-ascend.readthedocs.io/en/latest/community/user_stories/index.html
33
title: "[User Story]: "
44
labels: ["user-story"]
55

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ By using vLLM Ascend plugin, popular open-source models, including Transformer-l
4646
Please refer to [QuickStart](https://vllm-ascend.readthedocs.io/en/latest/quick_start.html) and [Installation](https://vllm-ascend.readthedocs.io/en/latest/installation.html) for more details.
4747

4848
## Contributing
49-
See [CONTRIBUTING](https://vllm-ascend.readthedocs.io/en/main/developer_guide/contributing.html) for more details, which is a step-by-step guide to help you set up development environment, build and test.
49+
See [CONTRIBUTING](https://vllm-ascend.readthedocs.io/en/latest/developer_guide/contribution/index.html) for more details, which is a step-by-step guide to help you set up development environment, build and test.
5050

5151
We welcome and value any contributions and collaborations:
5252
- Please let us know if you encounter a bug by [filing an issue](https://github.com/vllm-project/vllm-ascend/issues)
@@ -67,7 +67,7 @@ Below is maintained branches:
6767
| v0.7.1-dev | Unmaintained | Only doc fixed is allowed |
6868
| v0.7.3-dev | Maintained | CI commitment for vLLM 0.7.3 version |
6969

70-
Please refer to [Versioning policy](https://vllm-ascend.readthedocs.io/en/main/developer_guide/versioning_policy.html) for more details.
70+
Please refer to [Versioning policy](https://vllm-ascend.readthedocs.io/en/latest/community/versioning_policy.html) for more details.
7171

7272
## Weekly Meeting
7373

README.zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ vLLM 昇腾插件 (`vllm-ascend`) 是一个由社区维护的让vLLM在Ascend NP
4747
请查看[快速开始](https://vllm-ascend.readthedocs.io/en/latest/quick_start.html)[安装指南](https://vllm-ascend.readthedocs.io/en/latest/installation.html)了解更多.
4848

4949
## 贡献
50-
请参考 [CONTRIBUTING]((https://vllm-ascend.readthedocs.io/en/main/developer_guide/contributing.html)) 文档了解更多关于开发环境搭建、功能测试以及 PR 提交规范的信息。
50+
请参考 [CONTRIBUTING]((https://vllm-ascend.readthedocs.io/en/latest/developer_guide/contribution/index.html)) 文档了解更多关于开发环境搭建、功能测试以及 PR 提交规范的信息。
5151

5252
我们欢迎并重视任何形式的贡献与合作:
5353
- 请通过[Issue](https://github.com/vllm-project/vllm-ascend/issues)来告知我们您遇到的任何Bug。
@@ -67,7 +67,7 @@ vllm-ascend有主干分支和开发分支。
6767
| v0.7.1-dev | Unmaintained | 只允许文档修复 |
6868
| v0.7.3-dev | Maintained | 基于vLLM v0.7.3版本CI看护 |
6969

70-
请参阅[版本策略](https://vllm-ascend.readthedocs.io/en/main/developer_guide/versioning_policy.html)了解更多详细信息。
70+
请参阅[版本策略](https://vllm-ascend.readthedocs.io/en/latest/community/versioning_policy.html)了解更多详细信息。
7171

7272
## 社区例会
7373

docs/source/developer_guide/feature_guide/patch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Before writing a patch, following the principle above, we should patch the least
4848

4949
1. Decide which version of vLLM we should patch. For example, after analysis, here we want to patch both 0.9.1 and main of vLLM.
5050
2. Decide which process we should patch. For example, here `distributed` belongs to the vLLM main process, so we should patch `platform`.
51-
3. Create the patch file in the write folder. The file should be named as `patch_{module_name}.py`. The example here is `vllm_ascend/patch/platform/patch_common/patch_distributed.py`.
51+
3. Create the patch file in the right folder. The file should be named as `patch_{module_name}.py`. The example here is `vllm_ascend/patch/platform/patch_common/patch_distributed.py`.
5252
4. Write your patch code in the new file. Here is an example:
5353
```python
5454
import vllm

docs/source/user_guide/additional_config.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ The following table lists the additional configuration options available in vLLM
2828
|-------------------------------| ---- |------|-----------------------------------------------------------------------------------------------|
2929
| `torchair_graph_config` | dict | `{}` | The config options for torchair graph mode |
3030
| `ascend_scheduler_config` | dict | `{}` | The config options for ascend scheduler |
31-
| `expert_tensor_parallel_size` | str | `0` | Expert tensor parallel size the model to use. |
32-
| `refresh` | bool | `false` | Whether to refresh global ascend config content. This value is usually used by rlhf case. |
33-
| `expert_map_path` | str | None | When using expert load balancing for the MOE model, an expert map path needs to be passed in. |
34-
| `chunked_prefill_for_mla` | bool | `False` | Whether to enable the fused operator-like chunked_prefill. |
31+
| `expert_tensor_parallel_size` | str | `0` | Expert tensor parallel size the model to use. |
32+
| `refresh` | bool | `false` | Whether to refresh global ascend config content. This value is usually used by rlhf or ut/e2e test case. |
33+
| `expert_map_path` | str | `None` | When using expert load balancing for the MOE model, an expert map path needs to be passed in. |
34+
| `chunked_prefill_for_mla` | bool | `False` | Whether to enable the fused operator-like chunked_prefill. |
3535

3636
The details of each config option are as follows:
3737

@@ -58,7 +58,7 @@ ascend_scheduler_config also support the options from [vllm scheduler config](ht
5858

5959
### Example
6060

61-
A full example of additional configuration is as follows:
61+
An example of additional configuration is as follows:
6262

6363
```
6464
{

docs/source/user_guide/graph_mode.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Graph Mode Guide
22

3-
3+
```{note}
44
This feature is currently experimental. In future versions, there may be behavioral changes around configuration, coverage, performance improvement.
5+
```
56

6-
This guide provides instructions for using Ascend Graph Mode with vLLM Ascend. Please note that graph mode is only available on V1 Engine. And only Qwen, DeepSeek series models are well tested in 0.9.0rc1. We'll make it stable and generalize in the next release.
7+
This guide provides instructions for using Ascend Graph Mode with vLLM Ascend. Please note that graph mode is only available on V1 Engine. And only Qwen, DeepSeek series models are well tested from 0.9.0rc1. We'll make it stable and generalize in the next release.
78

89
## Getting Started
910

0 commit comments

Comments
 (0)