Skip to content
Closed
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
7 changes: 7 additions & 0 deletions packages/embed-llamacpp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.33.0] - 2026-08-17

### Changed

- `qvac-fabric` dependency bumped `10069.0.0` -> `10069.1.0` (VisionPsy Nano
support and its Flash preprocessing rule; no API change for this package).

## [0.32.0] - 2026-08-10

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/embed-llamacpp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qvac/embed-llamacpp",
"version": "0.32.0",
"version": "0.33.0",
"description": "bert addon for qvac",
"addon": true,
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/embed-llamacpp/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
{
"name": "qvac-fabric",
"version>=": "10069.0.0"
"version>=": "10069.1.0"
},
{
"name": "qvac-lib-inference-addon-cpp",
Expand Down
7 changes: 7 additions & 0 deletions packages/fabric/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0] - 2026-08-17

### Changed

- `qvac-fabric` dependency bumped `10069.0.0` -> `10069.1.0` (VisionPsy Nano
support and its Flash preprocessing rule; no API change for this package).

## [0.4.0] - 2026-08-10

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/fabric/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qvac/fabric",
"version": "0.4.0",
"version": "0.5.0",
"description": "Shared bare addon hosting the qvac-fabric (forked llama.cpp + ggml) runtime for QVAC inference addons",
"addon": true,
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fabric/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
{
"name": "qvac-fabric",
"version>=": "10069.0.0"
"version>=": "10069.1.0"
},
{
"name": "qvac-lint-cpp",
Expand Down
7 changes: 7 additions & 0 deletions packages/llm-llamacpp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.44.0] - 2026-08-17

### Changed

- `qvac-fabric` dependency bumped `10069.0.0` -> `10069.1.0` (VisionPsy Nano
support and its Flash preprocessing rule; no API change for this package).

## [0.43.0] - 2026-08-14

This release removes the Qwen3-only dynamic tools feature behind
Expand Down
2 changes: 1 addition & 1 deletion packages/llm-llamacpp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qvac/llm-llamacpp",
"version": "0.43.0",
"version": "0.44.0",
"description": "llama addon for qvac",
"addon": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/llm-llamacpp/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"concurrentqueue",
{
"name": "qvac-fabric",
"version>=": "10069.0.0"
"version>=": "10069.1.0"
},
{
"name": "qvac-lib-inference-addon-cpp",
Expand Down
7 changes: 7 additions & 0 deletions packages/model-fit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0] - 2026-08-17

### Changed

- `qvac-fabric` dependency bumped `10069.0.0` -> `10069.1.0` (VisionPsy Nano
support and its Flash preprocessing rule; no API change for this package).

## [0.1.0] - 2026-08-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/model-fit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qvac/model-fit",
"version": "0.1.0",
"version": "0.2.0",
"description": "Memory-fit preflight addon for QVAC β€” wraps llama.cpp's common_fit_params to project whether a GGUF model fits available device memory before loading it",
"addon": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/model-fit/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
{
"name": "qvac-fabric",
"version>=": "10069.0.0"
"version>=": "10069.1.0"
},
{
"name": "qvac-lib-inference-addon-cpp",
Expand Down
7 changes: 7 additions & 0 deletions packages/ocr-ggml/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this package will be documented here. The format
follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and the
project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.17.0] - 2026-08-17

### Changed

- `qvac-fabric` dependency bumped `10069.0.0` -> `10069.1.0` (VisionPsy Nano
support and its Flash preprocessing rule; no API change for this package).

## [0.16.0] - 2026-08-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/ocr-ggml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qvac/ocr-ggml",
"version": "0.16.0",
"version": "0.17.0",
"description": "GGML-backed OCR addon for qvac (EasyOCR and DocTR pipelines on GGUF weights)",
"addon": true,
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ocr-ggml/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{
"name": "qvac-fabric",
"default-features": false,
"version>=": "10069.0.0",
"version>=": "10069.1.0",
"features": [
"gpu-backends"
]
Expand Down
7 changes: 7 additions & 0 deletions packages/translation-nmtcpp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.9.0] - 2026-08-17

### Changed

- `qvac-fabric` dependency bumped `10069.0.0` -> `10069.1.0` (VisionPsy Nano
support and its Flash preprocessing rule; no API change for this package).

## [0.8.0] - 2026-08-13

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/translation-nmtcpp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qvac/translation-nmtcpp",
"version": "0.8.0",
"version": "0.9.0",
"description": "translation addon for qvac",
"addon": true,
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/translation-nmtcpp/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ssplit",
{
"name": "qvac-fabric",
"version>=": "10069.0.0",
"version>=": "10069.1.0",
"default-features": false,
"features": [
"gpu-backends"
Expand Down
7 changes: 7 additions & 0 deletions packages/vla-ggml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.20.0] - 2026-08-17

### Changed

- `qvac-fabric` dependency bumped `10069.0.0` -> `10069.1.0` (VisionPsy Nano
support and its Flash preprocessing rule; no API change for this package).

## [0.19.0] - 2026-08-10

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/vla-ggml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qvac/vla-ggml",
"version": "0.19.0",
"version": "0.20.0",
"description": "VLA vision-language-action inference addon for QVAC (ggml backend)",
"addon": true,
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vla-ggml/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
{
"name": "qvac-fabric",
"version>=": "10069.0.0",
"version>=": "10069.1.0",
"features": [
"hip-backend"
]
Expand Down
Loading