Skip to content

Commit 3b2b501

Browse files
[Doc] Fix links in the configuration doc (vllm-project#1615)
Signed-off-by: Yuanheng Zhao <jonathan.zhaoyh@gmail.com>
1 parent 90a48f4 commit 3b2b501

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/configuration/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This section lists the most common options for running vLLM-Omni.
44

5-
For options within a vLLM Engine. Please refer to [vLLM Configuration](https://docs.vllm.ai/en/v0.14.0/configuration/index.html)
5+
For options within a vLLM Engine. Please refer to [vLLM Configuration](https://docs.vllm.ai/en/v0.16.0/configuration/index.html)
66

77
Currently, the main options are maintained by stage configs for each model.
88

@@ -19,3 +19,4 @@ For introduction, please check [Introduction for stage config](./stage_configs.m
1919
- **[TeaCache Configuration](../user_guide/diffusion/teacache.md)** - Enable TeaCache adaptive caching for DiT models to achieve 1.5x-2.0x speedup with minimal quality loss
2020
- **[Cache-DiT Configuration](../user_guide/diffusion/cache_dit_acceleration.md)** - Enable Cache-DiT as cache acceleration backends for DiT models
2121
- **[Parallelism Configuration](../user_guide/diffusion/parallelism_acceleration.md)** - Enable parallelism (e.g., sequence parallelism) for for DiT models
22+
- **[CPU Offloading](../user_guide/diffusion/cpu_offload_diffusion.md)** - Enable CPU offloading (model-level and layerwise) for for DiT models

0 commit comments

Comments
 (0)