suno-ai / bark

🔊 Text-Prompted Generative Audio Model
MIT License
35.74k stars 4.2k forks source link

CUDNN_STATUS_NOT_SUPPORTED #571

Open jenspr opened 5 months ago

jenspr commented 5 months ago

Hey there, I am pretty new to AI/models/transformer.

Tried to follow the installation instruction on hugging face colab

.. now wondering what to do next. I have no clue. Am I really fighting a version conflict. Which software should I replace. Or does my error come from something completely different? Hope you can help a beginner here.. or at least point into the right direction.

JonathanFly commented 4 months ago

I would look for a guide that uses venv or conda to setup from a scratch. If you are windows, maybe a WSL guide is best. Or look at a guide for setting up Huggingface Transformers.

You have to have exact version matches between all those libraries which is why people use conda and equivalent tools, it's a headache!