v0.0.14

puckeditor/puckv0.0.14May 11, 2026by github-actions[bot]

AI Summary

Introduces a publishing workflow for fine-tunes to HuggingFace and fixes an ONNX quantization issue where models were not shrinking in size.

Key Highlights

  • Added wk-st publish command for staging and pushing fine-tunes to HuggingFace
  • Fixed int8 quantization by enabling constant folding

New Features

  • wk-st publish — stage + push fine-tunes to HuggingFace
  • Enable constant folding for int8 quant to shrink ONNX

Full Release Notes

## [0.0.14](https://github.com/wavekat/wavekat-lab/compare/v0.0.13...v0.0.14) (2026-05-11)


### Features

* **smart-turn:** wk-st publish — stage + push fine-tunes to HuggingFace ([a9a3a44](https://github.com/wavekat/wavekat-lab/commit/a9a3a44f4d039371715adf266bb5f3c42972bb3a))
* **smart-turn:** wk-st publish — stage + push fine-tunes to HuggingFace ([#42](https://github.com/wavekat/wavekat-lab/issues/42)) ([2d4ce7e](https://github.com/wavekat/wavekat-lab/commit/2d4ce7e78605e533f13f5c9f60a84de199810436))


### Bug Fixes

* **smart-turn:** enable constant folding so int8 quant actually shrinks the ONNX ([#43](https://github.com/wavekat/wavekat-lab/issues/43)) ([dc0ba56](https://github.com/wavekat/wavekat-lab/commit/dc0ba563821a09d2633b2384cc569a2aa2adb752))