We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e065b4 commit 4a27dbaCopy full SHA for 4a27dba
.github/scripts/build-linux-release-artifacts.sh
@@ -80,10 +80,10 @@ libtorchtrt() {
80
fi
81
}
82
83
-# build pre_cxx11_abi
84
-libtorchtrt true
85
-# build cxx11_abi
86
-libtorchtrt false
+# # build pre_cxx11_abi
+# libtorchtrt true
+# # build cxx11_abi
+# libtorchtrt false
87
88
# auditwheel repair
89
python -m auditwheel repair \
@@ -94,4 +94,4 @@ python -m auditwheel repair \
94
cp wheelhouse/torch_tensorrt*x86_64.whl dist/
95
96
97
-BUILD_VERSION=${TORCHTRT_VERSION} CI_BUILD=1 RELEASE=1 C python setup.py bdist_wheel --release
+BUILD_VERSION=${TORCHTRT_VERSION} CI_BUILD=1 RELEASE=1 python setup.py bdist_wheel --release
0 commit comments