diff --git a/.github/workflows/new-entry.yml b/.github/workflows/new-entry.yml index bb35862..acd8ddc 100644 --- a/.github/workflows/new-entry.yml +++ b/.github/workflows/new-entry.yml @@ -61,6 +61,18 @@ jobs: lfs: true fetch-depth: 0 + - name: Fetch LFS objects + run: git lfs pull + + - name: Show LFS file size + run: du -sh experiments/outputs/full_code_refl_deepseekcoder_test_normal/leaderboard.bundle + + - name: Fetch LFS objects + run: | + git lfs install + git lfs fetch origin test-pr + git lfs checkout + - name: Show LFS file size run: du -sh experiments/outputs/full_code_refl_deepseekcoder_test_normal/leaderboard.bundle