Short name describing what triggered the graph break
Call to torch._dynamo.skip_frame()
Values or code snippet captured at the break point
Called torch._dynamo.skip_frame() with args {args}, kwargs {kwargs}. Skipping frame {format_frame_info(tx.f_code)}.
Explanation of why the graph break was triggered
User-inserted skip frame. Message: {skip_frame_msg}
Hints on how to resolve the graph break
torch._dynamo.skip_frame() call.