CTranslate2 icon indicating copy to clipboard operation
CTranslate2 copied to clipboard

faster-whisper inferencing problem

Open glory03023 opened this issue 2 months ago • 2 comments

Hello, how are you? I am building faster-whisper windows POC by ctranslate2. And i created ctranslate2::models::Whisper object whisperpool. and write the code such as: std::vector<std::futurectranslate2::models::WhisperGenerationResult> results; results = whisper_pool.generate(features, prompts, whisper_options); At this time, how can i get the result string from results object.?

glory03023 avatar Apr 24 '24 03:04 glory03023