Short name describing what triggered the graph break
torch.Generator method
Values or code snippet captured at the break point
torch.Generator.{name}
Explanation of why the graph break was triggered
torch.Generator.{name}() is a stateful RNG operation that cannot be soundly traced in the FX graph.
Hints on how to resolve the graph break