From 39a2fe558a4203c461bb19922c3edeb00b17a768 Mon Sep 17 00:00:00 2001 From: mctang985211-coder Date: Sun, 6 Sep 2026 04:10:29 +0800 Subject: [PATCH] feat(workload): add bertmini -> BertMini MODEL_LAYOUT key Bind the BertMini e2e workload (prajjwal1/bert-mini) to the toy single-core chip. MODEL_LAYOUT single source lives in 01_build_event.step.py (PR #16 single-sourcing); MODEL_CMAKE is gone, no other registration point. --- api/steps/workload/01_build_event.step.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/steps/workload/01_build_event.step.py b/api/steps/workload/01_build_event.step.py index 7826d9a..ddc5483 100644 --- a/api/steps/workload/01_build_event.step.py +++ b/api/steps/workload/01_build_event.step.py @@ -40,6 +40,7 @@ "bert": "Bert", "distilbert": "DistilBert", "berttiny": "BertTiny", + "bertmini": "BertMini", "qwen3": "Qwen3", "gemma4": "Gemma4", "deepseekr1": "DeepSeekR1",