Replies: 1 comment
-
In a nutshell... |
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.
-
I'm trying to use the
tiny.en
model but whisper downloads thetiny.pt
model instead. Here's the command I used:whisper --model tiny --output_format json --task transcribe --language en --fp16 False ./test-clip.wav
I'm on a Mac M1 running Sonoma 14.5.
I tried to force it to use
tiny.en
by passing--model tiny.en
and downloaded atiny.en.pt
?! (which is a different file)Beta Was this translation helpful? Give feedback.
All reactions