We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a5106b commit 54c9fd2Copy full SHA for 54c9fd2
2 files changed
examples/qualcomm/TARGETS
@@ -38,5 +38,6 @@ runtime.python_library(
38
srcs = ["utils.py"],
39
deps = [
40
"//caffe2:torch",
41
+ "//executorch/backends/qualcomm:export_utils",
42
],
43
)
examples/qualcomm/utils.py
@@ -17,6 +17,8 @@
17
import torch
18
import transformers
19
20
+from executorch.backends.qualcomm.export_utils import * # noqa: F401,F403
21
+
22
23
def replace_module_with_custom_class(
24
model: torch.nn.Module,
0 commit comments