mirror of
https://github.com/ggml-org/whisper.cpp.git
synced 2026-08-06 10:00:53 -05:00
the old code was trying to print a non-existent field (size) and the struct as a whole (which doesn't have a operator<< override defined). Probably a typo happened during refactoring. Signed-off-by: Salvatore Mesoraca <s.mesoraca16@gmail.com>