Conversation
added 4 commits
September 10, 2026 10:17
Owner
Author
|
The newly approved live window passed real Qwen3.6 cancellation through unmodified llama-swap, followed by Qwen3.6-to-Qwen3.8-to-Qwen3.6 streaming, concurrent routing, and idle unloading. Native daemon recovery passed a real invalid-GGUF loader failure, restored Qwen3.6 readiness, and verified streamed generation. Both phases restored and verified the protected llama.cpp workload. Final checks found no test listeners or FreeToken multiprocessing workers. Updated docs/qwen-swap-validation.md distinguishes these bounded results from broad quality and endurance claims. Integration and recovery harnesses remain in PR #1. |
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.
Repairs mixed-format dense Qwen attention and GDN loading, preserves packed output blocks with activation reordering, and fixes the dense tokenizer mapping. Anonymizes AMD documentation, JSON evidence, publication author/contact metadata, and the regenerated six-page review PDF. Benchmark host safety checks now require an explicit operator-supplied hostname. Validation: 21 model unit tests, 32 benchmark/privacy/reproducibility tests, exact Qwen3.6 and Qwen3.8 CPU/meta contracts and tokenizer checks, and two real Qwen3.6-to-Qwen3.8-to-Qwen3.6 swap runs through a pinned unmodified llama-swap binary. The extended run additionally passed same-model and conflicting-model concurrency, streamed usage validation, and TTL idle eviction. The protected service was restored and its completion verified. Live integration also requires the /ready endpoint from PR #1. Detailed evidence, checksums, and limits are in docs/qwen-swap-validation.md. Public test-host name: GMKtek EVO-X2. Raw operational evidence remains private. Historical commits and previously distributed artifacts are not rewritten. Bounded live cancellation and native loader-failure recovery now passed, including protected-service restoration and generation checks. This remains a draft for maintainer review; broader quality and endurance are not claimed. FreeToken is the only PR target; no llama.cpp or llama-swap submission is included.