Skip to content
Prev Previous commit
Next Next commit
attempt to reconcile cuda versions
  • Loading branch information
Peter Romov committed Apr 5, 2022
commit 3e43b57c5af03dc1312fe6e3156820f247df9795
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 --extra-index-url https://download.pytorch.org/whl/cu114

lint_flake8:
description: "Lint with flake8"
Expand Down