intel / openvino-plugins-ai-audacity

A set of AI-enabled effects, generators, and analyzers for Audacity®.
GNU General Public License v3.0
732 stars 43 forks source link

Error: MusicGen pipeline could not be created #139

Closed Tobe2d closed 2 months ago

Tobe2d commented 2 months ago

When I try to generate music using CPU it work nicely but it take sometime When I switch to GPU (using 4090 with CUDA v11.8) i get the error below:

20:28:29: Audacity 3.5.1
Log Cleared.
20:29:07: Error: MusicGen pipeline could not be created.
20:29:07: Operation 'OpenVINO Music Generation' took 11.051000 seconds. Poll was called 22 times and took 0.514260 seconds. Yield was called 21 times and took 0.495304 seconds.
20:29:00: Error: In Music Generation V2, exception: Exception from src\inference\src\cpp\core.cpp:109:
Exception from src\inference\src\dev\plugin.cpp:54:
Check 'false' failed at src\plugins\intel_gpu\src\plugin\program_builder.cpp:179:
[GPU] ProgramBuilder build failed!
Exception from src\plugins\intel_gpu\src\graph\include\primitive_type_base.h:58:
[GPU] Can't choose implementation for result:new_key_value_23_0/sink_port_0 node (type=reorder)
[GPU] Original name: new_key_value_23_0/sink_port_0
[GPU] Original type: Result
[GPU] Reason: Check '!kernels.empty()' failed at src\plugins\intel_gpu\src\kernel_selector\kernel_selector.cpp:70:
[GPU] Couldn't find a suitable kernel for result:new_key_value_23_0/sink_port_0 params raw string: F32_BFYX_v64_p0_0_v1_p0_0_v16_p0_0_v2_p0_0;F16_BFYX_v64_p0_0_v1_p0_0_v16_p0_0_v2_p0_0
RyanMetcalfeInt8 commented 2 months ago

Hi @Tobe2d,

Unfortunately, NVidia GPUs are not yet well-supported by OpenVINO. There are a list of GPUs that OpenVINO supports here: https://docs.openvino.ai/2024/about-openvino/release-notes-openvino/system-requirements.html

Thanks, Ryan