[DEBUG] app_cfg.proxy='http://127.0.0.1:8800'
[DEBUG] 可以使用 huggingface.co
[DEBUG] 获取到下载锁,开始从 hf下载 mobiuslabsgmbh/faster-whisper-large-v3-turbo
[DEBUG] [新进程任务 开始:title='Model: large-v3-turbo']
[DEBUG] 新进程任务 参数:kwargs={'detect_language': 'en', 'model_name': 'large-v3-turbo', 'logs_file': 'D:/workplace/pyvideotrans/tmp/22384/ca94b17dc8/faster-en-1789712012.8197303.log', 'is_cuda': True, 'no_speech_threshold': 0.6, 'threshold': 0.45, 'condition_on_previous_text': False, 'audio_file': 'D:/workplace/pyvideotrans/tmp/22384/ca94b17dc8/en.wav', 'local_dir': 'D:/workplace/pyvideotrans/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo', 'compute_type': 'default', 'jianfan': False, 'audio_duration': 122944, 'hotwords': '', 'prompt': None, 'beam_size': 5, 'best_of': 5, 'temperature': '0.0', 'repetition_penalty': 1.0, 'compression_ratio_threshold': 2.4, 'max_speech_ms': 5000, 'min_speech_ms': 3000, 'uuid': 'ca94b17dc8', 'subtitle_srt': 'D:/wo
......
sider passing CUDA_LAUNCH_BLOCKING=1.\nCompile with TORCH_USE_CUDA_DSA to enable device-side assertions.\n"}\n'
[ERROR] 本次配音全部失败:{'code': 6, 'msg': 'CUDA error: no kernel image is available for execution on the device\nCUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.\nFor debugging consider passing CUDA_LAUNCH_BLOCKING=1.\nCompile with TORCH_USE_CUDA_DSA to enable device-side assertions.\n'}
[ERROR] 单视频模式翻译失败配音全部失败 {'code': 6, 'msg': 'CUDA error: no kernel image is available for execution on the device\nCUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.\nFor debugging consider passing CUDA_LAUNCH_BLOCKING=1.\nCompile with TORCH_USE_CUDA_DSA to enable device-side assertions.\n'}
Traceback (most recent call last):
File "D:\workplace\pyvideotrans\videotrans\task\only_one.py", line 107, in run
trk.dubbing()File "D:\workplace\pyvideotrans\videotrans\task\_stage_dubbing.py", line 24, in dubbing
self._tts()File "D:\workplace\pyvideotrans\videotrans\task\_stage_dubbing.py", line 101, in _tts
run_tts(File "D:\workplace\pyvideotrans\videotrans\tts\__init__.py", line 232, in run
return _cls(**kwargs).run() # type:ignoreFile "D:\workplace\pyvideotrans\videotrans\tts\_base.py", line 139, in run
raise DubbingSrtError(tr("Dubbing failed") + str(self.error))videotrans.configure.excepts.DubbingSrtError: 配音全部失败 {'code': 6, 'msg': 'CUDA error: no kernel image is available for execution on the device\nCUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.\nFor debugging consider passing CUDA_LAUNCH_BLOCKING=1.\nCompile with TORCH_USE_CUDA_DSA to enable device-side assertions.\n'}

