Skip to content

QVAC-22154 chore[skiplog]: e2e remove unused translation models and optimize parakeet quantization#3283

Open
Victor-Rodzko wants to merge 3 commits into
mainfrom
chore/qvac-22154-remove-unused-translation-models
Open

QVAC-22154 chore[skiplog]: e2e remove unused translation models and optimize parakeet quantization#3283
Victor-Rodzko wants to merge 3 commits into
mainfrom
chore/qvac-22154-remove-unused-translation-models

Conversation

@Victor-Rodzko

@Victor-Rodzko Victor-Rodzko commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

🎯 What problem does this PR solve?

  • SDK e2e test suite downloads ~4.78 GiB of unused or oversized models, increasing mobile bootstrap time and CI duration
  • Salamandra and AfriqueGemma translation models are no longer maintained or used in production
  • Parakeet models use Q8_0 quantization when Q4_0 provides sufficient quality for e2e testing

📝 How does it solve it?

  • Remove Salamandra (1.34 GiB) and AfriqueGemma (2.65 GiB) models, tests, and resource definitions
  • Replace Parakeet Q8_0 models with Q4_0 variants (~780 MiB savings)
  • Clean up all references in desktop, electron, and mobile consumers

🧪 How was it tested?

  • Local e2e test runs on all platforms (desktop, electron, mobile) — all tests pass

📦 Models

Removed models

SALAMANDRATA_2B_INST_Q4
AFRICAN_4B_TRANSLATION_Q4_K_M

Changed models (Q8_0 → Q4_0)

PARAKEET_TDT_0_6B_V3_Q8_0 → PARAKEET_TDT_0_6B_V3_Q4_0
PARAKEET_CTC_0_6B_Q8_0 → PARAKEET_CTC_0_6B_Q4_0
PARAKEET_SORTFORMER_4SPK_V2_1_Q8_0 → PARAKEET_SORTFORMER_4SPK_V2_1_Q4_0
PARAKEET_EOU_120M_V1_Q8_0 → PARAKEET_EOU_120M_V1_Q4_0

…antization

- Remove Salamandra (SALAMANDRATA_2B_INST_Q4) and AfriqueGemma (AFRICAN_4B_TRANSLATION_Q4_K_M) models and tests per TL feedback
- Replace Parakeet Q8_0 models with Q4_0 variants to reduce mobile download footprint by ~780 MiB
- Total model payload reduction: ~4.78 GiB
@Victor-Rodzko Victor-Rodzko requested review from a team as code owners July 15, 2026 10:37
@github-actions

Copy link
Copy Markdown
Contributor

Review Status

Current Status: ❌ PENDING
Approvals so far: none

Pending reviews: Needs 1 Management or Team Lead, and 1 more from Management, Team Lead, or Member.

@Victor-Rodzko Victor-Rodzko changed the title QVAC-22154 chore[mod]: remove unused translation models and optimize parakeet quantization QVAC-22154 chore[skiplog]: remove unused translation models and optimize parakeet quantization Jul 15, 2026
@Victor-Rodzko Victor-Rodzko changed the title QVAC-22154 chore[skiplog]: remove unused translation models and optimize parakeet quantization QVAC-22154 chore[skiplog]: e2e remove unused translation models and optimize parakeet quantization Jul 15, 2026
@Victor-Rodzko Victor-Rodzko added verified Authorize secrets / label-gate in PR workflows test-e2e-smoke Triggers smoke e2e test suite [Currently SDK-only] labels Jul 15, 2026
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

opaninakuffo
opaninakuffo previously approved these changes Jul 15, 2026
@Victor-Rodzko Victor-Rodzko added test-e2e-smoke Triggers smoke e2e test suite [Currently SDK-only] and removed test-e2e-smoke Triggers smoke e2e test suite [Currently SDK-only] labels Jul 15, 2026
@github-actions

github-actions Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

QVAC E2E — ios — ✅ all tests passed (91/103, 907s)

Config: suite=smoke · filter=(none) · exclude=(none)
View run · Artifacts: reports · Device Farm logs · Device Farm logs

@github-actions

github-actions Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

QVAC E2E — android — ✅ all tests passed (91/103, 1841s)

Config: suite=smoke · filter=(none) · exclude=(none)
View run · Artifacts: reports · Device Farm logs

@github-actions

github-actions Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

QVAC E2E — windows — ✅ all tests passed (103/103, 662s)

Config: suite=smoke · filter=(none) · exclude=(none)
View run · Artifacts: reports

@github-actions

github-actions Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

QVAC E2E — linux — ✅ all tests passed (103/103, 609s)

Config: suite=smoke · filter=(none) · exclude=(none)
View run · Artifacts: reports

@github-actions

github-actions Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

QVAC E2E — macos — ✅ all tests passed (103/103, 388s)

Config: suite=smoke · filter=(none) · exclude=(none)
View run · Artifacts: reports

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

e2e-tested Test suite has run on this PR. Does not indicate tests pass/fail - see results in comments. test-e2e-smoke Triggers smoke e2e test suite [Currently SDK-only] verified Authorize secrets / label-gate in PR workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants