You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the Google Colab for XTTS_v2 that is linked in the official tutorial it throws an error after running the first two steps, opening the gradio UI via the public URL, uploading audio files and creating the dataset:
Library libcublas.so.11 is not found or cannot be loaded
To Reproduce
Run the first two steps of the Google Colab
Open the gradio UI via the public URL
Upload audio files
Create the dataset. It will throw the error listed in the log.
Expected behavior
No response
Logs
Loading Whisper Model!
2024-06-06 02:52:48,192 [INFO] Processing audio with duration 15:04.526
Traceback (most recent call last):
File "/content/TTS/TTS/demos/xtts_ft_demo/xtts_demo.py", line 215, in preprocess_dataset
train_meta, eval_meta, audio_total_size = format_audio_list(audio_path, target_language=language, out_path=out_path, gradio_progress=progress)
File "/content/TTS/TTS/demos/xtts_ft_demo/utils/formatter.py", line 75, in format_audio_list
segments = list(segments)
File "/usr/local/lib/python3.10/dist-packages/faster_whisper/transcribe.py", line 426, in generate_segments
encoder_output = self.encode(segment)
File "/usr/local/lib/python3.10/dist-packages/faster_whisper/transcribe.py", line 610, in encode
return self.model.encode(features, to_cpu=to_cpu)
RuntimeError: Library libcublas.so.11 is not found or cannot be loaded
Environment
Google Colab: https://colab.research.google.com/drive/1GiI4_X724M8q2W-zZ-jXo7cWTV7RfaH-?usp=sharing
From official tutorial: https://docs.coqui.ai/en/stable/models/xtts.html
Additional context
No response
The text was updated successfully, but these errors were encountered:
This is CUDA Driver issue, please check the driver 12.2 or other version. Make sure cuda version and this "libcublas.so.11" for cuda 12.2 and it CUDNN is 8.x.x.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.
Describe the bug
When using the Google Colab for XTTS_v2 that is linked in the official tutorial it throws an error after running the first two steps, opening the gradio UI via the public URL, uploading audio files and creating the dataset:
Library libcublas.so.11 is not found or cannot be loaded
To Reproduce
Expected behavior
No response
Logs
Loading Whisper Model!
2024-06-06 02:52:48,192 [INFO] Processing audio with duration 15:04.526
Traceback (most recent call last):
File "/content/TTS/TTS/demos/xtts_ft_demo/xtts_demo.py", line 215, in preprocess_dataset
train_meta, eval_meta, audio_total_size = format_audio_list(audio_path, target_language=language, out_path=out_path, gradio_progress=progress)
File "/content/TTS/TTS/demos/xtts_ft_demo/utils/formatter.py", line 75, in format_audio_list
segments = list(segments)
File "/usr/local/lib/python3.10/dist-packages/faster_whisper/transcribe.py", line 426, in generate_segments
encoder_output = self.encode(segment)
File "/usr/local/lib/python3.10/dist-packages/faster_whisper/transcribe.py", line 610, in encode
return self.model.encode(features, to_cpu=to_cpu)
RuntimeError: Library libcublas.so.11 is not found or cannot be loaded
Environment
Google Colab: https://colab.research.google.com/drive/1GiI4_X724M8q2W-zZ-jXo7cWTV7RfaH-?usp=sharing From official tutorial: https://docs.coqui.ai/en/stable/models/xtts.html
Additional context
No response
The text was updated successfully, but these errors were encountered: