Port Trinity-Nano-Base (afmoe) - #222
Open
DarthCeltic wants to merge 2 commits into
Open
Conversation
Adds arcee-ai/Trinity-Nano-Base to the most_models_ported track, introducing the Afmoe execution family to the board (Arcee AIs Trinity model line, fine-grained MoE, 128 experts / 8 active + 1 shared, 6.12B total params). No converter fix was needed -- AfmoeForCausalLM is already a correctly registered architecture class, so this converted cleanly on the first attempt with the stock, unmodified convert_hf_to_gguf.py. PPL = 10.5908 +/- 1.92727 on WikiText-2 raw, confirmed via a real llama-perplexity run on CPU backend. GGUF (6.52 GB) hosted on Hugging Face (darthceltic85/trinity-nano-base-gguf) since it exceeds GitHubs 2GB release-asset limit. License is OpenMDW-1.1, a genuinely permissive open license confirmed by reading the actual LICENSE file.
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.
Summary
arcee-ai/Trinity-Nano-Baseto themost_models_portedtrack (identityafmoe), introducing the Afmoe execution family to the board — Arcee AI's Trinity model line (fine-grained MoE, 56 layers, 128 experts / 8 active + 1 shared, 131K context via sliding-window + full attention mix, 6.12B total params).AfmoeForCausalLMis already a correctly-registered architecture class in this repo'sconvert_hf_to_gguf.py, so this converted cleanly on the first attempt with the stock, unmodified converter — same clean-conversion category as the earliersmallthinkerport.sha256=a52296d493fbdb810008a638eda4ce7f59717ddd4282ba2750518c7cefd36872), hosted on Hugging Face (darthceltic85/trinity-nano-base-gguf) since it exceeds GitHub's 2 GB release-asset limit.LICENSEfile in the source repo rather than assumed from thelicense: othertag.arch = afmoe, 128 experts / 8 used, sliding-window + full attention layer mix, fused Gated Delta Net enabled, 4223-node compute graph, 1 split) and realllama-perplexityagainst WikiText-2 raw gives PPL = 10.5908 +/- 1.92727 — a good, in-range result.Test plan
benchmark_configin the claim JSON exactly matches.github/ci/benchmark_config.json's newtrinity_nano_baseentry