Commit 6a7c821
committed
Clean up Genie: download models from HuggingFace, remove local staging
- ModelList.kt: Replace empty URLs with HuggingFace download URLs for
Llama 3.2 1B and Qwen 2.5 7B Genie NPU models hosted at
runanywhere/genie-npu-models
- ModelList.kt: Remove genieLocalPaths map, CppBridgeModelRegistry
local path logic, and Llama 3.2 3B entry (no compiled binaries)
- build-android.sh: Remove Genie .so staging block (belongs in
private repo, not monorepo)
- build-kotlin.sh: Remove GENIE_JNILIBS_DIR and Genie .so copy logic
Models uploaded to: https://huggingface.co/runanywhere/genie-npu-models
Made-with: Cursor1 parent 6d11140 commit 6a7c821
3 files changed
Lines changed: 4 additions & 77 deletions
File tree
- examples/android/RunAnywhereAI/app/src/main/java/com/runanywhere/runanywhereai/data
- sdk
- runanywhere-commons/scripts
- runanywhere-kotlin/scripts
Lines changed: 4 additions & 29 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
128 | 127 | | |
129 | 128 | | |
130 | 129 | | |
131 | | - | |
132 | | - | |
133 | | - | |
| 130 | + | |
| 131 | + | |
134 | 132 | | |
135 | 133 | | |
136 | | - | |
| 134 | + | |
137 | 135 | | |
138 | 136 | | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | 137 | | |
144 | | - | |
| 138 | + | |
145 | 139 | | |
146 | 140 | | |
147 | 141 | | |
148 | 142 | | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | 143 | | |
156 | 144 | | |
157 | 145 | | |
| |||
223 | 211 | | |
224 | 212 | | |
225 | 213 | | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | 214 | | |
240 | 215 | | |
241 | 216 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
619 | 619 | | |
620 | 620 | | |
621 | 621 | | |
622 | | - | |
623 | | - | |
624 | | - | |
625 | | - | |
626 | | - | |
627 | | - | |
628 | | - | |
629 | | - | |
630 | | - | |
631 | | - | |
632 | | - | |
633 | | - | |
634 | | - | |
635 | | - | |
636 | | - | |
637 | | - | |
638 | | - | |
639 | | - | |
640 | | - | |
641 | | - | |
642 | | - | |
643 | 622 | | |
644 | 623 | | |
645 | 624 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
| |||
320 | 319 | | |
321 | 320 | | |
322 | 321 | | |
323 | | - | |
324 | 322 | | |
325 | 323 | | |
326 | 324 | | |
| |||
443 | 441 | | |
444 | 442 | | |
445 | 443 | | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | 444 | | |
472 | 445 | | |
473 | 446 | | |
| |||
0 commit comments