mirror of
https://github.com/ggml-org/whisper.cpp.git
synced 2025-09-15 13:28:35 +08:00
6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
module whisper [system] {
|
|
header "whisper.h"
|
|
link "whisper"
|
|
export *
|
|
}
|