Add SIQ-1-35B MoE — TrueScore 87.3 (#7 leaderboard) - #1
Open
AlexWortega wants to merge 1 commit into
Open
Conversation
Canonical run: think-OFF, repeats=2, temp=0.3, Q4_K_M on RTX A6000. Scores: Quality 79.2 · Cal 88.6 · Rel 93.0 · Eff 100 · Resp 96.8 Pass@1 91.2% · Pass@K 86.0% · RelGap 5.3% · median latency 0.65s Architecture note: Qwen3_5MoeForCausalLM (hybrid linear-attn MoE, 256 experts, 3B active params). vLLM/SGLang do not support this text-only arch — llama.cpp only. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
recipes/siq1-35b-moe.mdwith full serving command and resultsResults
Architecture note
SIQ-1-35B uses
Qwen3_5MoeForCausalLM— a hybrid linear-attention MoE (3 linear-attn : 1 full-attn per block, 256 experts, 3B active params). vLLM and SGLang do not support this text-only arch — only llama.cpp serves it correctly via GGUF arch detection. Serving command:Decode: 141 tok/s · Prefill: 4722 tok/s (linear-attn layers make long-context prefill very fast)
Test plan
repeats=2,thinking=off,temp=0.3,timeout=300)results/runs/siq1-35b-20260626-134736.md🤖 Generated with Claude Code