You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* use vllm-ascend/DeepSeek-V3
* use spawn
* update cleanup dist env and mem
* update torchair config
* disable eager
* enable refresh
* use random weight
* some fixes
Signed-off-by: MengqingCao <cmq0113@163.com>
Copy file name to clipboardExpand all lines: docs/source/user_guide/additional_config.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ The details of each config option are as follows:
53
53
| ---- | ---- | ------- | ----------- |
54
54
|`enabled`| bool |`False`| Whether to enable ascend scheduler for V1 engine|
55
55
56
-
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.
56
+
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 `enable_chunked_prefill: true` to ascend_scheduler_config as well.
57
57
58
58
### Example
59
59
@@ -62,18 +62,18 @@ A full example of additional configuration is as follows:
0 commit comments