Short name describing what triggered the graph break
torch.nn.Parameter with non-constant Tensor attributes
Values or code snippet captured at the break point
data={data}
Explanation of why the graph break was triggered
Dynamo does not support this.
Hints on how to resolve the graph break
torch.compile call, or by using torch.compiler.set_stance("force_eager").