whisper audio.mp3 --model tiny --fp16 False

Category: AI/ML Tooling

whisper audio.mp3 --model tiny --fp16 False

Run Whisper on CPU only

Disables fp16 (half-precision) inference so the tiny model runs in fp32 on CPUs without CUDA, avoiding errors on machines without an NVIDIA GPU. GPU users keep the default fp16 for speed. Add --device cpu explicitly on systems where CUDA is broken or absent.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.