chore(workflows): remove redundant Hugging Face model cache (#2397)

This commit is contained in:
fallenbagel
2026-02-09 16:01:55 +05:00
committed by GitHub
parent df54fb9451
commit 186998b888
2 changed files with 0 additions and 14 deletions

View File

@@ -45,13 +45,6 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Cache embedding model
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
with:
path: ~/.cache/huggingface
key: hf-model-${{ vars.EMBEDDING_MODEL }}
- name: Install dependencies
working-directory: bin/duplicate-detector
env:

View File

@@ -43,13 +43,6 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Cache embedding model
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
with:
path: ~/.cache/huggingface
key: hf-model-${{ vars.EMBEDDING_MODEL }}
- name: Install dependencies
working-directory: bin/duplicate-detector
env: