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 a076cd8 commit 61c6eaeCopy full SHA for 61c6eae
src/diffusers/quantizers/quantization_config.py
@@ -20,6 +20,8 @@
20
https://github.com/huggingface/transformers/blob/52cb4034ada381fe1ffe8d428a1076e5411a8026/src/transformers/utils/quantization_config.py
21
"""
22
23
+from __future__ import annotations
24
+
25
import copy
26
import dataclasses
27
import importlib.metadata
0 commit comments