File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,12 +201,12 @@ jobs:
201
201
if [[ "${{ inputs.cxx11-tarball-release }}" == "true" ]]; then
202
202
bazel build //:libtorchtrt --compilation_mode opt --config=default
203
203
cp bazel-bin/libtorchtrt.tar.gz \
204
- release/tarball/libtorchtrt-${TORCHTRT_VERSION }-tensorrt${TENSORRT_VERSION }-cuda${CU_VERSION}-libtorch${PYTORCH_VERSION}-x86_64-linux.tar.gz
204
+ release/tarball/libtorchtrt-${BUILD_VERSION }-tensorrt${TRT_VERSION }-cuda${CU_VERSION:2 }-libtorch${PYTORCH_VERSION}-x86_64-linux.tar.gz
205
205
else
206
206
${CONDA_RUN} python setup.py bdist_wheel --release
207
207
208
208
cp bazel-bin/libtorchtrt.tar.gz \
209
- release/tarball/libtorchtrt-${BUILD_VERSION}-pre-cxx11-abi-tensorrt${TRT_VERSION}-cuda${CU_VERSION}-libtorch${BUILD_VERSION }-x86_64-linux.tar.gz
209
+ release/tarball/libtorchtrt-${BUILD_VERSION}-pre-cxx11-abi-tensorrt${TRT_VERSION}-cuda${CU_VERSION:2 }-libtorch${PYTORCH_VERSION }-x86_64-linux.tar.gz
210
210
211
211
${CONDA_RUN} python -m pip install auditwheel
212
212
${CONDA_RUN} python -m auditwheel repair \
You can’t perform that action at this time.
0 commit comments