We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71afcae commit d3a3bb2Copy full SHA for d3a3bb2
packaging/pre_build_script.sh
@@ -9,6 +9,8 @@ install -y ninja-build gettext
9
10
BAZEL_PLATFORM=amd64
11
12
+nvidia-smi
13
+
14
if [[ $(uname -m) == "aarch64" ]]; then
15
BAZEL_PLATFORM=arm64
16
rm -rf /opt/openssl # Not sure whats up with the openssl mismatch
setup.py
@@ -192,7 +192,7 @@ def build_libtorchtrt_cxx11_abi(
192
if IS_SBSA:
193
if CI_BUILD:
194
cmd.append("--platforms=//toolchains:aarch64_linux")
195
- cmd.append("--//toolchains/dep_src:torch=whl")
+ # cmd.append("--//toolchains/dep_src:torch=whl")
196
else:
197
198
cmd.append("--platforms=//toolchains:ci_rhel_x86_64_linux")
0 commit comments