Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions .github/workflows/integration-test-qvac-lib-infer-onnx-tts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 4 additions & 0 deletions packages/qvac-lib-infer-onnx-tts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/qvac-lib-infer-onnx-tts/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"default-registry": {
"kind": "git",
"baseline": "efbc3c1cc8ae2dad114891d4eb159f67bc9df293",
"baseline": "4e4c52f549cb5912f66d202f360282cdcf992047",
"repository": "git@github.com:tetherto/qvac-registry-vcpkg.git"
},
"registries": [
Expand Down
Loading