Short name describing what triggered the graph break
wrap_with_autocast: unexpected freevars
Values or code snippet captured at the break point
str(body_lifted_freevars)
Explanation of why the graph break was triggered
wrap_with_autocast expects no freevars.
Hints on how to resolve the graph break
No hints provided.