|
3 | 3 | <table> |
4 | 4 | <tr> |
5 | 5 | <td> |
6 | | -<img src="resources/app_screenshots/pic1.png" alt="app_img_01"> |
| 6 | +<img src="resources/app_screenshots/1.jpg" alt="app_img_01"> |
7 | 7 | </td> |
8 | 8 | <td> |
9 | | -<img src="resources/app_screenshots/pic2.png" alt="app_img_02"> |
| 9 | +<img src="resources/app_screenshots/2.jpg" alt="app_img_02"> |
10 | 10 | </td> |
11 | 11 | <td> |
12 | | -<img src="resources/app_screenshots/pic3.png" alt="app_img_03"> |
| 12 | +<img src="resources/app_screenshots/3.jpg" alt="app_img_03"> |
13 | 13 | </td> |
14 | 14 | <td> |
15 | | -<img src="resources/app_screenshots/pic4.png" alt="app_img_03"> |
| 15 | +<img src="resources/app_screenshots/4.jpg" alt="app_img_04"> |
16 | 16 | </td> |
17 | 17 | </tr> |
18 | 18 | <tr> |
19 | 19 | <td> |
20 | | -<img src="resources/app_screenshots/pic5.png" alt="app_img_04"> |
| 20 | +<img src="resources/app_screenshots/5.jpg" alt="app_img_05"> |
21 | 21 | </td> |
22 | 22 | <td> |
23 | | -<img src="resources/app_screenshots/pic6.png" alt="app_img_05"> |
| 23 | +<img src="resources/app_screenshots/6.jpg" alt="app_img_06"> |
24 | 24 | </td> |
25 | 25 | <td> |
26 | | -<img src="resources/app_screenshots/pic7.png" alt="app_img_06"> |
| 26 | +<img src="resources/app_screenshots/7.jpg" alt="app_img_07"> |
27 | 27 | </td> |
28 | 28 | <td> |
29 | | -<img src="resources/app_screenshots/pic8.png" alt="app_img_07"> |
| 29 | +<img src="resources/app_screenshots/8.jpg" alt="app_img_08"> |
| 30 | +</td> |
| 31 | +</tr> |
| 32 | +<tr> |
| 33 | +<td> |
| 34 | +<img src="resources/app_screenshots/9.jpg" alt="app_img_09"> |
| 35 | +</td> |
| 36 | +<td> |
| 37 | +<img src="resources/app_screenshots/10.jpg" alt="app_img_10"> |
30 | 38 | </td> |
31 | 39 | </tr> |
32 | 40 | </table> |
@@ -108,7 +116,5 @@ The following features/tasks are planned for the future releases of the app: |
108 | 116 | from the desktop to the mobile device for inference |
109 | 117 | - Enable auto-scroll when generating partial response in `ChatActivity` |
110 | 118 | - Measure RAM consumption |
111 | | -- Add [app shortcuts](https://developer.android.com/develop/ui/views/launch/shortcuts) for tasks |
112 | 119 | - Integrate [Android-Doc-QA](https://github.com/shubham0204/Android-Document-QA) for on-device RAG-based question answering from documents |
113 | | -- Check if llama.cpp can be compiled to use Vulkan for inference on Android devices (and use the mobile GPU) |
114 | | -- Check if multilingual GGUF models can be supported |
| 120 | +- Check if llama.cpp can be compiled to use Vulkan for inference on Android devices (and use the mobile GPU) |
0 commit comments