Skip to content

Commit 6e63aed

Browse files
committed
revert LFS change
Signed-off-by: richardhuo-nv <[email protected]>
1 parent c4dceef commit 6e63aed

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

container/build_trtllm_wheel.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ if [ -z "$OUTPUT_DIR" ]; then
4040
OUTPUT_DIR="/tmp/trtllm_wheel"
4141
fi
4242

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-
4843
# Set default TensorRT-LLM git URL if not specified
4944
if [ -z "$TRTLLM_GIT_URL" ]; then
5045
TRTLLM_GIT_URL="https://github.com/NVIDIA/TensorRT-LLM.git"

0 commit comments

Comments
 (0)