[doc] add enable_sparse_c8 option in configuration options (#7600)

### What this PR does / why we need it?
This PR adds enable_sparse_c8 option in configuration options

- vLLM version: v0.18.0
- vLLM main:
ed359c497a

Signed-off-by: rjg-lyh <1318825571@qq.com>
This commit is contained in:
rjg-lyh
2026-03-24 19:36:34 +08:00
committed by GitHub
parent 0210cc0b07
commit d1a83a72f7

View File

@@ -44,6 +44,7 @@ The following table lists additional configuration options available in vLLM Asc
| `pa_shape_list` | list | `[]` | The custom shape list of page attention ops. |
| `enable_kv_nz` | bool | `False` | Whether to enable KV cache NZ layout. This option only takes effects on models using MLA (e.g., DeepSeek). |
| `layer_sharding` | dict | `{}` | Configuration options for Layer Sharding Linear |
| `enable_sparse_c8` | bool | `False` | Whether to enable KV cache C8 in DSA models (e.g., DeepSeekV3.2 and GLM5). Not supported on A5 devices now |
The details of each configuration option are as follows: