audiocraft icon indicating copy to clipboard operation
audiocraft copied to clipboard

Is MAGNet not supported for CPU?

Open fibr1900 opened this issue 1 year ago • 0 comments

Hello,

I was trying to run the magnet_demo.ipynb when I got this error:

smallkF is not supported because: max(query.shape[-1] != value.shape[-1]) > 32 device=cpu (supported: {'cuda'}) operator wasn't built - see python -m xformers.info for more info unsupported embed per head: 64

I am running on a CPU and I'm interpreting this as it is not possible to run MAGNet on a CPU, is that correct?

fibr1900 avatar Feb 23 '24 16:02 fibr1900