Skip to content
Prev Previous commit
Update config.yml
  • Loading branch information
Peter Romov authored Apr 26, 2022
commit c9e35261b2578bcd9707f1720f24a450908b47a0
10 changes: 0 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ commands:
name: "Install dependencies via pip"
command: ./scripts/install_via_pip.sh << parameters.args >>

torch_cuda_install:
description: "Install PyTorch"
steps:
- run:
name: "Install PyTorch"
command: |
pip install torch==1.10.2 torchvision torchaudio

lint_flake8:
description: "Lint with flake8"
steps:
Expand Down Expand Up @@ -311,7 +303,6 @@ jobs:
steps:
- checkout
- py_3_7_setup
- torch_cuda_install
- pip_dev_install
- run_nvidia_smi
- mnist_integration_test:
Expand All @@ -332,7 +323,6 @@ jobs:
steps:
- checkout
- py_3_7_setup
- torch_cuda_install
- pip_dev_install
- run_nvidia_smi
- run:
Expand Down