Skip to content

Commit e59a2e9

Browse files
committed
remove the comment.
1 parent dc57f3a commit e59a2e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/learning-paths/cross-platform/ernie_moe_v9/3_erine_moe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Open `src/models/ernie4‑5‑moe.cpp` in the llama.cpp repository and locate th
121121
Insert a print statement right after the top‑k expert selection. For example:
122122

123123
```c
124-
printf("---[DEBUG]--- entering build_moe_ffn at layer %d with %d experts (use %d)\n", il, n_expert, n_expert_used); // Odin
124+
printf("---[DEBUG]--- entering build_moe_ffn at layer %d with %d experts (use %d)\n", il, n_expert, n_expert_used);
125125
```
126126
127127
Rebuild llama.cpp:

0 commit comments

Comments
 (0)