Open KTibow opened 2 months ago
Can you upload the file to reproduce? All steps are generally done in chunks so which step crashes exactly?
Turns out that this was actually a problem with torchaudio. If I find a way to load it that doesn't crash I'll send in a PR.
No need, we're already replacing torch audio
I'd like to transcribe an 8 hour audio file. My generally capable computer literally crashes if I try to load it right now.
This could be fixed by loading bits at a time.
edit: Got it to work by using my custom code to load it into a tensor.