mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-19 04:37:51 +00:00
3853d83d73
Update Go version to ^1.23, the actions/setup-go to v5, actions/checkout to v4 and github.com/stretchr/testify to v1.9.0. Add test cases for the following model struct methods: - New - Close - NewContext - IsMultilingual - Languages Add test cases for the following context struct methods: - SetLanguage - IsMultilingual - Language - Process
7 lines
117 B
Go
7 lines
117 B
Go
package whisper_test
|
|
|
|
const (
|
|
ModelPath = "../../models/ggml-small.en.bin"
|
|
SamplePath = "../../samples/jfk.wav"
|
|
)
|