Sglang fast recovery - #385
Open
liusy58 wants to merge 19 commits into
Open
Conversation
Signed-off-by: Michael Qiu <qiudayu.qdy@antgroup.com>
alexnails
reviewed
Aug 9, 2026
| ## Public Roadmap | ||
|
|
||
| The Weight Cache Daemon is just the **first step** — there is still a lot to build, and we are excited about the road ahead. Phase 1 today covers TP + PP, single- and multi-node launch, per-GPU zero-copy CUDA IPC, and unquantized plus block-wise FP8. Beyond that, many high-impact directions remain open: | ||
|
|
There was a problem hiding this comment.
Another direction is other hardwares having this feature supported assuming they have similar functionality (AMD, Intel both have similar IPC mechanism)
|
|
||
| ## TL;DR | ||
|
|
||
| Nowadays, SOTA models are getting much bigger and reloading the model service after a crash is very expensive. Therefore, we introduce the **Weight Cache Daemon**, a persistent GPU process that holds post-quantized model weights in GPU memory and serves them to new SGLang engine instances via CUDA IPC zero-copy mapping. This reduces weight loading from minutes to sub-second times. |
|
|
||
| ## TL;DR | ||
|
|
||
| Nowadays, SOTA models are getting much bigger and reloading the model service after a crash is very expensive. Therefore, we introduce the **Weight Cache Daemon**, a persistent GPU process that holds post-quantized model weights in GPU memory and serves them to new SGLang engine instances via CUDA IPC zero-copy mapping. This reduces weight loading from minutes to sub-second times. |
|
|
||
| ## TL;DR | ||
|
|
||
| Nowadays, SOTA models are getting much bigger and reloading the model service after a crash is very expensive. Therefore, we introduce the **Weight Cache Daemon**, a persistent GPU process that holds post-quantized model weights in GPU memory and serves them to new SGLang engine instances via CUDA IPC zero-copy mapping. This reduces weight loading from minutes to sub-second times. |
There was a problem hiding this comment.
weight loading from minutes to seconds.
added 2 commits
August 9, 2026 10:22
alexnails
approved these changes
Aug 9, 2026
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.
No description provided.