GB2977

Graph-Break Type

Short name describing what triggered the graph break

wrap_jit_function: missing _torchdynamo_inline

Context

Values or code snippet captured at the break point

type: {type(value).name}

Explanation

Explanation of why the graph break was triggered

Dynamo expected a JIT function with a _torchdynamo_inline attribute, but the object does not have one.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry