Skip to content

Commit fc108e8

Browse files
Merge pull request #2025 from RonanSynnottArm/mlek
Fix links to MLEK
2 parents 432d28f + 03e75d9 commit fc108e8

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

content/learning-paths/embedded-and-microcontrollers/mlek/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tools_software_languages:
4040
further_reading:
4141
- resource:
4242
title: ML Evaluation Kit Quick Start Guide
43-
link: https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ml-embedded-evaluation-kit/+/HEAD/docs/quick_start.md
43+
link: https://gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit/-/blob/main/docs/quick_start.md
4444
type: documentation
4545
- resource:
4646
title: Creating ML applications for embedded devices on Arm Virtual Hardware

content/learning-paths/embedded-and-microcontrollers/mlek/build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 2 # 1 is first, 2 is second, etc.
77
# Do not modify these elements
88
layout: "learningpathall"
99
---
10-
The [Arm ML Evaluation Kit (MLEK)](https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ml-embedded-evaluation-kit) provides a number of ready-to-use ML applications. These allow you to investigate the embedded software stack and evaluate performance on the Cortex-M55 and Ethos-U85 processors.
10+
The [Arm ML Evaluation Kit (MLEK)](https://gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit) provides a number of ready-to-use ML applications. These allow you to investigate the embedded software stack and evaluate performance on the Cortex-M55 and Ethos-U85 processors.
1111

1212
You can use the MLEK source code to build sample applications and run them on the [Corstone reference systems](https://www.arm.com/products/silicon-ip-subsystems/), for example the [Corstone-320](https://developer.arm.com/Processors/Corstone-320) Fixed Virtual Platform (FVP).
1313

@@ -53,7 +53,7 @@ You can review the installation guides for further details.
5353
Clone the ML Evaluation Kit repository, and navigate into the new directory:
5454

5555
```bash
56-
git clone "https://review.mlplatform.org/ml/ethos-u/ml-embedded-evaluation-kit"
56+
git clone "https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit.git"
5757
cd ml-embedded-evaluation-kit
5858
git submodule update --init
5959
```

content/learning-paths/embedded-and-microcontrollers/mlek/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The application executes and identifies words spoken within audio files.
7272

7373
Repeat with any of the other built applications.
7474

75-
Full instructions are provided in the evaluation kit [documentation](https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ml-embedded-evaluation-kit/+/HEAD/docs/quick_start.md).
75+
Full instructions are provided in the evaluation kit [documentation](https://gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit/-/blob/main/docs/quick_start.md).
7676

7777

7878
## Addendum: Speed up FVP execution

content/learning-paths/embedded-and-microcontrollers/nav-mlek/sw.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ layout: "learningpathall"
1111

1212
You should use an `x86_64` development machine running Windows or Linux for the best experience.
1313

14-
The [Arm ML Evaluation Kit (MLEK)](https://git.mlplatform.org/ml/ethos-u/ml-embedded-evaluation-kit.git/) is not fully supported on Windows. Some of the required tools work only on Linux. Linux is recommended if you plan to use MLEK extensively.
14+
The [Arm ML Evaluation Kit (MLEK)](https://gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit) is not fully supported on Windows. Some of the required tools work only on Linux. Linux is recommended if you plan to use MLEK extensively.
1515

1616
There are some ML examples which can be developed using Windows tools.
1717

@@ -52,7 +52,7 @@ You may want to use [Docker](/install-guides/docker) to simplify ML development
5252
As an example, clone the MLEK repository and look at the `Dockerfile` at the top of the repository to see one way to use Docker in ML application development:
5353

5454
```console
55-
git clone "https://review.mlplatform.org/ml/ethos-u/ml-embedded-evaluation-kit"
55+
git clone "https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit.git"
5656
cd ml-embedded-evaluation-kit
5757
git submodule update --init
5858
```
@@ -96,9 +96,9 @@ Resources for learning about ML applications are listed below for you to investi
9696

9797
### Arm ML Evaluation Kit (MLEK)
9898

99-
The [MLEK](https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ml-embedded-evaluation-kit) provides a number of example ML applications.
99+
The [MLEK](https://gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit) provides a number of example ML applications.
100100

101-
[The Quick Start Guide](https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ml-embedded-evaluation-kit/+/HEAD/docs/quick_start.md) guides you through running an example application.
101+
[The Quick Start Guide](https://gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit/-/blob/main/docs/quick_start.md) guides you through running an example application.
102102

103103
### Micro speech
104104

content/learning-paths/iot/iot-sdk/openiot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 2 # 1 is first, 2 is second, etc.
77
# Do not modify these elements
88
layout: "learningpathall"
99
---
10-
[Arm Total Solutions for IoT](https://www.arm.com/markets/iot/total-solutions-iot) provide reference software stacks, integrating various Arm technologies, such as [Arm Trusted Firmware-M](https://developer.arm.com/Tools%20and%20Software/Trusted%20Firmware-M) and the [Arm ML Evaluation Kit (MLEK)](https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ml-embedded-evaluation-kit).
10+
[Arm Total Solutions for IoT](https://www.arm.com/markets/iot/total-solutions-iot) provide reference software stacks, integrating various Arm technologies, such as [Arm Trusted Firmware-M](https://developer.arm.com/Tools%20and%20Software/Trusted%20Firmware-M) and the [Arm ML Evaluation Kit (MLEK)](https://gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit).
1111

1212
The [Open-IoT-SDK](https://github.com/ARM-software/open-iot-sdk) is designed to be used with [Arm Virtual Hardware (AVH)](https://www.arm.com/products/development-tools/simulation/virtual-hardware), which provides [Corstone-300](https://developer.arm.com/Processors/Corstone-300) Virtual Hardware.
1313

0 commit comments

Comments
 (0)