Unverified Commit dd631683 authored by Bhavay Malhotra's avatar Bhavay Malhotra Committed by GitHub
Browse files

Update installation.md (#6438)

* Update installation.md

* Update installation.md

* Update installation.md
parent 1040dfd9
...@@ -37,8 +37,10 @@ source .env/bin/activate ...@@ -37,8 +37,10 @@ source .env/bin/activate
You should also install 🤗 Transformers because 🤗 Diffusers relies on its models: You should also install 🤗 Transformers because 🤗 Diffusers relies on its models:
<frameworkcontent> <frameworkcontent>
<pt> <pt>
Note - PyTorch only supports Python 3.8 - 3.11 on Windows.
```bash ```bash
pip install diffusers["torch"] transformers pip install diffusers["torch"] transformers
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment