Skip to content

Commit 75fa60d

Browse files
committed
Content clean up
1 parent fea3d28 commit 75fa60d

6 files changed

Lines changed: 5 additions & 9 deletions

File tree

content/learning-paths/cross-platform/multimodel_mnn_v9/1_mnn_v9.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Understand MNN and Omni for Armv9 on-device inference
33
weight: 2
44

5-
### FIXED, DO NOT MODIFY
65
layout: learningpathall
76
---
87

content/learning-paths/cross-platform/multimodel_mnn_v9/2_mnn_build.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Build MNN and prepare an Omni model on Armv9
33
weight: 3
4-
layout: "learningpathall"
4+
layout: learningpathall
55
---
66

77
## Get source and native build
@@ -48,7 +48,6 @@ Verify that `llm_demo` was built:
4848
ls -l ~/mnn_lp/MNN/build/llm_demo
4949
```
5050

51-
---
5251

5352
## Avoid library mismatch
5453

@@ -71,7 +70,6 @@ export LD_LIBRARY_PATH=~/mnn_lp/MNN/build:$LD_LIBRARY_PATH
7170

7271
Re-run `ldd` or `./llm_demo` to confirm the correct shared libraries are used.
7372

74-
---
7573

7674
## Download a prebuilt MNN Omni model
7775

@@ -91,7 +89,6 @@ ls -l ~/mnn_lp/Qwen2.5-Omni-7B-MNN/config.json
9189

9290
**Important:** This is an **MNN-ready Omni package**. You **do not** need to export from PyTorch or perform additional quantization.
9391

94-
---
9592

9693
## Checkpoint
9794

content/learning-paths/cross-platform/multimodel_mnn_v9/3_mnn_text_baseline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Run a text baseline with an Omni model on MNN
33
weight: 4
4-
layout: "learningpathall"
4+
layout: learningpathall
55
---
66

77
## Steps

content/learning-paths/cross-platform/multimodel_mnn_v9/4_mnn_vision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Run a vision retail shelf audit with MNN Omni
33
weight: 5
4-
layout: "learningpathall"
4+
layout: learningpathall
55
---
66

77
## Scenario

content/learning-paths/cross-platform/multimodel_mnn_v9/5_mnn_vision_audio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Convert audio restock instructions into tickets with MNN Omni
33
weight: 6
4-
layout: "learningpathall"
4+
layout: learningpathall
55
---
66

77
## Scenario

content/learning-paths/cross-platform/multimodel_mnn_v9/6_mnn_restock_ticket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Build a single-shot multimodal restock ticket on Armv9
33
weight: 7
4-
layout: "learningpathall"
4+
layout: learningpathall
55
---
66

77
## Goal

0 commit comments

Comments
 (0)