Skip to content
Prev Previous commit
Next Next commit
attempt #5
  • Loading branch information
Peter Romov committed Apr 8, 2022
commit 42cb4643f1f57ae72a519c86411f77807e0b8cdf
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ commands:
- run:
name: "Install PyTorch"
command: |
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113
pip install torch torchvision torchaudio

lint_flake8:
description: "Lint with flake8"
Expand Down