Skip to content

Commit 1209c3a

Browse files
DN6sayakpaul
andauthored
Update src/diffusers/quantizers/gguf/utils.py
Co-authored-by: Sayak Paul <[email protected]>
1 parent e56c266 commit 1209c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/quantizers/gguf/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def _should_convert_to_gguf(module, state_dict, prefix):
5353
compute_dtype=compute_dtype,
5454
)
5555
model._modules[name].source_cls = type(module)
56-
# Force requires grad to False to avoid unexpected errors
56+
# Force requires_grad to False to avoid unexpected errors
5757
model._modules[name].requires_grad_(False)
5858

5959
return model

0 commit comments

Comments
 (0)