cerebras.appliance.errors.ApplianceUnknownError: Ran into error while receiving activation tensor <custom-call …>
Users may see this error when running their own models on the Cerebras System.Observed Error
The error message that will be shown on the command line will be similar to the following:Explanation
There are many possible causes for the above error, but there are some things the user can do to rule out certain problems.Placement of custom dataloader
When creating run scripts for custom model runs, it is currently necessary to separate the dataloader into its own file in the same directory as the main execution or model script. The exception can be caused when the dataloader is in the run script, and the input workers cannot pickle the desired input function that is coming from the__main__
module.