whisper : add dtw preset for large-v3-turbo (#2481)

This commit is contained in:
Rotem Dan
2024-10-15 21:00:21 +03:00
committed by GitHub
parent 06a1da9daf
commit b6049060dd
3 changed files with 4 additions and 0 deletions

View File

@ -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 {