This article was replied by DeepSeek
The error you're encountering is related to an incompatible CUDA compute type setting in the faster-whisper speech recognition model. This happens when your GPU hardware doesn't support the specific int8_bfloat16 computation type that's currently selected.
Here's how to fix this issue:
1. Open the software and go to the top menu bar.
2. Select "Tools/Options" → "Advanced Options".
3. In the advanced settings window, scroll down to find the "faster/openai语音识别调整" (faster/openai speech recognition settings) section.
4. Look for the "CUDA数据类型" (CUDA data type) setting.
5. Change this setting from "int8_bfloat16" to either "int8" or "float32".
- int8: Uses less resources, faster speed, but lower accuracy
- float32: Uses more resources, slower speed, but higher accuracy
6. Click "OK" to save the changes.
7. Try running your video translation task again.
This should resolve the computation type compatibility issue with your GPU. If you continue to experience problems, please ensure you have the latest NVIDIA drivers installed and that CUDA is properly configured on your system.
If the issue persists, you can also try temporarily disabling "CUDA加速" (CUDA acceleration) as a workaround, though this will significantly slow down the speech recognition process.