Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lanluo-nvidia committed Jun 18, 2024
1 parent 5e065b4 commit 4a27dba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/scripts/build-linux-release-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ libtorchtrt() {
fi
}

# build pre_cxx11_abi
libtorchtrt true
# build cxx11_abi
libtorchtrt false
# # build pre_cxx11_abi
# libtorchtrt true
# # build cxx11_abi
# libtorchtrt false

# auditwheel repair
python -m auditwheel repair \
Expand All @@ -94,4 +94,4 @@ python -m auditwheel repair \
cp wheelhouse/torch_tensorrt*x86_64.whl dist/


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 comments on commit 4a27dba

Please sign in to comment.