File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -754,6 +754,7 @@ jobs:
754
754
type : string
755
755
torch-build-index :
756
756
type : string
757
+ parallelism : 4
757
758
machine :
758
759
image : ubuntu-2004-cuda-11.4:202110-01
759
760
resource_class : gpu.nvidia.small
@@ -772,7 +773,7 @@ jobs:
772
773
command : |
773
774
cd ~/project/py/
774
775
cp ~/project/toolchains/ci_workspaces/WORKSPACE.x86_64.release.rhel ~/project/WORKSPACE
775
- docker run -it --rm --gpus all -v ~/project:/workspace/project torch_tensorrt_release_env /bin/bash /workspace/project/py/ci/build_whl.sh
776
+ docker run -it --rm --gpus all -v ~/project:/workspace/project torch_tensorrt_release_env /bin/bash /workspace/project/py/ci/build_whl.sh $(cat /workspace/project/py/ci/build_manifest.txt | circleci tests split)
776
777
- create-env :
777
778
os : " ubuntu2004"
778
779
platform : " x86_64"
Original file line number Diff line number Diff line change
1
+ build_py37
2
+ build_py38
3
+ build_py39
4
+ build_py310
5
+ build_libtorchtrt_pre_cxx11_abi
You can’t perform that action at this time.
0 commit comments