Short name describing what triggered the graph break
failed to bind arguments when attempting to inline
Values or code snippet captured at the break point
func=’{func.get_name()}’ {func.get_filename()}:{func.get_code().co_firstlineno}; args = {[arg.python_type() for arg in args]}; kwargs = {kwargs}
Explanation of why the graph break was triggered
Argument mismatch when attempting to trace function {func.get_name()}.
Hints on how to resolve the graph break
torch.compile call, or by using torch.compiler.set_stance("force_eager").