|
mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
|
Lightweight parser for legacy raw whisper.cpp model files. More...
#include <rawwhisperprobe.h>
Static Public Member Functions | |
| static std::optional< ModelMetadata > | inspectFile (const QString &path, RuntimeError *error=nullptr) |
| Reads header-level metadata from a legacy raw whisper.cpp model file. | |
Lightweight parser for legacy raw whisper.cpp model files.
Definition at line 15 of file rawwhisperprobe.h.
|
static |
Reads header-level metadata from a legacy raw whisper.cpp model file.
| path | Raw .bin model path. |
| error | Optional destination for parse failures. |