Skip to content

Commit b6f37a0

Browse files
authored
Apply suggestions from code review
1 parent d537a00 commit b6f37a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/quantization/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pipe = DiffusionPipeline.from_pretrained(
6262
image = pipe("photo of a cute dog").images[0]
6363
```
6464

65-
`components_to_quantize` doesn't have to be a list. You can also pass: `components_to_quantize="transformers"`.
65+
`components_to_quantize` doesn't have to be a list. You can also pass: `components_to_quantize="transformer"`.
6666

6767
### Advanced quantization
6868

0 commit comments

Comments
 (0)