File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11set (MLIR_TENSORRT_VERSION_MAJOR "0" )
22set (MLIR_TENSORRT_VERSION_MINOR "1" )
3- set (MLIR_TENSORRT_VERSION_PATCH "39 " )
3+ set (MLIR_TENSORRT_VERSION_PATCH "40 " )
44set (MLIR_TENSORRT_VERSION
55 "${MLIR_TENSORRT_VERSION_MAJOR} .${MLIR_TENSORRT_VERSION_MINOR} .${MLIR_TENSORRT_VERSION_PATCH} " )
6-
Original file line number Diff line number Diff line change 22# Builds Python wheels for MLIR-TensorRT packages using the specified python version number.
33# e.g.
44# PY_VERSION=3.10 build_wheels.sh
5- # PY_VERSION=3.10 DOWNLOAD_TENSORRT_VERSION=10.7 build_wheels.sh
5+ # PY_VERSION=3.10 DOWNLOAD_TENSORRT_VERSION=10.9 build_wheels.sh
66set -e
77py_version=${PY_VERSION:- 3.10}
88
@@ -11,7 +11,7 @@ mkdir -p .private.wheels || true
1111pyenv local ${py_version}
1212python${py_version} -m pip install -r python/requirements-dev.txt
1313
14- export DOWNLOAD_TENSORRT_VERSION=${DOWNLOAD_TENSORRT_VERSION:- 10.7 }
14+ export DOWNLOAD_TENSORRT_VERSION=${DOWNLOAD_TENSORRT_VERSION:- 10.9 }
1515
1616rm -rf build || true
1717cmake --preset ninja-release-wheels
You can’t perform that action at this time.
0 commit comments