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 e592a93 commit c2e8e9e
Showing 1 changed file with 25 additions and 12 deletions.
37 changes: 25 additions & 12 deletions .github/workflows/new-entry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,22 +59,35 @@ jobs:
with:
ref: test-pr
lfs: true
fetch-depth: 0

- name: Fetch LFS objects
run: git lfs pull
- name: Debugging LFS
run: |
git lfs version
git lfs ls-files
git lfs status
du -sh experiments/outputs/full_code_refl_deepseekcoder_test_normal/leaderboard.bundle
# - name: Checkout PR branch
# uses: actions/checkout@v4
# with:
# ref: test-pr
# lfs: true
# fetch-depth: 0

- 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 pull

- 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

# - 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
# - name: Show LFS file size
# run: du -sh experiments/outputs/full_code_refl_deepseekcoder_test_normal/leaderboard.bundle

# - name: Checkout code
# uses: actions/checkout@v2
Expand Down

0 comments on commit c2e8e9e

Please sign in to comment.