whisper.cpp / Sources /whisper /module.modulemap
ggerganov's picture
ci : disable Obj-C build + fixes
3859606
raw
history blame
83 Bytes
module whisper [system] {
header "whisper.h"
link "whisper"
export *
}