Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/source/en/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ pip install diffusers["torch"] transformers
pip install diffusers["flax"] transformers
```
</jax>
Note - Pytorch doesn't support Python 3.12 on Windows. Please use Python 3.11 instead.
</frameworkcontent>
Comment on lines 50 to 52
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
</jax>
Note - Pytorch doesn't support Python 3.12 on Windows. Please use Python 3.11 instead.
</frameworkcontent>
</jax>
Note - Pytorch doesn't support Python 3.12 on Windows. Please use Python 3.11 instead.
</frameworkcontent>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also can we move this statement into the PyTorch "frameworkcontent" section?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @patrickvonplaten, I have made another PR #6438. Please refer to that. I will close this one. Thanks


## Install with conda
Expand Down