You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to build on top of the work being done here (specially since diarization is coming soon) and I had to copy paste the transformers code into my code rather than
from insanely_fast_whisper import pipe
pipe(...)
Or maybe
from insanely_fast_whisper import build_pipe
pipe = build_pipe("large-v3", ...)
pip(...)
Can we get initial support for lib use?
The text was updated successfully, but these errors were encountered:
I wanted to build on top of the work being done here (specially since diarization is coming soon) and I had to copy paste the transformers code into my code rather than
Or maybe
Can we get initial support for lib use?
The text was updated successfully, but these errors were encountered: