xora-17

Results 2 comments of xora-17

This is due to outdated versions of libraries. Just remove version numbers from requirements. Note that you may have to resolve some dependency issues. requirement.txt ``` Cython librosa numpy matplotlib...

The following solution worked for me Go to path: `./.cache/huggingface/hub/models--cvssp--audioldm2/snapshots/c8e7e189d324425c05c4c2f81214041ef4107983/model_index.json`. It's the location where your audioldm2 model is cached. Then change the value of ``` "language_model": [ "transformers", "GPT2Model" ],...