Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a doc for AWS Neuron in Diffusers #9766

Merged
merged 13 commits into from
Oct 25, 2024
Prev Previous commit
Next Next commit
Update docs/source/en/optimization/neuron.md
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
  • Loading branch information
JingyaHuang and stevhliu authored Oct 25, 2024
commit b589e1dfe119330664f8c85a1675dfaecc35aa50
2 changes: 1 addition & 1 deletion docs/source/en/optimization/neuron.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ optimum-cli export neuron --model stabilityai/stable-diffusion-xl-base-1.0 \
sd_neuron_xl/
```

Now let's generate some images with pre-compiled SDXL models:
Now generate some images with the pre-compiled SDXL model.

```python
>>> from optimum.neuron import NeuronStableDiffusionXLPipeline
Expand Down
Loading