Release NVIDIA WakeWord Trainer v18

This commit is contained in:
MasterPhooey
2026-07-26 09:07:22 -05:00
parent 2eee70cb34
commit 6ee228e8d3
8 changed files with 360 additions and 76 deletions

View File

@@ -1,2 +1,3 @@
- Fixed the training-status endpoint crashing after a training log was created because its log-tail limits were missing.
- Restored bounded, incremental training-log updates so the UI can continue showing live progress without repeatedly reading the entire log.
- Added Parakeet ONNX as a second local Auto Training STT engine alongside Faster Whisper.
- Replaced manual model, device, and compute fields with a simple engine selector and managed language-aware models.
- Added CUDA-enabled ONNX Runtime with CPU fallback, runtime reporting, and model-cache cleanup when switching engines.