Skip to content

qat question? #1350

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

Open
coolKeen opened this issue Apr 15, 2025 · 1 comment
Open

qat question? #1350

coolKeen opened this issue Apr 15, 2025 · 1 comment
Assignees

Comments

@coolKeen
Copy link

Hi, thanks for your great job!!!
Does llm-compressor support loading ptq weights to continue finetuing weights (i.e. qat) without changing quantization parameters (e.g. scale/zero point)?

@brian-dellabetta brian-dellabetta self-assigned this Apr 15, 2025
@brian-dellabetta
Copy link
Collaborator

Hi @coolKeen , I don't think you can continue training after quantization (except maybe the case of fp8 dynamic quantization). weights are always integers when a scale & zero_point are involved, and back-prop isn't possible with integer weights. If you want to quantize to fp8 and then train, some frameworks might allow for that, but it is not a focus for llm-compressor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants