feat(model-ports): add olmoe_1b_7b_0125 - #217
Open
DarthCeltic wants to merge 2 commits into
Open
Conversation
Member
|
OLMoE still needs a real full-offload ET-SoC1 execution and a committed deterministic oracle/expected output with an explicit comparison threshold. Host loading, self-conversion cross-checking and CPU PPL are useful provenance but are not board correctness. Maintainers will then review/adopt the OLMoE identity/contract and runner policy. |
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.
Adds
allenai/OLMoE-1B-7B-0125(Apache-2.0, 64-expert MoE, 1B active/7B total) as a new model-port claim, introducing the OLMoE execution family.Uses Ai2's official first-party GGUF repo (
allenai/OLMoE-1B-7B-0125-GGUF, Q8_0) for hosting. Independently self-converted the base checkpoint to cross-verify: arch=olmoe loads cleanly (16 layers, 64 experts, 8 active/token), clean 935-node compute graph, real PPL = 9.5706 +/- 1.58 against WikiText-2 (strong score, consistent with Ai2's own published results for this model).Full provenance in
ported_models/olmoe_1b_7b_0125/docs/RECIPE.md.