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 d537a00 commit b6f37a0Copy full SHA for b6f37a0
docs/source/en/quantization/overview.md
@@ -62,7 +62,7 @@ pipe = DiffusionPipeline.from_pretrained(
62
image = pipe("photo of a cute dog").images[0]
63
```
64
65
-`components_to_quantize` doesn't have to be a list. You can also pass: `components_to_quantize="transformers"`.
+`components_to_quantize` doesn't have to be a list. You can also pass: `components_to_quantize="transformer"`.
66
67
### Advanced quantization
68
0 commit comments