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.59k stars 2.09k forks source link

cuDNN version incompatibility #186

Open talhaanwarch opened 1 year ago

talhaanwarch commented 1 year ago
RuntimeError: cuDNN version incompatibility: PyTorch was compiled  against (8, 7, 0) but found runtime version (8, 6, 0). PyTorch already comes bundled with cuDNN. One option to resolving this error is to ensure PyTorch can find the bundled cuDNN.Looks like your LD_LIBRARY_PATH contains incompatible version of cudnnPlease either remove it from the path or install cudnn (8, 7, 0)

torch.version: '2.0.1+cu118' torch.backends.cudnn.version(): 8600

In my understanding pytorch comes with its own cuda and cudnn binaries, so why its giving an error. and how to upgrade that btw

FurkanGozukara commented 1 year ago

here up to date tutorial > https://github.com/facebookresearch/audiocraft/issues/183

their written instructions are incomplete