Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CUDA kernel erros #93

Open
quocti2003 opened this issue Mar 17, 2024 · 2 comments
Open

CUDA kernel erros #93

quocti2003 opened this issue Mar 17, 2024 · 2 comments

Comments

@quocti2003
Copy link

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
Copy link
Author

image
image

@ATATC
Copy link

ATATC commented Apr 20, 2024

Change line 1055 of audio-chatgpt.py from

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

to

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants