Unverified Commit 4ef8e6bc authored by Nikita Shulga's avatar Nikita Shulga Committed by GitHub
Browse files

[CircleCI] s/gpu.small/gpu.nvidia.small/ (#4482)

Old resource class is getting deprecated
parent 307ab53a
...@@ -835,7 +835,7 @@ jobs: ...@@ -835,7 +835,7 @@ jobs:
<<: *binary_common <<: *binary_common
machine: machine:
image: ubuntu-1604-cuda-10.2:202012-01 image: ubuntu-1604-cuda-10.2:202012-01
resource_class: gpu.small resource_class: gpu.nvidia.small
environment: environment:
PYTHON_VERSION: << parameters.python_version >> PYTHON_VERSION: << parameters.python_version >>
PYTORCH_VERSION: << parameters.pytorch_version >> PYTORCH_VERSION: << parameters.pytorch_version >>
......
...@@ -835,7 +835,7 @@ jobs: ...@@ -835,7 +835,7 @@ jobs:
<<: *binary_common <<: *binary_common
machine: machine:
image: ubuntu-1604-cuda-10.2:202012-01 image: ubuntu-1604-cuda-10.2:202012-01
resource_class: gpu.small resource_class: gpu.nvidia.small
environment: environment:
PYTHON_VERSION: << parameters.python_version >> PYTHON_VERSION: << parameters.python_version >>
PYTORCH_VERSION: << parameters.pytorch_version >> PYTORCH_VERSION: << parameters.pytorch_version >>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment