m-bain / whisperX

WhisperX: Automatic Speech Recognition with Word-level Timestamps (& Diarization)
BSD 2-Clause "Simplified" License
12.07k stars 1.27k forks source link

whisperX witout internet access #851

Open KarelVesely84 opened 2 months ago

KarelVesely84 commented 2 months ago

Hello, is it possible to run whisperX on a machine without internet access ? (that would be sth. like pre-downloading the models, and passing it into the inference script)

My GPU nodes don't have internet access.

Best regads Karel

jim60105 commented 2 months ago

My container solution works without internet access. All the models are contained within the container image. https://github.com/jim60105/docker-whisperX

KarelVesely84 commented 2 months ago

aha, this seems related too : https://github.com/m-bain/whisperX/issues/434 thank you for directing me, K.