Skip to content

Commit

Permalink
try new cluster - debug 006 - noexist
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Aug 30, 2024
1 parent 6174857 commit 867ac1c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/model_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,27 +121,27 @@ jobs:
- name: Check cache 5
working-directory: /transformers
run: |
ls -l /mnt/cache/hub/models--BAAI--AltCLIP
ls -l /mnt/cache/hub/models--hf-internal-testing--no-config-test-repo
- name: Check cache 6
working-directory: /transformers
run: |
ls -l /mnt/cache/hub/models--BAAI--AltCLIP/snapshots
ls -l /mnt/cache/hub/models--hf-internal-testing--no-config-test-repo/.no_exist
- name: Check cache 7
working-directory: /transformers
run: |
ls -l /mnt/cache/hub/models--BAAI--AltCLIP/snapshots/b989a7bc9f73809acc4df8265e63174c74791ba6
ls -l /mnt/cache/hub/models--hf-internal-testing--no-config-test-repo/.no_exist/42ce72ae70f7d34c14dbc3a856379a5d5b72de47
- name: Check cache 8
working-directory: /transformers
run: |
ls -l /mnt/cache/hub/models--BAAI--AltCLIP/snapshots/b989a7bc9f73809acc4df8265e63174c74791ba6/pytorch_model.bin
ls -l /mnt/cache/hub/models--hf-internal-testing--no-config-test-repo/.no_exist/42ce72ae70f7d34c14dbc3a856379a5d5b72de47/config.json
- name: delete 1 cache
working-directory: /transformers
run: |
rm -rf /mnt/cache/hub/models--BAAI--AltCLIP/snapshots/b989a7bc9f73809acc4df8265e63174c74791ba6/pytorch_model.bin
rm -rf /mnt/cache/hub/models--hf-internal-testing--no-config-test-repo
- name: Run all tests on GPU
working-directory: /transformers
Expand Down

0 comments on commit 867ac1c

Please sign in to comment.