Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
kif
3y ago
0 comments
Share
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")
0 comments
default
newest
oldest
mewse-hn
3y ago
using this in the sample code worked for me:
>>> options = whisper.DecodingOptions(fp16=False)
j
/
k
navigate · click thread line to collapse