-
Notifications
You must be signed in to change notification settings - Fork 710
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
Move FP8 to sglang #2366
Move FP8 to sglang #2366
Conversation
Co-authored-by: HAI <[email protected]>
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.
Except for vllm.model_executor.layers.quantization, LinearBase, and _custom_ops, everything else needs to be removed. Thanks!
per_tensor_dequantize, | ||
requantize_with_max_scale, | ||
) | ||
from vllm.model_executor.parameter import ModelWeightParameter, PerTensorScaleParameter |
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.
remove this
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 is still in use, will decouple and migrate later.
Motivation
Move FP8 layers definition to SGLang
Modifications
As it is.
Kernels come next.
Checklist