Skip to content

Include serving modules in staged releases - #13

Merged
Mapika merged 1 commit into
Mapika:mainfrom
dajiaohuang:fix-stage-release-server-module-closure
Sep 24, 2026
Merged

Mapika merged 1 commit into
Mapika:mainfrom
dajiaohuang:fix-stage-release-server-module-closure

Conversation

@dajiaohuang

Copy link
Copy Markdown
Contributor

The staged inference bundle omitted four modules imported by decider.serve and startup. Include those modules and add a regression that stages a temporary release, checks the module closure, and imports the staged server when dependencies are available. Validation: staged-release regression 1 passed; HTTP/SystemOne tests 32 passed; diff check passed. Closes #12.

@Mapika
Mapika merged commit 4a51732 into Mapika:main Sep 24, 2026
@Mapika

Mapika commented Sep 24, 2026

Copy link
Copy Markdown
Owner

Thank you. Confirmed: a staged bundle could not import decider.serve. Merged; the test that stages and imports the server is a good addition. It will be in 1.2.2.

Mapika added a commit that referenced this pull request Sep 24, 2026
…ning exit status

- scripts/train.sh sets pipefail; scripts/run_full.sh writes FULL_RUN_DONE only on success (fixes #14)
- scripts/stage_release.py also stages mps_ops and mps_moe, which the engine loads on MPS
- changelog for #11 and #13, version 1.2.2

Co-Authored-By: Claude Opus 5.5 (1M context) <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Staged release bundle omits imported server modules

2 participants