Release NVIDIA WakeWord Trainer v20

This commit is contained in:
MasterPhooey
2026-07-26 11:55:35 -05:00
parent 518df63161
commit 19ee63a65b
3 changed files with 13 additions and 13 deletions

View File

@@ -1 +1 @@
19
20

View File

@@ -1,3 +1,3 @@
- Fixed first-run Parakeet ONNX setup failing when its empty model directory was mistaken for a complete offline model.
- Parakeet now downloads or resumes the required INT8 snapshot before loading through ONNX ASR.
- Complete local snapshots are reused without Hub access, preserving offline startup after the initial download.
- Fixed the v19 container startup failure caused by malformed indentation in the Parakeet ONNX loader.
- Preserved automatic download, resume, and offline reuse of the required Parakeet INT8 model snapshot.
- Revalidated both CUDA and CPU Parakeet provider paths with the complete trainer test suite.