shirayu/whispering

FP16-fp32 argument for using --device cpu

pierre-guenoun opened this issue · 2 comments

Description

Got error :
transcriber._set_dtype:35 WARNING -> FP16 is not supported on CPU; using FP32 instead

when running :
whispering --language fr --model tiny --device cpu

Would be interesting to add argument --fp16
to make it work on cpu.

Environment is just:

  1. virtualenv -p python38 venv
  2. souce venv/bin/activate
  3. pip install -U git+https://github.com/shirayu/whispering.git@v0.6.5

Thank you very much!

That is not an error.
With --device cpu, FP32 is used.

Because the message was misleading, I updated the messages at 472a027 and published as v0.6.6.

This issue is stale because it has been open for 21 days with no activity.