Short name describing what triggered the graph break
infinite generator detected
Values or code snippet captured at the break point
Explanation of why the graph break was triggered
Dynamo traced the YIELD_VALUE bytecode too many times. This could mean that we have attempted to trace an infinite generator.
Hints on how to resolve the graph break
torch.compile call, or by using torch.compiler.set_stance("force_eager").