Skip to content

Commit

Permalink
misc(gha): remove git lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Jan 22, 2025
1 parent 0a8ec45 commit fbae8fb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ jobs:
- name: Print out targeted TensorRT-LLM version
run: echo "Building against TensorRT-LLM ${{ env.TENSORRT_LLM_VERSION }}"

- name: Make sure Git-LFS is installed
run: |
apt update
apt install -y git-lfs
git lfs install
- name: Check out TensorRT-LLM repo
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit fbae8fb

Please sign in to comment.