Snippets for whisper.cpp 1.8.4 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/whisper.cpp/1.8.4/150amd64-default.log.
-
/wrkdirs/usr/ports/audio/whisper.cpp/work/whisper.cpp-1.8.4/examples/common-ggml.cpp:50:13: warning: enumeration value 'GGML_FTYPE_MOSTLY_Q1_0' not handled in switch [-Wswitch] 50 | switch (ftype) { | ^~~~~ -
/wrkdirs/usr/ports/audio/whisper.cpp/work/whisper.cpp-1.8.4/examples/common-ggml.cpp:181:21: warning: enumeration value 'GGML_TYPE_Q1_0' not handled in switch [-Wswitch] 181 | switch ((ggml_type) ttype) { | ^~~~~~~~~~~~~~~~~