Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with large-v3 #63

Closed
jwvid opened this issue Nov 7, 2023 · 4 comments
Closed

Issue with large-v3 #63

jwvid opened this issue Nov 7, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@jwvid
Copy link

jwvid commented Nov 7, 2023

Which OS are you using?

  • OS: [e.g. iOS or Windows.. If you are using Google Colab, just Colab.]
    Windows 10 (nvidia gpu)

When I select the 'large-v3' model and press the generate button, the following message is displayed, and the process does not continue.

Error transcribing file on line Invalid model size 'large-v3', expected one of: tiny.en, tiny, base.en, base, small.en, small, medium.en, medium, large-v1, large-v2, large C:\Whisper-WebUI\venv\lib\site-packages\torch\cuda\memory.py:329: FutureWarning: torch.cuda.reset_max_memory_allocated now calls torch.cuda.reset_peak_memory_stats, which resets /all/ peak memory stats. warnings.warn(

@jhj0517 jhj0517 added the enhancement New feature or request label Nov 7, 2023
@jhj0517
Copy link
Owner

jhj0517 commented Nov 7, 2023

large-v3 cannot currently be used in faster-whisper.
If you want to use large-v3, set DISABLE_FASTER_WHISPER to true in user-start-webui.bat file as it uses the OpenAI whisper implementation.

There is an ongoing issue with :

@jurandfantom
Copy link

large-v3 cannot currently be used in faster-whisper. If you want to use large-v3, set DISABLE_FASTER_WHISPER to true in user-start-webui.bat file as it uses the OpenAI whisper implementation.

There is an ongoing issue with :

* [faster-whisper #544](https://github.com/guillaumekln/faster-whisper/issues/544)

Thanks for explanation. Sadly I get error and not sure exactly why is that. If I can provide any additional informations/errors, please point me out where look for those.
23,11,16 - 14,31,13 - 8892 a

CMD log:

To create a public link, set share=True in launch().
Error transcribing file: [WinError 2] The system cannot find the file specified
E:\Magazyn\Grafika\AI\Pinokio\api\whisper-webui.pinokio.git\app\venv\lib\site-packages\torch\cuda\memory.py:329: FutureWarning: torch.cuda.reset_max_memory_allocated now calls torch.cuda.reset_peak_memory_stats, which resets /all/ peak memory stats.
warnings.warn(

@inRm3D
Copy link

inRm3D commented Dec 2, 2023

SYSTRAN/faster-whisper#578

seems now support v3

@jhj0517
Copy link
Owner

jhj0517 commented Dec 3, 2023

That's right! faster-whisper now supports large-v3, so I'm closing this!

@jhj0517 jhj0517 closed this as completed Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants