Skip to content

Commit b06f047

Browse files
committed
fix custom op registration
1 parent 91e9988 commit b06f047

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

exir/passes/spec_prop_pass.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
import operator
1010
from typing import Optional
1111

12+
import executorch.extension.llm.custom_ops.model_sharding # noqa: F401
13+
1214
import torch
1315
from executorch.exir.delegate import executorch_call_delegate
1416
from executorch.exir.dialects._ops import ops as exir_ops

0 commit comments

Comments
 (0)