How to use the new model? #1772
Unanswered
AIhasArrived
asked this question in
Q&A
Replies: 1 comment 1 reply
-
There is a typo in your step 3, the model name is incorrect. You need to be running the 20231106 release,
See this post. |
Beta Was this translation helpful? Give feedback.
1 reply
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 have been using whisper, by using this command:
whisper "test.mkv" --language en --model base.en --device cuda --task transcribe
What do I have to do to use the new models? Does it work with english? step by step:
whisper "test.mkv" --language en --model largev3.en --device cuda --task transcribe
??
Did I miss anything else?
Beta Was this translation helpful? Give feedback.
All reactions