Skip to content

Commit 9ebfa09

Browse files
Fridge003tarinkk
authored andcommitted
[Doc]Fix description for dp_size argument (sgl-project#6063)
1 parent c997104 commit 9ebfa09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/backend/server_arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Please consult the documentation below and [server_args.py](https://github.com/s
100100

101101
| Arguments | Description | Defaults |
102102
|-----------|-------------|---------|
103-
| `dp_size` | Will be deprecated. The number of data-parallel copies of the model. [SGLang router](../router/router.md) is recommended instead of the current naive data parallel. | `1` |
103+
| `dp_size` | For non-DeepSeek models, this is the the number of data-parallel copies of the model. For DeepSeek models, this is the group size of [data parallel attention](https://docs.sglang.ai/references/deepseek.html#data-parallelism-attention) on DeepSeek models. | `1` |
104104
| `load_balance_method` | Will be deprecated. Load balancing strategy for data parallel requests. | `"round_robin"` |
105105

106106
### Expert parallelism

0 commit comments

Comments
 (0)