sync: absorb bertmini MODEL_LAYOUT key from bind/toy-bertmini - #3
Merged
Conversation
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 DangoSys#16 single-sourcing); MODEL_CMAKE is gone, no other registration point.
mctang985211-coder
added a commit
to mctang985211-coder/buckyball
that referenced
this pull request
Sep 6, 2026
父仓 main 的 bbdev pin 此前指向 side-branch 提交 39a2fe5(bind/toy-bertmini), 其 bertmini->BertMini 键从未合入 bbdev main。bbdev 侧已通过 mctang985211-coder/bbdev#3 收编该键(main @ b0bf2b0f,15 keys, MODEL_CMAKE 仍零存在),gitlink 随之对齐,保住 PR #19 的 BertMini 绑定。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
背景
父仓 buckyball main 的 bbdev gitlink 一直指向
39a2fe5(bind/toy-bertmini 分支头,基 add3f98),而 bbdev main 从未合入该提交 —— PR #2 的上游同步若以 main 为准会静默丢失 BertMini 绑定(build.py_MODELS有 bertmini 而 MODEL_LAYOUT 没有,绑定三源不一致)。内容
合入
39a2fe5唯一提交:MODEL_LAYOUT增bertmini -> BertMini(单源文件api/steps/workload/01_build_event.step.py)。验证
import 冒烟(部署形态 sandbox + motia stub):15 keys,distilbert/berttiny/bertmini 均可查,MODEL_CMAKE 零存在,PASS。