Skip to content

Commit

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

Fix: Remove duplicated comma

Co-authored-by: Sayak Paul <[email protected]>
  • Loading branch information
vahidaskari and sayakpaul authored Nov 5, 2024
1 parent 08ac5cb commit a03bf4a
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 a03bf4a

Please sign in to comment.