-
Notifications
You must be signed in to change notification settings - Fork 17
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
Question about quantize time for custom flux transformer #24
Comments
chuck-ma
changed the title
Question about quantize time
Question about quantize time for custom flux transformer
Nov 12, 2024
Do share update if it did work, |
Also encountering this taking 12 hours on an H100 |
Understood. I have read your paper and studied the general framework of your "nunchaku" project. If there is anything I can do to help you, I will be very happy to contribute. @synxlin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm currently using H800 to do Smooth Quantization for my custom flux transformer. I'm wondering how long it would take to finish quantization. I have been quantizing for 20 minutes, but the progress bar is still empty.
python -m deepcompressor.app.diffusion.ptq configs/model/flux.1-custom.yaml configs/svdquant/int4.yaml --save-model /root/autodl-tmp/flux.1-custom-svdquant-int4
The text was updated successfully, but these errors were encountered: