Skip to content

Commit

Permalink
Fix: Remove duplicated comma in distributed_inference.md (#9868)
Browse files Browse the repository at this point in the history
Fix: Remove duplicated comma

Co-authored-by: Sayak Paul <[email protected]>
  • Loading branch information
vahidaskari and sayakpaul committed Dec 23, 2024
1 parent 2861fc9 commit d1c42c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/en/training/distributed_inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Add the transformer model to the pipeline for denoising, but set the other model

```py
pipeline = FluxPipeline.from_pretrained(
"black-forest-labs/FLUX.1-dev", ,
"black-forest-labs/FLUX.1-dev",
text_encoder=None,
text_encoder_2=None,
tokenizer=None,
Expand Down

0 comments on commit d1c42c6

Please sign in to comment.