Skip to content

Commit acc21f3

Browse files
authored
Update additional_config.md
1 parent e284805 commit acc21f3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/source/user_guide/additional_config.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The following table lists the additional configuration options available in vLLM
3434
The details of each config option are as follows:
3535

3636
**torchair_graph_config**
37+
3738
| Name | Type | Default | Description |
3839
| ---- | ---- | ------- | ----------- |
3940
| `enabled` | bool | `False` | Whether to enable torchair graph mode |
@@ -46,9 +47,9 @@ The details of each config option are as follows:
4647

4748
**ascend_scheduler_config**
4849

49-
| Name | Type | Default | Description |
50-
| --------- | ---- | ------- | ------------------------------------------------ |
51-
| `enabled` | bool | `False` | Whether to enable ascend scheduler for V1 engine |
50+
| Name | Type | Default | Description |
51+
| ---- | ---- | ------- | ----------- |
52+
| `enabled` | bool | `False` | Whether to enable ascend scheduler for V1 engine|
5253

5354
ascend_scheduler_config also support the options from [vllm scheduler config](https://docs.vllm.ai/en/stable/api/vllm/config.html#vllm.config.SchedulerConfig). For example, you can add `chunked_prefill_enabled: true` to ascend_scheduler_config as well.
5455

0 commit comments

Comments
 (0)