unsloth/.github/workflows
Daniel Han 60c0e4ec3f CI(consolidated): add protobuf, sentencepiece, triton to install ladder
Run 25476246731 surfaced two missing deps that Repo tests (CPU) does not
need (because it --ignores tests/saving and tests/utils, the directories
that pull these in):

- google.protobuf (via `from transformers.utils import sentencepiece_model_pb2`
  in tests/saving/test_fix_sentencepiece_gguf_robustness.py:7). Not in
  transformers' base install. Adding `protobuf` + `sentencepiece` for
  completeness.
- triton (via unsloth/_gpu_init.py:232's unconditional `import triton`).
  The triton PyPI wheel installs cleanly on Linux x86_64 without CUDA;
  the import is what unsloth needs, no GPU work runs.
2026-05-07 04:37:07 +00:00
..
consolidated-tests-ci.yml CI(consolidated): add protobuf, sentencepiece, triton to install ladder 2026-05-07 04:37:07 +00:00
lint-ci.yml CI: SHA-pin every action; fix 4 bugs in advisory-audit 2026-05-07 01:12:40 +00:00
mlx-ci.yml ci(mlx): fresh-process reloads + soft-skip GGUF on llama.cpp limitation 2026-05-07 04:12:21 +00:00
release-desktop.yml Fix Studio desktop tray installer and titlebar and bux fixes (#5179) 2026-04-30 08:40:39 -07:00
security-audit.yml CI: SHA-pin every action; fix 4 bugs in advisory-audit 2026-05-07 01:12:40 +00:00
stale.yml CI: SHA-pin every action; fix 4 bugs in advisory-audit 2026-05-07 01:12:40 +00:00
studio-api-smoke.yml CI(studio): fix 4 real failures surfaced by the new smoke jobs 2026-05-07 04:20:11 +00:00
studio-backend-ci.yml CI: SHA-pin every action; fix 4 bugs in advisory-audit 2026-05-07 01:12:40 +00:00
studio-frontend-ci.yml CI(studio): always-upload artifacts + gate /api/system + path/health plumbing 2026-05-07 04:09:09 +00:00
studio-inference-smoke.yml CI(studio): always-upload artifacts + gate /api/system + path/health plumbing 2026-05-07 04:09:09 +00:00
studio-tauri-smoke.yml CI(studio): always-upload artifacts + gate /api/system + path/health plumbing 2026-05-07 04:09:09 +00:00
studio-ui-smoke.yml CI(ui): add second Playwright job covering Compare/Recipes/Export/Studio/Settings 2026-05-07 04:09:09 +00:00
studio-update-smoke.yml CI(studio): always-upload artifacts + gate /api/system + path/health plumbing 2026-05-07 04:09:09 +00:00
wheel-smoke.yml CI: SHA-pin every action; fix 4 bugs in advisory-audit 2026-05-07 01:12:40 +00:00