GPU/CUDA Error Handling #507
Unanswered
ozancaglayan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm looking to provide a more error-robust experience for one of my codebases that is built around
faster-whisper
. So far, did not get any issues & errors but I wonder what would happen if a device-side assert is triggered, will I get an exception from CTranslate? What would be the exception type?More importantly, do you have some test cases that could be used to certainly trigger some errors on the device side for which I can test my codebase's recovery possibilities?
Looking for a
pynvml
based event watching solution for now but was curious what can I get from CTranslate2 & faster-whisper.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions