Skip to content

Commit 54c9fd2

Browse files
committed
bc fix
1 parent 6a5106b commit 54c9fd2

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

examples/qualcomm/TARGETS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ runtime.python_library(
3838
srcs = ["utils.py"],
3939
deps = [
4040
"//caffe2:torch",
41+
"//executorch/backends/qualcomm:export_utils",
4142
],
4243
)

examples/qualcomm/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
import torch
1818
import transformers
1919

20+
from executorch.backends.qualcomm.export_utils import * # noqa: F401,F403
21+
2022

2123
def replace_module_with_custom_class(
2224
model: torch.nn.Module,

0 commit comments

Comments
 (0)