Skip to content

Commit 5afcc63

Browse files
committed
mlek: Switch to public GitLab repo
Ml-Embedded-Evaluation-kit GitLab repos are now live and public. Hence switching to using them. Changes done in this commit: * Update the submodule for MLEK to use the public GitLab instance. * Update the docs to refer to the public MLEK GitLab instance. Signed-off-by: Ahmed Ismail <[email protected]>
1 parent a08c124 commit 5afcc63

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
url = https://github.com/ThrowTheSwitch/Unity.git
5252
[submodule "ml_embedded_evaluation_kit"]
5353
path = components/ai/ml_embedded_evaluation_kit/library
54-
url = https://review.mlplatform.org/ml/ethos-u/ml-embedded-evaluation-kit.git
54+
url = https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit.git
5555
[submodule "speexdsp"]
5656
path = components/ai/speexdsp/library
5757
url = https://gitlab.xiph.org/xiph/speexdsp.git

components/ai/ml_embedded_evaluation_kit/integration/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ This is provided to the build system by setting the path to the JSON file with t
3535

3636
For more information about the ML Embedded Evaluation Kit, see the [ML Embedded Evaluation Kit documentation].
3737

38-
[Build options]: https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ml-embedded-evaluation-kit/+/HEAD/docs/sections/building.md#build-options
38+
[Build options]: https://gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit/-/blob/main/docs/sections/building.md#build-options
3939
[SetupMlEmbeddedEvaluationKitLibraries.cmake]: ../../../../components/ai/ml_embedded_evaluation_kit/integration/cmake/SetupMlEmbeddedEvaluationKitLibraries.cmake
40-
[ML Embedded Evaluation Kit documentation]: https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ml-embedded-evaluation-kit/+/HEAD/docs/documentation.md
40+
[ML Embedded Evaluation Kit documentation]: https://gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit/-/blob/main/docs/documentation.md

components/ai/ml_embedded_evaluation_kit/integration/cmake/model/GenerateASRModel.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#----------------------------------------------------------------------------
2-
# SPDX-FileCopyrightText: Copyright 2021-2024 Arm Limited and/or its affiliates <[email protected]>
2+
# SPDX-FileCopyrightText: Copyright 2021-2025 Arm Limited and/or its affiliates <[email protected]>
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#----------------------------------------------------------------------------
17-
# This file is based on https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ml-embedded-evaluation-kit/+/refs/tags/23.08/source/use_case/asr/usecase.cmake
17+
# This file is based on https://gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit/-/blob/23.08/source/use_case/asr/usecase.cmake
1818

1919
set(ASR_LABELS_TXT_FILE
2020
${ml_embedded_evaluation_kit_SOURCE_DIR}/resources/asr/labels/labels_wav2letter.txt)

components/ai/ml_embedded_evaluation_kit/integration/cmake/model/GenerateKWSModel.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#----------------------------------------------------------------------------
2-
# SPDX-FileCopyrightText: Copyright 2021-2024 Arm Limited and/or its affiliates <[email protected]>
2+
# SPDX-FileCopyrightText: Copyright 2021-2025 Arm Limited and/or its affiliates <[email protected]>
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#----------------------------------------------------------------------------
17-
# This file is based on https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ml-embedded-evaluation-kit/+/refs/tags/23.08/source/use_case/kws/usecase.cmake
17+
# This file is based on https://gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit/-/blob/23.08/source/use_case/kws/usecase.cmake
1818

1919
set(KWS_LABELS_TXT_FILE
2020
${ml_embedded_evaluation_kit_SOURCE_DIR}/resources/kws/labels/micronet_kws_labels.txt)

components/ai/ml_embedded_evaluation_kit/integration/cmake/model/GenerateObjectDetectionModel.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#----------------------------------------------------------------------------
2-
# SPDX-FileCopyrightText: Copyright 2021-2024 Arm Limited and/or its affiliates <[email protected]>
2+
# SPDX-FileCopyrightText: Copyright 2021-2025 Arm Limited and/or its affiliates <[email protected]>
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#----------------------------------------------------------------------------
17-
# This file is based on https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ml-embedded-evaluation-kit/+/refs/tags/23.11/source/use_case/object_detection/usecase.cmake
17+
# This file is based on https://gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit/-/blob/23.08/source/use_case/object_detection/usecase.cmake
1818

1919
set(OBJECT_DETECTION_IMAGE_SIZE 192)
2020
set(OBJECT_DETECTION_ANCHOR_1 "{38, 77, 47, 97, 61, 126}")

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ dependencies:
172172
version: "ddb3ffdbcfc6f66dc3906e84158f235824536b4a"
173173
repository:
174174
type: "git"
175-
url: "https://review.mlplatform.org/ml/ethos-u/ml-embedded-evaluation-kit.git"
175+
url: "https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit.git"
176176
path: "components/ai/ml_embedded_evaluation_kit/library"
177177
- name: "speexdsp"
178178
license: "BSD-3-Clause"

0 commit comments

Comments
 (0)