Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
Ensure pytorch 1.1
  • Loading branch information
martin-danelljan authored Aug 19, 2019
1 parent 557bf32 commit c7d586f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ conda activate pytracking
#### Install PyTorch
Install PyTorch with cuda10.
```bash
conda install pytorch torchvision cudatoolkit=10.0 -c pytorch
conda install pytorch=1.1 torchvision cudatoolkit=10.0 -c pytorch
```

**Note:**
Expand Down

0 comments on commit c7d586f

Please sign in to comment.