EfficientDM
EfficientDM copied to clipboard
How to determine the special_module_count_list in QuantModel_intnlora?
Hi, sorry to bother you.
In the class QuantModel_intnlora, I notice you have used the count number to decide to employ QuantModule(this line) or QuantModule_intnlora (this line). The obtain of this count number seems not that straightforward. How to obtain the list like self.special_module_count_list = [1,2,3,265]. If I change another model like SDXL, how to obtain its new special_module_count_list.
Thanks for your time!