We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback (most recent call last): File "webui.py", line 189, in cosyvoice = CosyVoice2(args.model_dir) if 'CosyVoice2' in args.model_dir else CosyVoice(args.model_dir) File "D:\Downloads\CosyVoice_V2\cosyvoice\cli\cosyvoice.py", line 146, in init self.frontend = CosyVoiceFrontEnd(configs['get_tokenizer'], File "D:\Downloads\CosyVoice_V2\cosyvoice\cli\frontend.py", line 54, in init self.speech_tokenizer_session = onnxruntime.InferenceSession(speech_tokenizer_model, sess_options=option, File "D:\Downloads\CosyVoice_V2\walkingwithai\lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 419, in init self._create_inference_session(providers, provider_options, disabled_optimizers) File "D:\Downloads\CosyVoice_V2\walkingwithai\lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 471, in create_inference_session sess.initialize_session(providers, provider_options, disabled_optimizers) onnxruntime.capi.onnxruntime_pybind11_state.RuntimeException: [ONNXRuntimeError] : 6 : RUNTIME_EXCEPTION : Exception during initialization: D:\a_work\1\s\onnxruntime\core\providers\cuda\cuda_call.cc:121 onnxruntime::CudaCall D:\a_work\1\s\onnxruntime\core\providers\cuda\cuda_call.cc:114 onnxruntime::CudaCall CUDNN failure 4: CUDNN_STATUS_INTERNAL_ERROR ; GPU=0 ; hostname=DESKTOP-8DCH4H4 ; file=D:\a_work\1\s\onnxruntime\core\providers\cuda\cuda_execution_provider.cc ; line=173 ; expr=cudnnSetStream(cudnn_handle, stream);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Traceback (most recent call last):
File "webui.py", line 189, in
cosyvoice = CosyVoice2(args.model_dir) if 'CosyVoice2' in args.model_dir else CosyVoice(args.model_dir)
File "D:\Downloads\CosyVoice_V2\cosyvoice\cli\cosyvoice.py", line 146, in init
self.frontend = CosyVoiceFrontEnd(configs['get_tokenizer'],
File "D:\Downloads\CosyVoice_V2\cosyvoice\cli\frontend.py", line 54, in init
self.speech_tokenizer_session = onnxruntime.InferenceSession(speech_tokenizer_model, sess_options=option,
File "D:\Downloads\CosyVoice_V2\walkingwithai\lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 419, in init
self._create_inference_session(providers, provider_options, disabled_optimizers)
File "D:\Downloads\CosyVoice_V2\walkingwithai\lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 471, in create_inference_session
sess.initialize_session(providers, provider_options, disabled_optimizers)
onnxruntime.capi.onnxruntime_pybind11_state.RuntimeException: [ONNXRuntimeError] : 6 : RUNTIME_EXCEPTION : Exception during initialization: D:\a_work\1\s\onnxruntime\core\providers\cuda\cuda_call.cc:121 onnxruntime::CudaCall D:\a_work\1\s\onnxruntime\core\providers\cuda\cuda_call.cc:114 onnxruntime::CudaCall CUDNN failure 4: CUDNN_STATUS_INTERNAL_ERROR ; GPU=0 ; hostname=DESKTOP-8DCH4H4 ; file=D:\a_work\1\s\onnxruntime\core\providers\cuda\cuda_execution_provider.cc ; line=173 ; expr=cudnnSetStream(cudnn_handle, stream);
The text was updated successfully, but these errors were encountered: