Skip to content

Commit 1cf0476

Browse files
authored
Update config.yml
Don't use GPU instances where its not needed
1 parent b3b2ddd commit 1cf0476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ commands:
299299
-DTorch_DIR=/opt/circleci/.pyenv/versions/3.9.4/lib/python3.9/site-packages/torch/share/cmake/Torch \
300300
-DTensorRT_ROOT=/usr \
301301
-DCMAKE_BUILD_TYPE=Debug
302-
cmake --build build -j4
302+
cmake --build build -- -j12
303303
mkdir -p /tmp/dist/builds
304304
cp -r build/bin /tmp/dist/builds
305305
cp -r build/lib /tmp/dist/builds
@@ -853,7 +853,7 @@ jobs:
853853
type: string
854854
machine:
855855
image: ubuntu-2004-cuda-11.4:202110-01
856-
resource_class: gpu.nvidia.small
856+
resource_class: xlarge
857857
steps:
858858
- checkout
859859
- create-env:

0 commit comments

Comments
 (0)