Skip to content

Commit d3a3bb2

Browse files
committed
test
1 parent 71afcae commit d3a3bb2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packaging/pre_build_script.sh

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ install -y ninja-build gettext
99

1010
BAZEL_PLATFORM=amd64
1111

12+
nvidia-smi
13+
1214
if [[ $(uname -m) == "aarch64" ]]; then
1315
BAZEL_PLATFORM=arm64
1416
rm -rf /opt/openssl # Not sure whats up with the openssl mismatch

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def build_libtorchtrt_cxx11_abi(
192192
if IS_SBSA:
193193
if CI_BUILD:
194194
cmd.append("--platforms=//toolchains:aarch64_linux")
195-
cmd.append("--//toolchains/dep_src:torch=whl")
195+
# cmd.append("--//toolchains/dep_src:torch=whl")
196196
else:
197197
if CI_BUILD:
198198
cmd.append("--platforms=//toolchains:ci_rhel_x86_64_linux")

0 commit comments

Comments
 (0)