Skip to content

Commit da24c70

Browse files
committed
updates after team review
1 parent e03662b commit da24c70

File tree

11 files changed

+5
-5
lines changed

11 files changed

+5
-5
lines changed

content/learning-paths/mobile-graphics-and-gaming/voice-assistant/2-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The text transcription from the previous part of the pipeline is used as input t
6161

6262
By default, the LLM runs asynchronously, streaming tokens as they are generated. The UI updates in real time with each token, which is also passed to the final pipeline stage.
6363

64-
The voice assistant pipeline imports and builds a separate module to provide this STT functionality. You can access this at:
64+
The voice assistant pipeline imports and builds a separate module to provide this LLM functionality. You can access this at:
6565

6666
```
6767
https://gitlab.arm.com/kleidi/kleidi-examples/large-language-models

content/learning-paths/mobile-graphics-and-gaming/voice-assistant/4-run.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If you have built the application using the default `llama.cpp` backend, you can
4848

4949
For this, click the image button first:
5050

51-
![use image alt-text#center](voice_assistant_use_multimodal_1.png "Add image button")
51+
![use image alt-text#center](voice_assistant_multimodal_1.png "Add image button")
5252

5353
This will bring up the photos you can chose from:
5454

@@ -60,7 +60,7 @@ Choose the image, and add image for voice assistant:
6060

6161
You can now ask questions related to this image, the large language model will you the image and text for multimodal question answering.
6262

63-
![ask question image alt-text#center](voice_assistant_use_multimodal_2.png "Add image to the question")
63+
![ask question image alt-text#center](voice_assistant_multimodal_2.png "Add image to the question")
6464

6565
Now that you have explored how the android application is set up and built, you can see in detail how KleidiAI library is used in the next step.
6666

content/learning-paths/mobile-graphics-and-gaming/voice-assistant/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ learning_objectives:
1010
- Optimize performance using KleidiAI and SME2.
1111

1212
prerequisites:
13-
- An Android phone that supports the i8mm Arm architecture feature (8-bit integer matrix multiplication). This Learning Path was tested on a Google Pixel 9 Pro.
13+
- An Android phone that supports the i8mm Arm architecture feature (8-bit integer matrix multiplication). This Learning Path was tested on a Google Pixel 8 Pro.
1414
- A development machine with [Android Studio](https://developer.android.com/studio) installed.
1515

1616
author:
@@ -26,9 +26,9 @@ tools_software_languages:
2626
- Kotlin
2727
- C++
2828
operatingsystems:
29+
- Android
2930
- Linux
3031
- macOS
31-
- Android
3232

3333
further_reading:
3434

-7.81 KB
Loading
-2.7 KB
Loading
9.81 KB
Loading
193 KB
Loading
10.2 KB
Loading
11.7 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)