Add Qwen3.8-27B + Muse Glimmer 30B llama.cpp configs (single 3090) - #992
Open
Isaac-opz wants to merge 2 commits into
Open
Add Qwen3.8-27B + Muse Glimmer 30B llama.cpp configs (single 3090)#992Isaac-opz wants to merge 2 commits into
Isaac-opz wants to merge 2 commits into
Conversation
…ve notes New model directories: - models/qwen3.8-27b/: 4 profiles (mtp-170k, max-262k, think-262k, balanced-128k) validated on single RTX 3090, llama.cpp b10435 native Windows. - models/muse-glimmer-30b/: DFlash n=15 at 131K, validated on WSL2 (build 10349). New doc: - docs/WINDOWS_NATIVE.md: reference notes for llama-server.exe on native Windows (--mlock, ubatch sizing, gpu-layers, parallel, cold start, process management). Each model has a CHANGELOG.md with measured numbers and explicit N/A justifications for the verify/soak/bench gates that don't apply to the native Windows / non-Docker path. No changes to existing files (README.md, BENCHMARKS.md, registry).
- qwen3.8 README: remove WSL2 contradiction, soften causal claim to 'consistent with', label comparison table as llama.cpp, add See also section - muse-glimmer README: remove unmeasured 'equivalent performance' claim, 'verified'→date, 'post-sweep'→'post-tuning', 'without losing correctness'→'no observed quality regression', add upstream issue links, add See also - WINDOWS_NATIVE.md: 'indefinitely'→'across extended sessions' - Both CHANGELOGs: 'without degradation'→'without observed degradation', 'confirm no cliff'→'consistent with no cliff (full soak not run)', 'happy to re-run with their harness'→impersonal, add upstream links - Move YAMLs from llama-cpp/compose/single/... to llama-cpp/reference/ (they are not Docker Compose files; nothing in the repo parses them)
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
Adds two new model directories with validated llama.cpp configs for single RTX 3090, plus a reference doc for native Windows inference. No changes to existing files.
models/qwen3.8-27b/): dense 27B, hybrid GDN+FA, native 262K ctx, MTP head embedded, vision + tools. Four profiles validated on llama.cpp b10435 (native Windows): mtp-170k (~40–44 t/s), max-262k (~30–33 t/s), think-262k, balanced-128k.models/muse-glimmer-30b/): Meta Superintelligence Lab dense 30B (SWA+GQA), DFlash n=15 at 131K: 47 t/s post-sweep, native tool calling + vision. Validated on WSL2 (build 10349).docs/WINDOWS_NATIVE.md: reference notes forllama-server.exeon native Windows (--mlock, ubatch sizing, gpu-layers, parallel, cold start, process management patterns).Single-rig data throughout. Each model has a CHANGELOG with measured numbers and explicit N/A justifications for the verify/soak/bench gates that don't apply to the non-Docker path. Happy to re-run under your harness or restructure to match the catalog registry format if preferred.
Type of change
models/<model>/<engine>/compose/docker-compose.<name>.yml)models/<model>/<engine>/patches/)scripts/,tools/)models/<new-model>/)Verification
models/<model>/CHANGELOG.md.N/A justifications (if any boxes above are unchecked)
llama-server.exe) and WSL2 host builds with no container to smoke-test. Validation is sustained production use: 7+ days continuous agentic workloads (Hermes Agent multi-turn tool calling, long-context RAG, vision) per profile without degradation or VRAM creep.test-compose-status-driftgate applies. Happy to restructure into proper compose + registry entries if you want them in the catalog.Cross-links