Replies: 2 comments 1 reply
-
At a minimum, running in the console with no flags we should expect to see so something fundamental is wrong. Some things to try:
Running whisper with a non-existent filename should produce something like this:
|
Beta Was this translation helpful? Give feedback.
-
For whisper, If you suspect the processor, have you run a diagnostic on it, eg - The Intel® Processor Diagnostic Tool https://www.intel.com/content/www/us/en/download/15951/intel-processor-diagnostic-tool.html Perhaps this link is also helpful |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After installing Whisper, when I run it on a test file I get no output at all.
whisper testaudio.wav
Hangs for a few seconds, then gives me a fresh prompt. No files are created anywhere. I've also tried with a testvideo.mp4 - same result: a brief pause, then back at C:> (or, in this case, U:>, since that's where I'm running whisper from, but, you know...)
Explicitly requesting a format (
--output_format txt
) doesn't change this behavior either.The first time I ran whisper it did download the models, and I've tried running it in an admin command prompt in case there were weird permissions issues.
Is there a local log I can find in order to see exactly what's going on?
Beta Was this translation helpful? Give feedback.
All reactions