Short name describing what triggered the graph break
torch.associative_scan: improper args
Values or code snippet captured at the break point
args: {args}
Explanation of why the graph break was triggered
torch.associative_scan expects 2 positional arguments (got {len(args)}) Usage: associative_scan(combine_fn, xs)
Hints on how to resolve the graph break