mirror of
https://github.com/vladmandic/automatic
synced 2026-09-13 01:59:42 +02:00
SDNQ fix transformers llm
This commit is contained in:
@@ -372,6 +372,10 @@ class SDNQQuantizer(DiffusersQuantizer):
|
||||
def is_serializable(self):
|
||||
return True
|
||||
|
||||
@property
|
||||
def is_compileable(self):
|
||||
return True
|
||||
|
||||
|
||||
@dataclass
|
||||
class SDNQConfig(QuantizationConfigMixin):
|
||||
|
||||
Reference in New Issue
Block a user