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 c4dceef commit 6e63aedCopy full SHA for 6e63aed
container/build_trtllm_wheel.sh
@@ -40,11 +40,6 @@ if [ -z "$OUTPUT_DIR" ]; then
40
OUTPUT_DIR="/tmp/trtllm_wheel"
41
fi
42
43
-# Git LFS tries to pull LFS objects during clone,
44
-# which can hit rate limits. Skip pulling large files
45
-# during "git clone", and explicitly run "git lfs pull" when needed.
46
-export GIT_LFS_SKIP_SMUDGE=1
47
-
48
# Set default TensorRT-LLM git URL if not specified
49
if [ -z "$TRTLLM_GIT_URL" ]; then
50
TRTLLM_GIT_URL="https://github.com/NVIDIA/TensorRT-LLM.git"
0 commit comments