We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ebbdf8 commit a4d8cb4Copy full SHA for a4d8cb4
src/diffusers/quantizers/__init__.py
@@ -23,6 +23,7 @@
23
24
25
class PipelineQuantizationConfig:
26
+ """TODO"""
27
def __init__(
28
self,
29
quant_backend: str = None,
0 commit comments