[Docs] Guide for using sleep mode and enable sleep mode#660
Merged
hsliuustc0106 merged 12 commits intoJan 6, 2026
Conversation
Signed-off-by: knlnguyen1802 <knlnguyen1802@gmail.com>
Signed-off-by: knlnguyen1802 <knlnguyen1802@gmail.com>
Signed-off-by: knlnguyen1802 <knlnguyen1802@gmail.com>
Signed-off-by: knlnguyen1802 <knlnguyen1802@gmail.com>
Signed-off-by: knlnguyen1802 <knlnguyen1802@gmail.com>
Signed-off-by: knlnguyen1802 <knlnguyen1802@gmail.com>
ZJY0516
requested changes
Jan 6, 2026
| We added Sleep Mode support for **diffusion models**, which previously lacked this functionality. | ||
| In diffusion pipelines, this currently only offloads **model weight memory**, as these models typically do not use KV caches. | ||
|
|
||
| This means: |
Member
There was a problem hiding this comment.
These are not rendered correctly
https://vllm--660.org.readthedocs.build/projects/vllm-omni/en/660/features/sleep_mode/
This means: - Diffusion models can now enter Level 1 sleep. - Pipeline states (e.g., noise schedulers, buffers) remain intact after waking. - Useful for releasing VRAM between image generation or training cycles.
Contributor
Author
There was a problem hiding this comment.
Co-authored-by: Jiangyun Zhu <riverclouds.zhu@qq.com> Signed-off-by: knlnguyen1802 <knlnguyen1802@gmail.com>
Co-authored-by: Jiangyun Zhu <riverclouds.zhu@qq.com> Signed-off-by: knlnguyen1802 <knlnguyen1802@gmail.com>
Co-authored-by: Jiangyun Zhu <riverclouds.zhu@qq.com> Signed-off-by: knlnguyen1802 <knlnguyen1802@gmail.com>
Signed-off-by: knlnguyen1802 <knlnguyen1802@gmail.com>
Signed-off-by: knlnguyen1802 <knlnguyen1802@gmail.com>
ZJY0516
approved these changes
Jan 6, 2026
Signed-off-by: knlnguyen1802 <knlnguyen1802@gmail.com>
Shirley125
pushed a commit
to Shirley125/vllm-omni
that referenced
this pull request
Jan 9, 2026
…#660) Signed-off-by: knlnguyen1802 <knlnguyen1802@gmail.com> Co-authored-by: Jiangyun Zhu <riverclouds.zhu@qq.com>
princepride
pushed a commit
to princepride/vllm-omni
that referenced
this pull request
Jan 10, 2026
…#660) Signed-off-by: knlnguyen1802 <knlnguyen1802@gmail.com> Co-authored-by: Jiangyun Zhu <riverclouds.zhu@qq.com>
sniper35
pushed a commit
to sniper35/vllm-omni
that referenced
this pull request
Jan 10, 2026
…#660) Signed-off-by: knlnguyen1802 <knlnguyen1802@gmail.com> Co-authored-by: Jiangyun Zhu <riverclouds.zhu@qq.com>
ZJY0516
added a commit
to LawJarp-A/vllm-omni
that referenced
this pull request
Jan 10, 2026
…#660) Signed-off-by: knlnguyen1802 <knlnguyen1802@gmail.com> Co-authored-by: Jiangyun Zhu <riverclouds.zhu@qq.com>
daixinning
pushed a commit
to daixinning/vllm-omni
that referenced
this pull request
May 28, 2026
…#660) Signed-off-by: knlnguyen1802 <knlnguyen1802@gmail.com> Co-authored-by: Jiangyun Zhu <riverclouds.zhu@qq.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolve comment in #376 (comment)
Purpose
Test Plan
Test Result
cc: @ZJY0516
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.BEFORE SUBMITTING, PLEASE READ https://github.com/vllm-project/vllm-omni/blob/main/CONTRIBUTING.md (anything written below this line will be removed by GitHub Actions)