koboldcpp/otherarch/whispercpp
Lexi 1c5e05e477
whisper: fix printf format string (#894)
This format string uses %d to print uint32_t and size_t{ype,}, which is
not guaranteed to work.  Instead, use PRIu32 for uint32_t, and %zu for
size_t.
2024-06-06 19:50:59 +08:00
..
dr_wav.h initial whisper integration 2024-05-29 23:13:11 +08:00
main.cpp initial whisper integration 2024-05-29 23:13:11 +08:00
whisper.cpp fixed makefile (+1 squashed commits) 2024-06-02 15:21:48 +08:00
whisper.h initial whisper integration 2024-05-29 23:13:11 +08:00
whisper_adapter.cpp whisper: fix printf format string (#894) 2024-06-06 19:50:59 +08:00