← back to Exo
t
b0977f97ab0f41ce230d8225836b3c1b72875732 · 2024-12-08 22:43:23 +0000 · Alex Cheema
Files touched
M .github/workflows/bench_job.yml
Diff
commit b0977f97ab0f41ce230d8225836b3c1b72875732
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Sun Dec 8 22:43:23 2024 +0000
t
---
.github/workflows/bench_job.yml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/.github/workflows/bench_job.yml b/.github/workflows/bench_job.yml
index 64cd632f..bba430da 100644
--- a/.github/workflows/bench_job.yml
+++ b/.github/workflows/bench_job.yml
@@ -35,6 +35,17 @@ jobs:
HARDWARE_CONFIG: ${{ inputs.config }}
model: ${{ inputs.model }}
steps:
+ - name: Setup Git LFS
+ run: |
+ # Print current Git LFS status
+ which git-lfs || echo "git-lfs not found"
+ git lfs version || echo "git-lfs version failed"
+
+ # Ensure Git LFS is initialized
+ git lfs install
+
+ # Verify installation
+ git lfs env
- uses: actions/checkout@v4
- name: Install dependencies
run: |
← 1716f637 test
·
back to Exo
·
git version cbac4d6a →