[Docs] Add quantization docs#3410
Merged
Merged
Conversation
Contributor
Author
Edenzzzz
commented
Feb 9, 2025
| --port 30000 --host 0.0.0.0 | ||
| ``` | ||
|
|
||
| Our team is working on supporting more online quantization methods. We will soon support methods including but not limited to `["awq", "gptq", "marlin", "gptq_marlin", "awq_marlin", "bitsandbytes", "gguf"]` |
Contributor
Author
There was a problem hiding this comment.
I think this means online quantization? Loading offline awq weights is already supported.
Collaborator
|
Thanks. I will give credit to you, james and fan. |
zhaochenyang20
left a comment
Collaborator
There was a problem hiding this comment.
We should move it to reference and add it in index.rst.
Contributor
Author
|
@zhaochenyang20 Added |
zhyncs
reviewed
Feb 9, 2025
zhyncs
reviewed
Feb 9, 2025
zhyncs
reviewed
Feb 9, 2025
zhyncs
approved these changes
Feb 9, 2025
Collaborator
|
FYI In the upcoming release, we will default to using sgl-kernel's W8A8 Int8 and FP8 instead of vLLM's W8A8. We have achieved best performance across on all sm80, sm89 and sm90. |
Collaborator
|
Great. Wait, we need to change this a bit |
This was referenced Feb 21, 2025
timethink
pushed a commit
to timethink/sglang
that referenced
this pull request
Mar 9, 2025
Co-authored-by: yinfan98 <1106310035@qq.com>
0826joyce
pushed a commit
to 0826joyce/sglang-perf-opt
that referenced
this pull request
May 19, 2026
Co-authored-by: yinfan98 <1106310035@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.
Motivation
Re-opens #3253 with reviews addressed.
Modifications
Checklist