Skip to content

chore[notask]: bump inference addon versions for addon-cpp 1.2.1#2449

Open
maxim-smotrov wants to merge 2 commits into
tetherto:mainfrom
maxim-smotrov:sdk/chore/bump-addons
Open

chore[notask]: bump inference addon versions for addon-cpp 1.2.1#2449
maxim-smotrov wants to merge 2 commits into
tetherto:mainfrom
maxim-smotrov:sdk/chore/bump-addons

Conversation

@maxim-smotrov

@maxim-smotrov maxim-smotrov commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

🎯 What problem does this PR solve?

📝 How does it solve it?

  • Bump the 9 inference addon dependencies in packages/sdk/package.json to the versions published by chore[notask]: bump qvac-lib-inference-addon-cpp to 1.2.1 across addons #2355:
    • @qvac/classification-ggml ^0.2.0^0.3.0
    • @qvac/diffusion-cpp ^0.10.0^0.11.1
    • @qvac/embed-llamacpp ^0.17.0^0.18.1
    • @qvac/llm-llamacpp ^0.22.0^0.23.1
    • @qvac/ocr-onnx ^0.5.0^0.6.0
    • @qvac/transcription-parakeet ^0.6.0^0.7.1
    • @qvac/translation-nmtcpp ^4.0.0^5.0.0
    • @qvac/tts-ggml ^0.1.4^0.2.0
    • @qvac/vla-ggml ^0.2.0^0.3.1
    • @qvac/transcription-whispercpp ^0.7.0^0.8.0
  • bci-whispercpp, tts-onnx, ocr-ggml were bumped upstream but are not SDK dependencies, so no changes here.
  • No bare-sdk sync required — it intentionally carries no addon deps and check:deps-vs-sdk passes.

Align SDK addon dependencies with the versions published in tetherto#2355,
which pinned all addons to qvac-lib-inference-addon-cpp 1.2.1.
@maxim-smotrov maxim-smotrov requested review from a team as code owners June 4, 2026 12:43
@maxim-smotrov maxim-smotrov added the verified Authorize secrets / label-gate in PR workflows label Jun 4, 2026
@maxim-smotrov maxim-smotrov added the test-e2e-full Triggers full e2e test suite [Currently SDK-only] label Jun 4, 2026
@maxim-smotrov maxim-smotrov removed the test-e2e-full Triggers full e2e test suite [Currently SDK-only] label Jun 4, 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.

@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

QVAC E2E — windows — ❌ failed

Totals: 430/431 passed · 1 failed · 99.8% · 1546s
Config: suite=(none) · filter=(none) · exclude=(none)
View run · Artifacts: reports

Results by section

  • diffusion: 23/24 ❌

Failed tests

  • diffusion-empty-prompt: Diffusion failed: params.prompt is required and must be a non-empty string. Got: string

@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

QVAC E2E — ios — ✅ all tests passed (308/431, 1892s)

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

@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

QVAC E2E — android — ❌ failed

Totals: 0/431 passed · 431 failed · 0.0% · 1680s
Config: suite=(none) · filter=(none) · exclude=(none)
View run · Artifacts: reports · Device Farm logs

Results by section

  • addon-logging: 0/11 ❌
  • cancellation: 0/6 ❌
  • completion: 0/43 ❌
  • config: 0/2 ❌
  • config-reload: 0/6 ❌
  • delegated-inference: 0/13 ❌
  • diffusion: 0/24 ❌
  • download: 0/1 ❌
  • embedding: 0/12 ❌
  • error: 0/15 ❌
  • finetune: 0/6 ❌
  • http: 0/6 ❌
  • kv-cache: 0/18 ❌
  • lifecycle: 0/12 ❌
  • logging: 0/9 ❌
  • model: 0/11 ❌
  • model-info: 0/6 ❌
  • multi-gpu: 0/2 ❌
  • ocr: 0/27 ❌
  • parakeet: 0/19 ❌
  • rag: 0/9 ❌
  • registry: 0/11 ❌
  • sharded-model: 0/10 ❌
  • tools: 0/52 ❌
  • transcription: 0/20 ❌
  • translation-afriquegemma: 0/3 ❌
  • translation-bergamot: 0/17 ❌
  • translation-bergamot-cache: 0/2 ❌
  • translation-indictrans: 0/15 ❌
  • translation-llm: 0/9 ❌
  • translation-salamandra: 0/8 ❌
  • tts: 0/10 ❌
  • video: 0/1 ❌
  • vision: 0/14 ❌
  • wrong-model: 0/1 ❌

Failed tests

  • 431 tests: Consumer died before test could be executed
    Affected: model-load-llm, model-load-embedding, model-load-ocr, model-load-invalid, model-unload, and 426 more

@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

QVAC E2E — linux — ❌ failed

Totals: 430/431 passed · 1 failed · 99.8% · 1168s
Config: suite=(none) · filter=(none) · exclude=(none)
View run · Artifacts: reports

Results by section

  • diffusion: 23/24 ❌

Failed tests

  • diffusion-empty-prompt: Diffusion failed: params.prompt is required and must be a non-empty string. Got: string

@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

QVAC E2E — macos⚠️ no results

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

The test job did not produce a results artifact. Check the run for job-level failures.

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

Labels

test-e2e-full Triggers full 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.

2 participants