mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-15 10:12:33 +02:00
whisper : add dtw preset for large-v3-turbo (#2481)
This commit is contained in:
@ -99,6 +99,7 @@ extern "C" {
|
||||
WHISPER_AHEADS_LARGE_V1,
|
||||
WHISPER_AHEADS_LARGE_V2,
|
||||
WHISPER_AHEADS_LARGE_V3,
|
||||
WHISPER_AHEADS_LARGE_V3_TURBO,
|
||||
};
|
||||
|
||||
typedef struct whisper_ahead {
|
||||
|
Reference in New Issue
Block a user