Skip to content

Commit cd8f2f6

Browse files
Peter Romovfacebook-github-bot
authored andcommitted
Migrate off legacy CircleCI gpu executors (#134)
Summary: Pull Request resolved: #134 Changing legacy GPU resource classes to `gpu.nvidia.small.multi` Reviewed By: bigfootjon Differential Revision: D33749817 fbshipit-source-id: c0ac419cb31c10a3198dabea8d5365459c081751
1 parent 760c165 commit cd8f2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
<<: *binary_common
292292
machine:
293293
image: ubuntu-1604-cuda-10.1:201909-23
294-
resource_class: gpu.small
294+
resource_class: gpu.nvidia.small.multi
295295
environment:
296296
image_name: "pytorch/manylinux-cuda101"
297297
PYTHON_VERSION: << parameters.python_version >>

0 commit comments

Comments
 (0)