Skip to content

Commit 9a418a9

Browse files
committed
doc fixes.
1 parent da6df86 commit 9a418a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/en/quantization/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Diffusers currently supports the following quantization methods.
4242

4343
## Pipeline-level quantization
4444

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
4646
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`].
4848

4949
Start by defining a `PipelineQuantizationConfig`:
5050

0 commit comments

Comments
 (0)