Lance

Results 2 comments of Lance

> Do you set the return_logits_vocab=True? Yes. But I didn't find logits in WhisperGenerationResults

> Can you send me the code? I will test it. The code is modified from faster-whisper `result = self.model.generate( encoder_output, [prompt], length_penalty=options.length_penalty, repetition_penalty=options.repetition_penalty, no_repeat_ngram_size=options.no_repeat_ngram_size, max_length=max_length, return_logits_vocab=True, return_scores=True, return_no_speech_prob=True, suppress_blank=options.suppress_blank,...