From be6bb96178f703d547aec30e78164f9db57492ff Mon Sep 17 00:00:00 2001 From: ydshieh Date: Mon, 2 Sep 2024 18:05:44 +0200 Subject: [PATCH] other runner --- .github/workflows/model_jobs.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/model_jobs.yml b/.github/workflows/model_jobs.yml index da1d310b4165ff..42d4ebfb8d11a6 100644 --- a/.github/workflows/model_jobs.yml +++ b/.github/workflows/model_jobs.yml @@ -157,6 +157,19 @@ jobs: 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 9 working-directory: /transformers run: |