dgoryeo
dgoryeo
Please fill out this template for a bug report. Make sure you ran the unit tests before submitting an issue and tell us if and where they fail. ## System...
I continue to receive `error Torch not compiled with CUDA enabled`, but my pytorch and cudatoolkit installations are correct: cuda toolkit 11.8, and pytorch 2.1. ``` insanely_fast_whisper\cli.py", line 94, in...
I get this runtime error when running in Win11: ``` line 1873, in apply_folder_hack os.symlink(repo_or_dir_specific, repo_or_dir_master) OSError: [WinError 1314] A required privilege is not held by the client: 'C:\\Users\\U/.cache/torch/hub/snakers4_silero-vad_v3.1' ->...
Just came across this repo. Would it work for Chinese and Japanese language subs? I'm guessing it needs some changes to work for those languages. Any pointers to which areas...
I get the following error while trying to run in Win11 python 3.10.13 environment. It appears that a symbolic link is failing. Any idea how to resolve it? I haven't...
Hi @ochen1 , would this need a VAD for transcribing long audios, or does it have in built VAD capability? Thanks.
Gemini would be a good fit for Cerlancism translator since it provides much larger window size than GPT. Would you consider to add Gemini 1.5 pro as an engine?
Hi, I just came acrosss Kudasai. It looks promising. Is there a way to use Kudasai to translate SRT subtitle files efficiently? For example in the case below, only the...
Thanks for this powerful package. Have you considered to make a non-GUI cli version? I think that would give it more widespread use.
I got the idea from this package: [Linguji](https://github.com/Keksuccino/Linguji) : **Add a Fallback Translator:** add a fallback translation engine (e.g DeepL or Google) to be used for those lines that chat...