diff --git a/.github/workflows/integration-test-qvac-lib-infer-onnx-tts.yml b/.github/workflows/integration-test-qvac-lib-infer-onnx-tts.yml index 490f1e1ee3..ccd3b68e12 100644 --- a/.github/workflows/integration-test-qvac-lib-infer-onnx-tts.yml +++ b/.github/workflows/integration-test-qvac-lib-infer-onnx-tts.yml @@ -61,13 +61,6 @@ jobs: - macos-14-xlarge - macos-15-large - windows-2022 - exclude: - - os: ubuntu-24.04-arm - variant: fp16 - - os: ubuntu-24.04-arm - variant: q4 - - os: ubuntu-24.04-arm - variant: q4f16 include: - os: ubuntu-22.04 platform: linux @@ -84,11 +77,11 @@ jobs: - os: macos-14-xlarge platform: darwin arch: arm64 - os_version: u14 + os_version: m14 - os: macos-15-large platform: darwin arch: x64 - os_version: u15 + os_version: m15 - os: windows-2022 platform: win32 arch: x64 diff --git a/packages/qvac-lib-infer-onnx-tts/CHANGELOG.md b/packages/qvac-lib-infer-onnx-tts/CHANGELOG.md index 541f4e2e24..c238ba19aa 100644 --- a/packages/qvac-lib-infer-onnx-tts/CHANGELOG.md +++ b/packages/qvac-lib-infer-onnx-tts/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.4] + +Fix q4f16 chatterbox models for linux-arm64 + ## [0.6.3] This release fixes a logging issue in the JS layer where two log statements during model load were bypassing the addon logging pipeline. diff --git a/packages/qvac-lib-infer-onnx-tts/package.json b/packages/qvac-lib-infer-onnx-tts/package.json index 348b107c1e..27fdad644b 100644 --- a/packages/qvac-lib-infer-onnx-tts/package.json +++ b/packages/qvac-lib-infer-onnx-tts/package.json @@ -1,6 +1,6 @@ { "name": "@qvac/tts-onnx", - "version": "0.6.3", + "version": "0.6.4", "description": "Text to Speech (TTS) addon for qvac", "addon": true, "engines": { diff --git a/packages/qvac-lib-infer-onnx-tts/vcpkg-configuration.json b/packages/qvac-lib-infer-onnx-tts/vcpkg-configuration.json index 9e6e090d9f..287c8a8795 100644 --- a/packages/qvac-lib-infer-onnx-tts/vcpkg-configuration.json +++ b/packages/qvac-lib-infer-onnx-tts/vcpkg-configuration.json @@ -1,7 +1,7 @@ { "default-registry": { "kind": "git", - "baseline": "efbc3c1cc8ae2dad114891d4eb159f67bc9df293", + "baseline": "4e4c52f549cb5912f66d202f360282cdcf992047", "repository": "git@github.com:tetherto/qvac-registry-vcpkg.git" }, "registries": [