Skip to content

Commit de2ef79

Browse files
committed
Update default TRTLLM_COMMIT to one including disable_overlap_scheduler change for users building wheel from source with script directly
1 parent 4aa12b6 commit de2ef79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

container/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ TENSORRTLLM_PIP_WHEEL_DIR="/tmp/trtllm_wheel/"
8888
# TensorRT-LLM commit to use for building the trtllm wheel if not provided.
8989
# Important Note: This commit is not used in our CI pipeline. See the CI
9090
# variables to learn how to run a pipeline with a specific commit.
91-
TRTLLM_COMMIT=290649b6aaed5f233b0a0adf50edc1347f8d2b14
91+
TRTLLM_COMMIT="8cb6163a57226e69d8a85788eff542a440ed9c89"
9292

9393
# TensorRT-LLM PyPI index URL
9494
TENSORRTLLM_INDEX_URL="https://pypi.python.org/simple"
@@ -519,4 +519,4 @@ if [ -z "$RUN_PREFIX" ]; then
519519
set -x
520520
fi
521521

522-
{ set +x; } 2>/dev/null
522+
{ set +x; } 2>/dev/null

0 commit comments

Comments
 (0)