We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7508d07 commit 8b9a98fCopy full SHA for 8b9a98f
examples/models/llama2/TARGETS
@@ -65,6 +65,14 @@ runtime.python_binary(
65
],
66
)
67
68
+runtime.command_alias(
69
+ name = "export_llama_qnn",
70
+ env = {
71
+ "LD_LIBRARY_PATH": "$(location fbsource//third-party/qualcomm/qnn/qnn-2.25:qnn_offline_compile_libs)",
72
+ },
73
+ exe = ":export_llama",
74
+)
75
+
76
runtime.python_library(
77
name = "export_library",
78
srcs = [
0 commit comments