Skip to content

Commit

Permalink
remove multi gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Jan 18, 2024
1 parent 3984f4b commit a6894c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
lint:
machine:
image: linux-cuda-11:default
resource_class: gpu.nvidia.small.multi
resource_class: gpu.nvidia.small
steps:
- checkout

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
type: string
machine:
image: linux-cuda-11:default
resource_class: gpu.nvidia.small.multi
resource_class: gpu.nvidia.small
steps:
- checkout

Expand Down

0 comments on commit a6894c6

Please sign in to comment.