TroubleShoot
How to generate core dump file¶
If you encounter a problem while running PyTorch RBLN, please send the generated core dump file to client_support@rebellions.ai. To create a core dump file, you first need to remove the ulimit restrictions by the following command.
Verify that the ulimit restrictions have been removed by running:
Re-run the problematic model script. When the error message occurs, a core dump file will be created under /var/crash
.