Skip to content

Commit

Permalink
Merge pull request pesser#1 from xeaon/xeaon-patch-1
Browse files Browse the repository at this point in the history
update README.md to add addtitional steps for AMD cards
  • Loading branch information
xeaon authored Sep 4, 2022
2 parents b2c9ae9 + 3587244 commit 129ca08
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ So run: <br>
`conda env create -f environment.yaml` <br>
`conda activate ldm`

<h2 align="center">Additional steps for AMD Cards</h2>

After activating your conda environment, you have to update torch and torchvision wheels which were built with ROCm support:

`pip3 install --upgrade torch torchvision --extra-index-url https://download.pytorch.org/whl/rocm5.1.1`

<h2 align="center">Docker</h2>

Alternatively, if you prefer to use Docker, you can do the following:

1. Install [Docker](https://docs.docker.com/engine/install/)
Expand Down

0 comments on commit 129ca08

Please sign in to comment.