chore(workflows): remove redundant Hugging Face model cache (#2397)
This commit is contained in:
7
.github/workflows/detect-duplicate.yml
vendored
7
.github/workflows/detect-duplicate.yml
vendored
@@ -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:
|
||||
|
||||
7
.github/workflows/rebuild-issue-index.yml
vendored
7
.github/workflows/rebuild-issue-index.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user