Skip to content

Commit

Permalink
Typo fix (#1812)
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerzr authored Aug 4, 2023
1 parent fc95663 commit 30eff60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/usage_guides/distributed_inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ needs to be the same length. Basic inference does not require this.
For instance:

```python
from accelerate import PartialState # Can also be Accelerator or AcceleratorStaet
from accelerate import PartialState # Can also be Accelerator or AcceleratorState
from diffusers import DiffusionPipeline

pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", torch_dtype=torch.float16)
Expand Down

0 comments on commit 30eff60

Please sign in to comment.