I am encountering a runtime error when attempting to run the generation script for Voicebox. The process fails immediately with a CUDA kernel image error, suggesting a mismatch between the compiled binaries and my GPU hardware.
Error
Generation failed
CUDA error: no kernel image is available for
execution on the device Search for
cudaErrorNoKernellmageForDevice' in https://docs.nvidia.com/cuda/cuda-runtime- api/group_CUDART_TYPES.html for more information. CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect. For debugging consider passing CUDA_LAUNCH_BLOCKING=1 Compile with TORCH_USE_CUDA_DSA` to enable device-side
assertions.
- Gpu: 5060ti 16gb
- Driver: 595.97
- OS: Win 11
I am encountering a runtime error when attempting to run the generation script for Voicebox. The process fails immediately with a CUDA kernel image error, suggesting a mismatch between the compiled binaries and my GPU hardware.