We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b2ddd commit 1cf0476Copy full SHA for 1cf0476
.circleci/config.yml
@@ -299,7 +299,7 @@ commands:
299
-DTorch_DIR=/opt/circleci/.pyenv/versions/3.9.4/lib/python3.9/site-packages/torch/share/cmake/Torch \
300
-DTensorRT_ROOT=/usr \
301
-DCMAKE_BUILD_TYPE=Debug
302
- cmake --build build -j4
+ cmake --build build -- -j12
303
mkdir -p /tmp/dist/builds
304
cp -r build/bin /tmp/dist/builds
305
cp -r build/lib /tmp/dist/builds
@@ -853,7 +853,7 @@ jobs:
853
type: string
854
machine:
855
image: ubuntu-2004-cuda-11.4:202110-01
856
- resource_class: gpu.nvidia.small
+ resource_class: xlarge
857
steps:
858
- checkout
859
- create-env:
0 commit comments