Skip to content

Commit 8536d99

Browse files
committed
Change python version for jetson
Signed-off-by: Naren Dasan <[email protected]>
1 parent 3b066e6 commit 8536d99

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff 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 >>

toolchains/ci_workspaces/WORKSPACE.sbsa

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ git_repository(
3434
# External dependency for torch_tensorrt if you already have precompiled binaries.
3535
local_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

107107
new_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

113113
new_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

0 commit comments

Comments
 (0)