Y
Hacker News
new
|
ask
|
show
|
jobs
by
kif
1371 days ago
Probably need to pass some kind of options when initializing. The command itself works fine, just shows a warning: warnings.warn("FP16 is not supported on CPU; using FP32 instead")
1 comments
mewse-hn
1371 days ago
using this in the sample code worked for me:
>>> options = whisper.DecodingOptions(fp16=False)
link
>>> options = whisper.DecodingOptions(fp16=False)