Replies: 6 comments
-
I tried calling
|
Beta Was this translation helpful? Give feedback.
-
I tried reading the audio and casting it to Torch arrays. It still breaks with all combination of model-input of float-float and half-half.
With
|
Beta Was this translation helpful? Give feedback.
-
Following solved it:
|
Beta Was this translation helpful? Give feedback.
-
May be a good idea to force to float if the input is float |
Beta Was this translation helpful? Give feedback.
-
hi,i get a good result : result = model.transcribe("xxx.wav",fp16=False) |
Beta Was this translation helpful? Give feedback.
-
same envs, result = model.transcribe("xxx.wav",fp16=False) works |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to run the example from the README.md in a GPU enabled notebook:
and getting this:
System:
Beta Was this translation helpful? Give feedback.
All reactions