soup/.github/workflows
Alpamys b46f22433c ci: warm HF Hub cache before tests to fix tiny-model 429 flake
The test job loads sshleifer/tiny-gpt2 and hf-internal-testing/tiny-random-gpt2
from HF Hub. Under transient HF rate-limiting (429) a single matrix cell would
fail the model download (test_v07111.py::TestMiniLLM::test_anchor_term_with_file)
and drop coverage under the 77% gate — observed reding 3 commits today (~2/7
cells per run).

Add a best-effort pre-test step that snapshot_downloads both tiny models with
6 retries + backoff so the tests read from the warmed cache (verified locally:
the test passes with HF_HUB_OFFLINE=1 once the cache is warm). The step never
fails the job — it emits a :⚠️: if warming can't complete.

CI-only; no version bump.
2026-06-04 19:53:33 +05:00
..
ci.yml ci: warm HF Hub cache before tests to fix tiny-model 429 flake 2026-06-04 19:53:33 +05:00
docker.yml Enhance #14 - Add official Docker support for easier onboarding (#20) 2026-04-10 23:04:00 +05:00
publish.yml Add GitHub Actions workflow for auto-publish to PyPI on tag 2026-03-02 21:07:55 +05:00
recipe-validation.yml chore: migrate to src-layout 2026-05-31 12:40:06 +05:00