Commit eb2d8b6
Allow using files from local storage (#2200)
Summary:
Pull Request resolved: #2200
This helps us decouple models from the app, so we can use language model.
```
adb push language_llama_xnnpack_kv.pte /data/local/tmp/language.pte
adb push flores200sacrebleuspm.bin /data/local/tmp/language.bin
```
Reviewed By: mcr229
Differential Revision: D54427423
fbshipit-source-id: 35ebe58c04c8f817750cee72bdc51834db0d28661 parent 566209d commit eb2d8b6
File tree
1 file changed
+5
-1
lines changed- examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchdemo
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
| |||
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
84 | | - | |
| 88 | + | |
85 | 89 | | |
86 | 90 | | |
87 | 91 | | |
| |||
0 commit comments