Skip to content

Commit 3df700a

Browse files
committed
Merge branch 'feature/nunchaku-lite-single-file' of github.com:rootonchair/diffusers into feature/nunchaku-lite-single-file
2 parents f6897af + fd58893 commit 3df700a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/en/quantization/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ There are two ways to use [`~quantizers.PipelineQuantizationConfig`] depending o
2828

2929
Initialize [`~quantizers.PipelineQuantizationConfig`] with the following parameters.
3030

31-
- `quant_backend` specifies which quantization backend to use. Currently supported backends include: `bitsandbytes_4bit`, `bitsandbytes_8bit`, `gguf`, `nunchaku_lite`, `quanto`, and `torchao`. Nunchaku Lite is used for loading prequantized checkpoints; see the [Nunchaku Lite](./nunchaku) guide for checkpoint requirements.
31+
- `quant_backend` specifies which quantization backend to use. Currently supported backends include: `bitsandbytes_4bit`, `bitsandbytes_8bit`, `gguf`, `nunchaku_lite`, `quanto`, and `torchao`.
3232
- `quant_kwargs` specifies the quantization arguments to use.
3333

3434
> [!TIP]

0 commit comments

Comments
 (0)