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 579b13e commit 6fcf073Copy full SHA for 6fcf073
extension/android/BUCK
@@ -25,6 +25,8 @@ fb_android_library(
25
srcs = [
26
"src/main/java/org/pytorch/executorch/LlamaCallback.java",
27
"src/main/java/org/pytorch/executorch/LlamaModule.java",
28
+ "src/main/java/org/pytorch/executorch/extension/llm/LlmModule.java",
29
30
],
31
autoglob = False,
32
language = "JAVA",
0 commit comments