Skip to content

cublas64_12.dll is not found or cannot be loaded  #66

Description

@ChairmanMeow999

Thought i had this fixed but i guess not. I was getting the same error outlined in this post
https://github.com/daswer123/xtts-finetune-webui/issues/56

I can't seem to be able to use the "create dataset" button without getting an error.. I followed the solution that was given here and i thought it fixed my issue but in reality it just got me to the point where it was downloading the model and fooled me into thinking it was actually working. I was doing some looking around in the issues section and found someone referencing it here
https://github.com/daswer123/xtts-finetune-webui/issues/53#issuecomment-2333939074

He says at the end of the post "if you receive this error: Library cublas64_12.dll is not found or cannot be loaded you may need to go a pip upgrade for gradio to make sure you now have the proper dll for pydantic/fastapi."

And well that's the exact error message im getting and i thought i followed everything he said but im still getting the issue... I've tried deleting everything ai related included cuda and python and reinstalling it and im still getting the same error i've even gone through everything in the post he referenced in his comment
https://github.com/gradio-app/gradio/issues/9278

I've tried everything and still no dice... if anyone has any ideas that would be great. Here is my error message.

The data processing was interrupted due an error !! Please check the console to verify the full error message! Error summary: Traceback (most recent call last): File "D:\stable3\TTS\xtts-finetune-webui\xtts_demo.py", line 246, in preprocess_dataset train_meta, eval_meta, audio_total_size = format_audio_list(audio_path, whisper_model = whisper_model, target_language=language, out_path=out_path, gradio_progress=progress) File "D:\stable3\TTS\xtts-finetune-webui\utils\formatter.py", line 131, in format_audio_list segments = list(segments) File "D:\stable3\TTS\xtts-finetune-webui\venv\lib\site-packages\faster_whisper\transcribe.py", line 1111, in restore_speech_timestamps for segment in segments: File "D:\stable3\TTS\xtts-finetune-webui\venv\lib\site-packages\faster_whisper\transcribe.py", line 508, in generate_segments encoder_output = self.encode(segment) File "D:\stable3\TTS\xtts-finetune-webui\venv\lib\site-packages\faster_whisper\transcribe.py", line 767, in encode return self.model.encode(features, to_cpu=to_cpu) RuntimeError: Library cublas64_12.dll is not found or cannot be loaded

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions