abdeladim-s / subsai

🎞️ Subtitles generation tool (Web-UI + CLI + Python package) powered by OpenAI's Whisper and its variants 🎞️
https://abdeladim-s.github.io/subsai/
GNU General Public License v3.0
1.31k stars 107 forks source link

The program stop when show FP16 is not supported on CPU; using FP32 instead #149

Closed mazui-kaz closed 2 weeks ago

mazui-kaz commented 2 weeks ago

When I try to run the program via the CLI it gets to warnings.warn(“FP16 is not supported on CPU; using FP32 instead”). When I'm using the Web UI it gets to the same part, but continues with the process.

image