Invalidate CI HuggingFace model cache for transformers 5
This commit is contained in:
parent
d9cc9a4eea
commit
2c5849b5d2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -66,7 +66,7 @@ jobs:
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.cache/huggingface
|
path: ~/.cache/huggingface
|
||||||
key: huggingface-${{ runner.os }}-test-models-v1
|
key: huggingface-${{ runner.os }}-test-models-v2
|
||||||
- name: Pre-download tokenizer
|
- name: Pre-download tokenizer
|
||||||
if: steps.hf-cache.outputs.cache-hit != 'true'
|
if: steps.hf-cache.outputs.cache-hit != 'true'
|
||||||
run: uv run python -c "from transformers import AutoTokenizer; AutoTokenizer.from_pretrained('Qwen/Qwen3-Embedding-0.6B')"
|
run: uv run python -c "from transformers import AutoTokenizer; AutoTokenizer.from_pretrained('Qwen/Qwen3-Embedding-0.6B')"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue