Skip to content

Commit d1c42c6

Browse files
Fix: Remove duplicated comma in distributed_inference.md (#9868)
Fix: Remove duplicated comma Co-authored-by: Sayak Paul <[email protected]>
1 parent 2861fc9 commit d1c42c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/training/distributed_inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Add the transformer model to the pipeline for denoising, but set the other model
183183

184184
```py
185185
pipeline = FluxPipeline.from_pretrained(
186-
"black-forest-labs/FLUX.1-dev", ,
186+
"black-forest-labs/FLUX.1-dev",
187187
text_encoder=None,
188188
text_encoder_2=None,
189189
tokenizer=None,

0 commit comments

Comments
 (0)