Closed lkraider closed 1 year ago
AudioGPT uses large scale models so its probably a good idea to use a GPU with CUDA Cores to speed up the process. If your still having trouble and you dont mind long wait times, you can update the torch,device to the 'cpu' instead of 'cuda[0]' or"cuda[1]". I wouldnt recommend though, run the tool through GPU instance if all else fails
Replacing device="cuda:0"
with device="mps"
seems to work for initializing torch on the mac M1.
I am trying to run it on a MacBook Air M1.
After installing and trying to run, I get the error: