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 a1b70d1 commit c0aac70Copy full SHA for c0aac70
src/diffusers/quantizers/gguf/gguf_quantizer.py
@@ -108,6 +108,7 @@ def create_quantized_param(
108
target_device: "torch.device",
109
state_dict: Optional[Dict[str, Any]] = None,
110
unexpected_keys: Optional[List[str]] = None,
111
+ **kwargs,
112
):
113
module, tensor_name = get_module_from_name(model, param_name)
114
if tensor_name not in module._parameters and tensor_name not in module._buffers:
0 commit comments