Skip to content

Commit

Permalink
try new cluster - debug 003 - delete 1 cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Aug 30, 2024
1 parent b6e60e1 commit d785b6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/model_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ jobs:
run: |
ls -l /mnt/cache/hub/models--kakaobrain--align-base/blobs
- name: delete 1 cache
working-directory: /transformers
run: |
rm -rf /mnt/cache/hub/models--kakaobrain--align-base/
- name: Run all tests on GPU
working-directory: /transformers
run: python3 -m pytest -rsfE -v --make-reports=${{ inputs.machine_type }}_run_models_gpu_${{ matrix.folders }}_test_reports tests/${{ matrix.folders }}
Expand Down

0 comments on commit d785b6d

Please sign in to comment.