whisperX icon indicating copy to clipboard operation
whisperX copied to clipboard

force CPU only

Open Abudinka opened this issue 11 months ago • 1 comments

Hi,

i fooled around with whisperx for a project and tried it out on my computer. relly like the speed of it compared to other solutions, but i want to test performance and resource consumption without gpu. unfortunaltey --compute_type int8 doesnt do the trick with my machine (5800X3D, RTX2080) processing time of (a short audio file) is still within 5% and i cant see any difference in cpu gpu load trought execution (running on win11)

the command i executed (tried different switch regarding literally anthing than compute_type) is: whisperx zweisprecher.mp3 --model large-v2 --diarize --hf_token mytoken --language de --min_speakers 2 --compute_type int8

Abudinka avatar Mar 18 '24 19:03 Abudinka

I also ran into this issue when trying to measure CPU/GPU difference. Try passing --device cpu.

proycon avatar Apr 07 '24 15:04 proycon