Has anyone been able to make word timestamp work? And (UserWarning: Failed to launch Triton kernels..) #1716
Unanswered
AIhasArrived
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Check the
This discussion may be helpful |
Beta Was this translation helpful? Give feedback.
2 replies
-
Does the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I tried to search for similar issues and did not find at first glance,
I am tried this command:
whisper "test2.mp3" --language ... --model large --device cuda -o "test2TranslatedWORDS2" --task transcribe --word_timestamps True --append_punctuations True
But I am not getting timestamps for words, instead I am getting normal time stamps (for sentences).
__
And next to it I am getting this messages:
C:\Users\userA\AppData\Local\Programs\Python\Python311\Lib\site-packages\whisper\timing.py:42: UserWarning: Failed to launch ```
Triton kernels, likely due to missing CUDA toolkit; falling back to a slower median kernel implementation...
warnings.warn(
C:\Users\userA\AppData\Local\Programs\Python\Python311\Lib\site-packages\whisper\timing.py:146: UserWarning: Failed to launch Triton kernels, likely due to missing CUDA toolkit; falling back to a slower DTW implementation...
warnings.warn(
Beta Was this translation helpful? Give feedback.
All reactions