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