AIGC-Audio / AudioGPT

AudioGPT: Understanding and Generating Speech, Music, Sound, and Talking Head
https://huggingface.co/spaces/AIGC-Audio/AudioGPT
Other
9.89k stars 845 forks source link

CUDA kernel erros #93

Open quocti2003 opened 3 months ago

quocti2003 commented 3 months ago

CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. For debugging consider passing CUDA_LAUNCH_BLOCKING=1. How i can fix this. I can not execute audio-gpt.py successfully.

quocti2003 commented 3 months ago

image image

ATATC commented 2 months ago

Change line 1055 of audio-chatgpt.py from

self.t2i = T2I(device="cuda:1")

to

self.t2i = T2I(device="cuda:0")