[object Object]

← back to Exo

get rid of lfs stuff

f584e86d8e41fb5ac7bd88e98fe529eb8250ddf6 · 2024-12-08 22:55:19 +0000 · Alex Cheema

Files touched

Diff

commit f584e86d8e41fb5ac7bd88e98fe529eb8250ddf6
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Sun Dec 8 22:55:19 2024 +0000

    get rid of lfs stuff
---
 .github/workflows/bench_job.yml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/.github/workflows/bench_job.yml b/.github/workflows/bench_job.yml
index a3caa68f..64cd632f 100644
--- a/.github/workflows/bench_job.yml
+++ b/.github/workflows/bench_job.yml
@@ -35,19 +35,6 @@ jobs:
       HARDWARE_CONFIG: ${{ inputs.config }}
       model: ${{ inputs.model }}
     steps:
-      - name: Setup Git LFS
-        run: |
-          # Install Git LFS
-          brew install git-lfs || echo "Failed to install via brew, trying alternative"
-          
-          # Verify git version
-          git --version
-          
-          # Initialize Git LFS
-          git lfs install
-          
-          # Verify installation
-          git lfs env
       - uses: actions/checkout@v4
       - name: Install dependencies
         run: |

← fd05bca1 lfs  ·  back to Exo  ·  remove b2168193 →