Replies: 1 comment
-
|
At the moment, there isn't a built-in mechanism in The If you need visibility into these failures, your options are generally:
If your goal is specifically to detect cases like an incompatible TensorRT engine, another approach is to perform validation before spawning the worker (where feasible), or ensure that the engine is built for the target GPU architecture to avoid the runtime deserialization error in the first place. So, with the current implementation, there isn't an API that allows you to directly "capture" exceptions thrown inside If this answer helped or pointed you in the right direction, I'd appreciate it if you could mark it as the accepted answer so it's easier for others with the same issue to find. Also, if you found my contribution useful, I'd appreciate it if you could check out my GitHub profile, follow me, and star any repositories you find interesting. GitHub: https://github.com/Advait251206 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using the
OrchestratorConfigalong with theexecutorWorkerexecutable.If the
executorWorkerrunning in a separate MPI process encounters an error, the program will throw an exception. For example:As of today, it seems that these errors are simply ignored, see the following snippet:
Is there a way to capture these exceptions happening in
executorWorker?Thank you.
Beta Was this translation helpful? Give feedback.
All reactions