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
21.09k stars 2.18k forks source link

Melody LLVM ERROR #61

Open alvar036 opened 1 year ago

alvar036 commented 1 year ago

LLVM ERROR: Symbol not found: __svml_cosf8_ha

I get this error when trying to use the pre-made melody idea's. Anyone know how to fix this? everything i tried didn't work because of some OpenSSL problem...

AndreyRGW commented 1 year ago

LLVM ERROR: Symbol not found: __svml_cosf8_ha

I get this error when trying to use the pre-made melody idea's. Anyone know how to fix this? everything i tried didn't work because of some OpenSSL problem...

Same here

UPD: I installed librosa-0.9.1 and it works

Harshvardhani9 commented 1 year ago

Thank you @AndreyRGW This solved my issue