File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -23,18 +23,13 @@ fb_android_library(
2323fb_android_library (
2424 name = "executorch_llama" ,
2525 srcs = [
26- "src/main/java/org/pytorch/executorch/DType.java" ,
27- "src/main/java/org/pytorch/executorch/EValue.java" ,
2826 "src/main/java/org/pytorch/executorch/LlamaCallback.java" ,
2927 "src/main/java/org/pytorch/executorch/LlamaModule.java" ,
30- "src/main/java/org/pytorch/executorch/Module.java" ,
31- "src/main/java/org/pytorch/executorch/NativePeer.java" ,
32- "src/main/java/org/pytorch/executorch/Tensor.java" ,
33- "src/main/java/org/pytorch/executorch/annotations/Experimental.java" ,
3428 ],
3529 autoglob = False ,
3630 language = "JAVA" ,
3731 deps = [
32+ ":executorch" ,
3833 "//fbandroid/java/com/facebook/jni:jni" ,
3934 "//fbandroid/libraries/soloader/java/com/facebook/soloader/nativeloader:nativeloader" ,
4035 ],
You can’t perform that action at this time.
0 commit comments