Kubik

Results 15 comments of Kubik

Just found a way around, it works now for me. `utils/generation.py` line 30: Force the device to CPU ```py device = torch.device("cpu") if torch.cuda.is_available(): device = torch.device("cuda", 0) # if...

You can just do `pip install soundfile` I guess

Use python3.10 and pip3.10 You are currently using a python version that is not supported by this code.

Pareil pour la blague numéro 1932 qui est en double juste après

Have you tried setting the device to "mps"? I'm trying this rn but ran out of RAM so I'm gonna try again later on a more powerful Mac

I just edited the value in the yaml config from cuda:0 to mps and ran out of ram on my 16GB MBP. I did not take a look into the...