Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
Don't use GPU instances where its not needed
  • Loading branch information
narendasan authored Aug 25, 2022
1 parent b3b2ddd commit 1cf0476
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 @@ -299,7 +299,7 @@ commands:
-DTorch_DIR=/opt/circleci/.pyenv/versions/3.9.4/lib/python3.9/site-packages/torch/share/cmake/Torch \
-DTensorRT_ROOT=/usr \
-DCMAKE_BUILD_TYPE=Debug
cmake --build build -j4
cmake --build build -- -j12
mkdir -p /tmp/dist/builds
cp -r build/bin /tmp/dist/builds
cp -r build/lib /tmp/dist/builds
Expand Down Expand Up @@ -853,7 +853,7 @@ jobs:
type: string
machine:
image: ubuntu-2004-cuda-11.4:202110-01
resource_class: gpu.nvidia.small
resource_class: xlarge
steps:
- checkout
- create-env:
Expand Down

0 comments on commit 1cf0476

Please sign in to comment.