File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ jobs:
330330 default : true
331331 python-version :
332332 type : string
333- default : 3.8.13
333+ default : 3.8.10
334334 machine :
335335 image : ubuntu-2004:202201-02
336336 resource_class : arm.xlarge
@@ -630,7 +630,7 @@ workflows:
630630 - build-aarch64-pyt-jetson :
631631 torch-build : << pipeline.parameters.torch-jetson-build >>
632632 jetpack-version : << pipeline.parameters.jetpack-version >>
633- python-version : 3.8.13
633+ python-version : 3.8.10
634634
635635 - build-x86_64-pyt-release :
636636 torch-build : << pipeline.parameters.torch-release-build >>
@@ -655,7 +655,7 @@ workflows:
655655 - build-aarch64-pyt-jetson :
656656 torch-build : << pipeline.parameters.torch-jetson-build >>
657657 jetpack-version : << pipeline.parameters.jetpack-version >>
658- python-version : 3.8.13
658+ python-version : 3.8.10
659659
660660 - build-x86_64-pyt-release :
661661 torch-build : << pipeline.parameters.torch-release-build >>
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ git_repository(
3434# External dependency for torch_tensorrt if you already have precompiled binaries.
3535local_repository(
3636 name = "torch_tensorrt",
37- path = "/opt/circleci/.pyenv/versions/3.8.13 /lib/python3.8/site-packages/torch_tensorrt"
37+ path = "/opt/circleci/.pyenv/versions/3.8.10 /lib/python3.8/site-packages/torch_tensorrt"
3838)
3939
4040# CUDA should be installed on the system locally
@@ -106,13 +106,13 @@ new_local_repository(
106106
107107new_local_repository(
108108 name = "libtorch",
109- path = "/opt/circleci/.pyenv/versions/3.8.13 /lib/python3.8/site-packages/torch",
109+ path = "/opt/circleci/.pyenv/versions/3.8.10 /lib/python3.8/site-packages/torch",
110110 build_file = "third_party/libtorch/BUILD"
111111)
112112
113113new_local_repository(
114114 name = "libtorch_pre_cxx11_abi",
115- path = "/opt/circleci/.pyenv/versions/3.8.13 /lib/python3.8/site-packages/torch",
115+ path = "/opt/circleci/.pyenv/versions/3.8.10 /lib/python3.8/site-packages/torch",
116116 build_file = "third_party/libtorch/BUILD"
117117)
118118
You can’t perform that action at this time.
0 commit comments