Program terminates with no error if temperature isn't set to 0 #1969
-
I really don't know how to explain this, but i call a function which uses transcribe and if i have temp=0 it works fine, but if its not itll run the rest of the function but once it hits the return value, it simply stops running no error or anything. my guess is something to do with a stack allocation bug or something i really dont know. This is the function in question
I've spent hours going in circles before I wanted to ask here. I also can't find anything thats causing this to terminate like an error message or termination message to share. it doesnt even always terminate on the same line when im debugging |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Your code uses a class called |
Beta Was this translation helpful? Give feedback.
Your code uses a class called
WhisperModel
which is not part of the openai/whisper repository. If you are using faster-whisper or some other derivative project, you need to ask your question over there.