Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add PyTorch requirement to Installation section
  • Loading branch information
cabralpinto committed Aug 28, 2023
1 parent 6c1e381 commit b0752e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Modular Diffusion officially supports Python 3.10+ and is available on PyPI:
pip install modular-diffusion
```

You also need to install the correct [PyTorch distribution](https://pytorch.org/get-started/locally/) for your system.

> **Note**: Although Modular Diffusion works with later Python versions, we currently recommend using Python 3.10. This is because `torch.compile`, which significantly improves the speed of the models, is not currently available for versions above Python 3.10.
## Usage
Expand Down

0 comments on commit b0752e5

Please sign in to comment.