Currently we are not making use of the error codes much. We can catch the error codes from script execution at the below point and then display useful error messages. For example, suggestions for handling 'Network error', 'Disk space', 'Segmentation fault in native run' etc.
https://github.com/mlcommons/mlcflow/blob/main/mlc/script_action.py#L280
Currently we are not making use of the error codes much. We can catch the error codes from script execution at the below point and then display useful error messages. For example, suggestions for handling 'Network error', 'Disk space', 'Segmentation fault in native run' etc.
https://github.com/mlcommons/mlcflow/blob/main/mlc/script_action.py#L280