CUDA error: device-side assert triggered

#2
by litagin - opened

Great wonderful job! I'm very glad to see this!

Currently it seems that there is a server-side error, so it seems we cannot synthesize any.

Status: Generation error: CUDA error: device-side assert triggered
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
Compile with `TORCH_USE_CUDA_DSA` to enable device-side assertions.
Owner

Hi!
Thanks for notifying me.
Yeah, Since I've removed all the fail safe mechanisms to keep the workload lighter, it seems some invalid tokens are still being passed to the codec, i need to find out what's wrong.
I don't log users input so debugging it would be tough, I'll restart it soon for now, or maybe set up a backup demo.

Sign up or log in to comment