Short name describing what triggered the graph break
torch.from_numpy with NumPy unavailable
Values or code snippet captured at the break point
Explanation of why the graph break was triggered
Attempted to call torch.numpy but NumPy could not be imported.
Hints on how to resolve the graph break
torch.compile call, or by using torch.compiler.set_stance("force_eager").