Short name describing what triggered the graph break
collections.deque() with bad iterable argument
Values or code snippet captured at the break point
args={args}, kwargs={kwargs}
Explanation of why the graph break was triggered
Call to collections.deque() has an iterable argument that Dynamo cannot convert to a list.
Hints on how to resolve the graph break
torch.compile call, or by using torch.compiler.set_stance("force_eager").