Skip to content

Add a step in the GitHub actions to cache HF models#1807

Merged
RobinPicard merged 2 commits intomainfrom
cache_hf_models_ci
Jan 12, 2026
Merged

Add a step in the GitHub actions to cache HF models#1807
RobinPicard merged 2 commits intomainfrom
cache_hf_models_ci

Conversation

@RobinPicard
Copy link
Contributor

Closes #1806

Comment on lines 28 to 31
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should also start using cache and cache-dependency-path during python setup

@RobinPicard RobinPicard merged commit 39af590 into main Jan 12, 2026
4 of 5 checks passed
@RobinPicard RobinPicard deleted the cache_hf_models_ci branch January 12, 2026 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cache HF model downloads in the CI

2 participants