Skip to content

Commit

Permalink
fixed pip install verb
Browse files Browse the repository at this point in the history
  • Loading branch information
psteinb committed Apr 8, 2022
1 parent e5c9fc7 commit af2bc77
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 @@ -64,7 +64,7 @@ $ source <some-name>/bin/activate
To prepare the environment and set up `timm` for complete training, we need to install our own pytorch:

```
$ python -m pip torch==1.10.2+cu113 torchvision==0.11.3+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
$ python -m pip install torch==1.10.2+cu113 torchvision==0.11.3+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
$ python -m pip install -r requirements-full.txt
```

Expand Down

0 comments on commit af2bc77

Please sign in to comment.