Invalidate CI HuggingFace model cache for transformers 5

This commit is contained in:
Yiorgis Gozadinos 2026-07-23 12:16:15 +03:00
parent d9cc9a4eea
commit 2c5849b5d2
No known key found for this signature in database

View file

@ -66,7 +66,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.cache/huggingface
key: huggingface-${{ runner.os }}-test-models-v1
key: huggingface-${{ runner.os }}-test-models-v2
- name: Pre-download tokenizer
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')"