GB0287

Graph-Break Type

Short name describing what triggered the graph break

unsupported type.dict[‘annotations’].get call

Context

Values or code snippet captured at the break point

call_function {self}, args: {args}, kwargs: {kwargs}

Explanation

Explanation of why the graph break was triggered

torch.compile only supports calling type.dict[‘annotations’].get on a single constant argument (i.e. a type).

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry