facebookresearch / audiocraft

Audiocraft is a library for audio processing and generation with deep learning. It features the state-of-the-art EnCodec audio compressor / tokenizer, along with MusicGen, a simple and controllable music generation LM with textual and melodic conditioning.
MIT License
20.61k stars 2.1k forks source link

Getting error "Found no NVIDIA driver on your system." #62

Open tmkasun opened 1 year ago

tmkasun commented 1 year ago

I tried to run the Music generator script given in this huggingface and got this error

RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and have installed a driver from http://www.nvidia.com/Download/index.aspx

Is it necessary to have an Nvidia GPU to run the pre-trained models?

ramsy0dev commented 1 year ago

@tmkasun You can try to make the changes in this PR in your local installation of the lib

tmkasun commented 1 year ago

Thanks for pointing to https://github.com/facebookresearch/audiocraft/pull/64 PR @0RaMsY0