Skip to content

Commit

Permalink
add PyTorch installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
feifeiobama authored Oct 31, 2024
1 parent d9b7bc4 commit e4b02ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Existing video diffusion models operate at full resolution, spending a lot of co

## Installation

We recommend setting up the environment with conda. The codebase currently uses Python 3.8.10 and PyTorch 2.1.2, and we are actively working to support a wider range of versions.
We recommend setting up the environment with conda. The codebase currently uses Python 3.8.10 and PyTorch 2.1.2 ([guide](https://pytorch.org/get-started/previous-versions/#v212)), and we are actively working to support a wider range of versions.

```bash
git clone https://github.com/jy0205/Pyramid-Flow
Expand Down

0 comments on commit e4b02ef

Please sign in to comment.