Skip to content

Commit

Permalink
adding pytorch version warning in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
0ssamaak0 committed Nov 25, 2023
1 parent 756de1a commit 545ecc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/Installation/full installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ Example:
conda install pytorch torchvision torchaudio .... -c pytorch>
```

!!!
Due to inconsistency between the current versions of `pytorch` and `mmcv`, some users may face issues when using `pytorch 2.x`
if you face any issues, try to install `pytorch 1.13.1` instead
!!!

## Option 1: Using pip
Installation using pip is more easier since it handles all dependencies
```
Expand Down

0 comments on commit 545ecc4

Please sign in to comment.