From adaf90fb5c8ee961a88802d1f52d6fcddccc1e2b Mon Sep 17 00:00:00 2001 From: Jett Date: Wed, 22 May 2024 18:33:07 +0200 Subject: [PATCH] update HF cache version --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index fd8dd2e1..19a4c049 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -29,7 +29,7 @@ jobs: with: path: | ~/.cache/huggingface - key: ${{ runner.os }}-huggingface-cache-v1 # increment this key to invalidate the cache when new models/datasets are added + key: ${{ runner.os }}-hf-cache-v0.2 # increment this key to invalidate the cache when new models/datasets are added - name: dependencies run: | python -m pip install --upgrade pip