NVIDIA / NeMo-Run

A tool to configure, launch and manage your machine learning experiments.
Apache License 2.0
79 stars 20 forks source link

Set non-zero return code on failure #52

Open Kipok opened 2 months ago

Kipok commented 2 months ago

I'm trying to integrate nemo-run into CI tests, but it looks like it's always returning 0 code even if the underlying experiment has failed. Is it possible to keep the returned code of the script and pass it through? In fact, even when my script doesn't start executing yet (e.g. when I have uncommitted changes and there is an exception thrown inside nemo-run) I still don't get a non-zero error code