Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
kif
3y ago
0 comments
Save
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
1 comments · 1 top-level
top
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