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 be6bb96 commit 96f8e56
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/model_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
- name: Check cache 8
working-directory: /transformers
run: |
rm -rf /mnt/cache/hub/models--hf-internal-testing--no-config-test-repo/.no_exist/42ce72ae70f7d34c14dbc3a856379a5d5b72de47/config.json
rm -rf /mnt/cache/hub/models--hf-internal-testing--no-config-test-repo
# - name: Check cache 8.5
# working-directory: /transformers
Expand All @@ -151,23 +151,23 @@ jobs:

# rm -rf /mnt/cache/hub/models--hf-internal-testing--no-config-test-repo/.no_exist/42ce72ae70f7d34c14dbc3a856379a5d5b72de47/config.json

- name: Check cache 8.6
working-directory: /transformers
run: |
python3 -c 'p = "/mnt/cache/hub/models--hf-internal-testing--no-config-test-repo/.no_exist/42ce72ae70f7d34c14dbc3a856379a5d5b72de47/config.json"; fp = open(p, "w"); fp.close()'
ls -l /mnt/cache/hub/models--hf-internal-testing--no-config-test-repo/.no_exist/42ce72ae70f7d34c14dbc3a856379a5d5b72de47/config.json
- name: Check cache 8
working-directory: /transformers
run: |
rm -rf /mnt/cache/hub/models--hf-internal-testing--no-config-test-repo/.no_exist/42ce72ae70f7d34c14dbc3a856379a5d5b72de47/config.json
# - name: Check cache 8.6
# working-directory: /transformers
# run: |
# python3 -c 'p = "/mnt/cache/hub/models--hf-internal-testing--no-config-test-repo/.no_exist/42ce72ae70f7d34c14dbc3a856379a5d5b72de47/config.json"; fp = open(p, "w"); fp.close()'
# ls -l /mnt/cache/hub/models--hf-internal-testing--no-config-test-repo/.no_exist/42ce72ae70f7d34c14dbc3a856379a5d5b72de47/config.json
#
# - name: Check cache 8
# working-directory: /transformers
# run: |
# rm -rf /mnt/cache/hub/models--hf-internal-testing--no-config-test-repo


- name: Check cache 8.6
working-directory: /transformers
run: |
python3 -c 'p = "/mnt/cache/hub/models--hf-internal-testing--no-config-test-repo/.no_exist/42ce72ae70f7d34c14dbc3a856379a5d5b72de47/config.json"; fp = open(p, "w"); fp.close()'
ls -l /mnt/cache/hub/models--hf-internal-testing--no-config-test-repo/.no_exist/42ce72ae70f7d34c14dbc3a856379a5d5b72de47/config.json
# - name: Check cache 8.6
# working-directory: /transformers
# run: |
# python3 -c 'p = "/mnt/cache/hub/models--hf-internal-testing--no-config-test-repo/.no_exist/42ce72ae70f7d34c14dbc3a856379a5d5b72de47/config.json"; fp = open(p, "w"); fp.close()'
# ls -l /mnt/cache/hub/models--hf-internal-testing--no-config-test-repo/.no_exist/42ce72ae70f7d34c14dbc3a856379a5d5b72de47/config.json


- name: Check cache 9
Expand Down

0 comments on commit 96f8e56

Please sign in to comment.