You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/en/quantization/overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,9 @@ Diffusers currently supports the following quantization methods.
42
42
43
43
## Pipeline-level quantization
44
44
45
-
Diffusers allows users to directly initialize pipelines from checkpoints that may contain quantized models([example](https://huggingface.co/hf-internal-testing/flux.1-dev-nf4-pkg)). However, users may want to apply
45
+
Diffusers allows users to directly initialize pipelines from checkpoints that may contain quantized models([example](https://huggingface.co/hf-internal-testing/flux.1-dev-nf4-pkg)). However, users may want to apply
46
46
quantization on-the-fly when initializing a pipeline from a pre-trained and non-quantized checkpoint. You can
47
-
do this with [`PipelineQuantizationConfig`].
47
+
do this with [`~quantizers.PipelineQuantizationConfig`].
0 commit comments