You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/whisper-dictation/venv/lib/python3.8/site-packages/whisper/transcribe.py:114: UserWarning: FP16 is not supported on CPU; using FP32 instead
warnings.warn("FP16 is not supported on CPU; using FP32 instead")
it seems like fp16 is not supported on the intel CPU? Optimise the model to FP16 would be great
2nd option is to use a dedicated GPU, but most intel MAC uses AMD GPU so it might. be a extra step
The text was updated successfully, but these errors were encountered:
Ethan-Ming
changed the title
How to use GPU on intel-based mac with AMD GPU ?
use GPU on intel-based mac with AMD GPU ?
Jul 6, 2023
Ethan-Ming
changed the title
use GPU on intel-based mac with AMD GPU ?
add FP16 support to intel CPU
Jul 6, 2023
I don't think there's much that can be done about intel CPUs not supporting FP16. I should probably update the initialization to avoid the warnings. Thank you for raising the issue.
/whisper-dictation/venv/lib/python3.8/site-packages/whisper/transcribe.py:114: UserWarning: FP16 is not supported on CPU; using FP32 instead
warnings.warn("FP16 is not supported on CPU; using FP32 instead")
it seems like fp16 is not supported on the intel CPU? Optimise the model to FP16 would be great
2nd option is to use a dedicated GPU, but most intel MAC uses AMD GPU so it might. be a extra step
The text was updated successfully, but these errors were encountered: