mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 17:44:38 +00:00
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. |
||
---|---|---|
.. | ||
dr_wav.h | ||
main.cpp | ||
whisper.cpp | ||
whisper.h | ||
whisper_adapter.cpp |