We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa12b6 commit de2ef79Copy full SHA for de2ef79
container/build.sh
@@ -88,7 +88,7 @@ TENSORRTLLM_PIP_WHEEL_DIR="/tmp/trtllm_wheel/"
88
# TensorRT-LLM commit to use for building the trtllm wheel if not provided.
89
# Important Note: This commit is not used in our CI pipeline. See the CI
90
# variables to learn how to run a pipeline with a specific commit.
91
-TRTLLM_COMMIT=290649b6aaed5f233b0a0adf50edc1347f8d2b14
+TRTLLM_COMMIT="8cb6163a57226e69d8a85788eff542a440ed9c89"
92
93
# TensorRT-LLM PyPI index URL
94
TENSORRTLLM_INDEX_URL="https://pypi.python.org/simple"
@@ -519,4 +519,4 @@ if [ -z "$RUN_PREFIX" ]; then
519
set -x
520
fi
521
522
-{ set +x; } 2>/dev/null
+{ set +x; } 2>/dev/null
0 commit comments