Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshTrivedi committed Nov 27, 2024
1 parent c2f6ace commit e592a93
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/new-entry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e592a93

Please sign in to comment.