File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,11 @@ if [[ ${TENSORRT_VERSION} != "" ]]; then
25
25
# this is the upgraded TensorRT version, replace current tensorrt version to the upgrade tensorRT version in the pyproject.toml
26
26
# example: __tensorrt_version__: ">=10.3.0,<=10.6.0"
27
27
# replace: tensorrt-cu12>=10.3.0,<=10.6.0 to tensorrt-cu12==10.8.0
28
+ echo " 111111111111111 TENSORRT_VERSION: ${TENSORRT_VERSION} "
28
29
current_version=$( cat dev_dep_versions.yml | grep __tensorrt_version__ | sed ' s/__tensorrt_version__: //g' | sed ' s/"//g' )
29
- sed -i -e " s/tensorrt-cu12${current_version} /tensorrt-cu12==${TENSORRT_VERSION} /g" \
30
- -e " s/tensorrt-cu12-bindings${current_version} /tensorrt-cu12-bindings==${TENSORRT_VERSION} /g" \
31
- -e " s/tensorrt-cu12-libs${current_version} /tensorrt-cu12-libs==${TENSORRT_VERSION} /g" \
30
+ sed -i -e " s/tensorrt-cu12${current_version} /tensorrt-cu12==10.6.0 /g" \
31
+ -e " s/tensorrt-cu12-bindings${current_version} /tensorrt-cu12-bindings==10.6.0 /g" \
32
+ -e " s/tensorrt-cu12-libs${current_version} /tensorrt-cu12-libs==10.6.0 /g" \
32
33
pyproject.toml
33
34
fi
34
35
You can’t perform that action at this time.
0 commit comments