mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-01-15 09:20:32 +00:00
7 lines
117 B
Go
7 lines
117 B
Go
|
package whisper_test
|
||
|
|
||
|
const (
|
||
|
ModelPath = "../../models/ggml-small.en.bin"
|
||
|
SamplePath = "../../samples/jfk.wav"
|
||
|
)
|