JarodMica / audiosplitter_whisper

MIT License
93 stars 36 forks source link

Erorr (Requested float16 compute type, but the target device or backend do not support efficient float16 computation.) #4

Closed Zafkieldark closed 1 year ago

Zafkieldark commented 1 year ago

Requested float16 compute type, but the target device or backend do not support efficient float16 computation. Please help me

JarodMica commented 1 year ago

What GPU are you using? It should choose int8 as the compute type if it detects you are running a CPU

Zafkieldark commented 1 year ago

Hello i change float32 no 8 and work.my project work.

среда, 5 июля 2023 г. пользователь Jarod Mica @.***> написал:

What GPU are you using? It should choose int8 as the compute type if it detects you are running a CPU

— Reply to this email directly, view it on GitHub https://github.com/JarodMica/audiosplitter_whisper/issues/4#issuecomment-1622436693, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4XD454BFPTZ72MI54BJ4A3XOXDYLANCNFSM6AAAAAAZ6ZNVLI . You are receiving this because you authored the thread.Message ID: @.***>

Zafkieldark commented 1 year ago

My gpu nvidia gtx 1070.i change float16 on float 32,and my work project.

четверг, 6 июля 2023 г. пользователь Zafkiel @.***> написал:

Hello i change float32 no 8 and work.my project work.

среда, 5 июля 2023 г. пользователь Jarod Mica @.***> написал:

What GPU are you using? It should choose int8 as the compute type if it detects you are running a CPU

— Reply to this email directly, view it on GitHub https://github.com/JarodMica/audiosplitter_whisper/issues/4#issuecomment-1622436693, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4XD454BFPTZ72MI54BJ4A3XOXDYLANCNFSM6AAAAAAZ6ZNVLI . You are receiving this because you authored the thread.Message ID: @.***>

JarodMica commented 1 year ago

Issue seems resolved