[quantization] [draft] GPTQ for VLM#559
Closed
stamalakhov wants to merge 1 commit intoSamsung:mainfrom
Closed
Conversation
156b2e2 to
44de20c
Compare
mhs4670go
reviewed
Mar 23, 2026
201366c to
d373df3
Compare
d373df3 to
b85bd43
Compare
b474690 to
142d97d
Compare
This PR is the first try-out for full quantization of VLM model by GPTQ+PTQ. TICO-DCO-1.0-Signed-off-by: s.malakhov <s.malakhov@partner.samsung.com>
142d97d to
f142bd7
Compare
Contributor
Author
|
I believe we can close this draft. Everything was merged. |
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.
This PR is the first try out for full quantization of VLM model by GPTQ+PTQ.
TODO:
PTQquantizationcirclesome_details
all models above were quantized using GPTQ+mse/GPTQ+smse:
torch.nn.Linear,torch.nn.Conv2D,torch.nn.Conv1D,nn.ConvTranspose2dto 4 bits,float32vqav2for 256:
Conv3d([quantization] Supporttorch.nn.Conv3din GPTQ #577)SensitivityCalibrator([quantization] SuppportconvolutionsinSensitivityCalibrator#581)Related: #548
TICO-DCO-1.0-Signed-off-by: s.malakhov s.malakhov@partner.samsung.com