Skip to content

Commit

Permalink
other runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Sep 2, 2024
1 parent 4182247 commit 5e2ff6b
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .github/workflows/model_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,19 +198,16 @@ jobs:
python3 -c 'import os; p = "/mnt/cache/hub/models--hf-internal-testing--no-config-test-repo/.no_exist/42ce72ae70f7d34c14dbc3a856379a5d5b72de47"; os.makedirs(p, exist_ok=True)'
python3 -c 'from pathlib import Path; p = "/mnt/cache/hub/models--hf-internal-testing--no-config-test-repo/.no_exist/42ce72ae70f7d34c14dbc3a856379a5d5b72de47/config.json"; p2 = Path(p); p2.touch()'
- name: Check cache 8
working-directory: /transformers
run: |
rm -rf /mnt/cache/hub/models--hf-internal-testing--no-config-test-repo/.no_exist/42ce72ae70f7d34c14dbc3a856379a5d5b72de47
# - name: Check cache 8
# working-directory: /transformers
# run: |
# rm -rf /mnt/cache/hub/models--hf-internal-testing--no-config-test-repo/.no_exist/42ce72ae70f7d34c14dbc3a856379a5d5b72de47
#
# - name: Check cache 9
# working-directory: /transformers
# run: |
# python3 -c 'from pathlib import Path; p = "/mnt/cache/hub/models--hf-internal-testing--no-config-test-repo/.no_exist/42ce72ae70f7d34c14dbc3a856379a5d5b72de47/config.json"; p2 = Path(p); p2.touch()'


- name: Check cache 9
working-directory: /transformers
run: |
python3 -c 'import os; p = "/mnt/cache/hub/models--hf-internal-testing--no-config-test-repo/.no_exist/42ce72ae70f7d34c14dbc3a856379a5d5b72de47"; os.makedirs(p, exist_ok=True)'
python3 -c 'from pathlib import Path; p = "/mnt/cache/hub/models--hf-internal-testing--no-config-test-repo/.no_exist/42ce72ae70f7d34c14dbc3a856379a5d5b72de47/config.json"; p2 = Path(p); p2.touch()'
- name: Check cache 8
working-directory: /transformers
Expand Down

0 comments on commit 5e2ff6b

Please sign in to comment.