[diffusion] docs: consolidate diffusion documentation into docs (#18095)

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: JiaxinD <djx2048@gmail.com>
This commit is contained in:
qianyue76
2026-02-11 16:55:07 -08:00
committed by GitHub
co-authored by gemini-code-assist[bot] JiaxinD
parent 7eaf866846
commit f06ab17a73
30 changed files with 512 additions and 1481 deletions
@@ -373,6 +373,7 @@ Please consult the documentation below and [server_args.py](https://github.com/s
| `--kt-max-deferred-experts-per-token` | [ktransformers parameter] Maximum number of experts deferred to CPU per token. All MoE layers except the final one use this value; the final layer always uses 0. | `None` | Type: int |
## Diffusion LLM
| Argument | Description | Defaults | Options |
| --- | --- | --- | --- |
| `--dllm-algorithm` | The diffusion LLM algorithm, such as LowConfidence. | `None` | Type: str |