-
Notifications
You must be signed in to change notification settings - Fork 296
[Doc] Add sleep mode doc #1295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Doc] Add sleep mode doc #1295
Conversation
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
@wangxiyuan this is ok |
|
||
The engine(v0/v1) supports two sleep levels to manage memory during idle periods: | ||
|
||
- Level 1 Sleep |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does vllm-ascend support both level?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, we support, but need fix an issue, see vllm-project/vllm#16564
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will result in an accuracy issue when wake up from sleep level 2
### What this PR does / why we need it? Add sleep related doc and example --------- Signed-off-by: wangli <wangli858794774@gmail.com>
What this PR does / why we need it?
Add sleep related doc and example
Does this PR introduce any user-facing change?
How was this patch tested?