Skip to content

Commit 2cffb54

Browse files
committed
test
1 parent 2f062ac commit 2cffb54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/scripts/filter-matrix.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ def replace_aarch64_container_image(item: Dict[str, Any]) -> Dict[str, Any] | No
1616
# pytorch image:pytorch/manylinuxaarch64-builder:cuda12.8 comes with glibc2.28
1717
# however, TensorRT requires glibc2.31 on aarch64 platform
1818
# TODO: in future, if pytorch supports aarch64 with glibc2.31, we should switch to use the pytorch image
19-
# item["container_image"] = "sameli/manylinux_2_34_aarch64_cuda_12.8"
20-
item["container_image"] = "quay.io/pypa/manylinux_2_34_aarch64"
19+
item["container_image"] = "sameli/manylinux_2_34_aarch64_cuda_12.8"
20+
# item["container_image"] = "quay.io/pypa/manylinux_2_34_aarch64"
2121
return item
2222
else:
2323
# for aarch64 do not test on other cuda versions

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def build_libtorchtrt_cxx11_abi(
198198

199199
if IS_SBSA:
200200
cmd.append("--platforms=//toolchains:sbsa")
201-
print("SABA build")
201+
print("SBSA build")
202202

203203
if CI_BUILD:
204204
print("CI based build")

0 commit comments

Comments
 (0)