EfficientDM icon indicating copy to clipboard operation
EfficientDM copied to clipboard

How to determine the special_module_count_list in QuantModel_intnlora?

Open csguoh opened this issue 1 year ago • 0 comments

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!

csguoh avatar Jun 08 '24 05:06 csguoh