Skip to content

Commit a5820f4

Browse files
authored
Merge pull request #2987 from NinaARM/feature/voice-assistant-github-move
Align learning path with recent move of voice assistant project to gi…
2 parents 7e9aac9 + 47b13dd commit a5820f4

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This process includes the following stages:
3636
The voice assistant pipeline imports and builds a separate module to provide this STT functionality. You can access this at:
3737

3838
```
39-
https://gitlab.arm.com/kleidi/kleidi-examples/speech-to-text
39+
https://github.com/Arm-Examples/STT-Runner
4040
```
4141

4242
You can build the pipeline for various platforms and independently benchmark the STT functionality:
@@ -50,7 +50,7 @@ You can build the pipeline for various platforms and independently benchmark the
5050
Currently, this module uses [whisper.cpp](https://github.com/ggml-org/whisper.cpp) and wraps the backend library with a thin C++ layer. The module also provides JNI bindings for developers targeting Android based applications.
5151

5252
{{% notice %}}
53-
You can get more information on how to build and use this module in the [speech-to-text README](https://gitlab.arm.com/kleidi/kleidi-examples/speech-to-text/-/blob/main/README.md?ref_type=heads)
53+
You can get more information on how to build and use this module in the [speech-to-text README](http://github.com/Arm-Examples/STT-Runner/blob/main/README.md)
5454
{{% /notice %}}
5555

5656
## Large Language Model
@@ -64,7 +64,7 @@ By default, the LLM runs asynchronously, streaming tokens as they are generated.
6464
The voice assistant pipeline imports and builds a separate module to provide this LLM functionality. You can access this at:
6565

6666
```
67-
https://gitlab.arm.com/kleidi/kleidi-examples/large-language-models
67+
https://github.com/Arm-Examples/LLM-Runner
6868
```
6969

7070
You can build this pipeline for various platforms and independently benchmark the LLM functionality:
@@ -86,7 +86,7 @@ Currently, this module provides a thin C++ layer as well as JNI bindings for dev
8686

8787

8888
{{% notice %}}
89-
You can get more information on how to build and use this module in the [large-language-models README](https://gitlab.arm.com/kleidi/kleidi-examples/large-language-models/-/blob/main/README.md?ref_type=heads)
89+
You can get more information on how to build and use this module in the [large-language-models README](https://github.com/Arm-Examples/LLM-Runner/blob/main/README.md)
9090
{{% /notice %}}
9191

9292
## Text-to-Speech

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ layout: learningpathall
1111
Start by cloning the repository with the complete example application code:
1212

1313
```bash
14-
git clone https://git.gitlab.arm.com/kleidi/kleidi-examples/real-time-voice-assistant.git voice-assistant.git
14+
git clone https://github.com/Arm-Examples/Real-Time-Voice-Assistant.git voice-assistant.git
1515
```
1616

1717
## Build the Voice Assistant

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ layout: learningpathall
1515
You can also benchmark the LLM functionality on Android phone outside of RTVA application. For this, you can use the Large Language Models repository:
1616

1717
```
18-
https://gitlab.arm.com/kleidi/kleidi-examples/large-language-models
18+
https://github.com/Arm-Examples/LLM-Runner
1919
```
2020

2121
and build for your chosen LLM backend, ensure that `NDK_PATH` is set properly. SME kernels are enabled by default, so let's first build with SME disabled:
@@ -26,7 +26,7 @@ cmake --build ./build
2626
```
2727

2828
{{% notice %}}
29-
For troubleshooting any build issues, refer to [large-language-models README](https://gitlab.arm.com/kleidi/kleidi-examples/large-language-models/-/blob/main/README.md?ref_type=heads)
29+
For troubleshooting any build issues, refer to [large-language-models README](https://github.com/Arm-Examples/LLM-Runner/blob/main/README.md)
3030
{{% /notice %}}
3131

3232
### Phone setup

0 commit comments

Comments
 (0)