File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ jobs:
330
330
default : true
331
331
python-version :
332
332
type : string
333
- default : 3.8.13
333
+ default : 3.8.10
334
334
machine :
335
335
image : ubuntu-2004:202201-02
336
336
resource_class : arm.xlarge
@@ -630,7 +630,7 @@ workflows:
630
630
- build-aarch64-pyt-jetson :
631
631
torch-build : << pipeline.parameters.torch-jetson-build >>
632
632
jetpack-version : << pipeline.parameters.jetpack-version >>
633
- python-version : 3.8.13
633
+ python-version : 3.8.10
634
634
635
635
- build-x86_64-pyt-release :
636
636
torch-build : << pipeline.parameters.torch-release-build >>
@@ -655,7 +655,7 @@ workflows:
655
655
- build-aarch64-pyt-jetson :
656
656
torch-build : << pipeline.parameters.torch-jetson-build >>
657
657
jetpack-version : << pipeline.parameters.jetpack-version >>
658
- python-version : 3.8.13
658
+ python-version : 3.8.10
659
659
660
660
- build-x86_64-pyt-release :
661
661
torch-build : << pipeline.parameters.torch-release-build >>
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ git_repository(
34
34
# External dependency for torch_tensorrt if you already have precompiled binaries.
35
35
local_repository(
36
36
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"
38
38
)
39
39
40
40
# CUDA should be installed on the system locally
@@ -106,13 +106,13 @@ new_local_repository(
106
106
107
107
new_local_repository(
108
108
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",
110
110
build_file = "third_party/libtorch/BUILD"
111
111
)
112
112
113
113
new_local_repository(
114
114
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",
116
116
build_file = "third_party/libtorch/BUILD"
117
117
)
118
118
You can’t perform that action at this time.
0 commit comments