Qwen: add gated 0.2.11 acceptance experiments - #31
Open
atimics wants to merge 46 commits into
Open
Conversation
atimics
force-pushed
the
codex/qwen-ilxyr-experiments
branch
from
August 12, 2026 17:47
8994959 to
e4be27b
Compare
atimics
marked this pull request as ready for review
August 13, 2026 18:26
Author
|
Ready for committee review. The current upstream Actions run is waiting for maintainer approval: https://github.com/AnOversizedMooseWithSocks/leCore/actions/runs/31710930408 Independent validation on the fork is complete:
The separately dispatched exhaustive suite exposes existing 0.2.11 audit debt; its failures reproduce unchanged against the base branch. Please approve the pending upstream run and review the proposed 0.2.11 scope and terminal v2 evidence linked in the PR description. |
added 21 commits
August 15, 2026 08:58
atimics
force-pushed
the
codex/qwen-ilxyr-experiments
branch
from
August 15, 2026 16:05
8036443 to
2d8c6fa
Compare
atimics
force-pushed
the
codex/qwen-ilxyr-experiments
branch
from
August 15, 2026 16:13
2d8c6fa to
f9e2e8e
Compare
…PIPELINE_MAP, FACULTY_MAP, DOC_MAP) [skip ci]
…PIPELINE_MAP, FACULTY_MAP, DOC_MAP) [skip ci]
Results: Qwen3.5 acceptance v1-v7 (v7 native GO)
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
This narrows the Qwen work for
0.2.11to the loader, tokenizer,configuration, text runtime, diagnostics, a parity-gated optional C recurrence,
and a defensible acceptance runner. Checkpoint-changing work remains explicitly
experimental. PR #30 remains the separate long-term libleCore architecture
track.
The committee proposal and complete v1-v7 provenance are in stacked results PR
atimics/holostuff#3.
V7 result: accepted — GO
Frozen implementation source:
cb3b1d2ac71c183bf9307ca7145a2a619ff30c30.V7 passed the exact Linux preflight, all twelve ilxyr admission gates, the
experimental installation, all 4,096 paired evaluation positions, checkpoint
reloads, official text generation, the official Transformers vision-input
smoke test, and the mandatory native C qualification. Ilxyr recorded and
independently verified the accepted evidence.
original and installed perplexity:
7.906224720549084;perplexity delta:
0%;paired 95% block interval:
[0, 0]nats;reference-logit relative error:
6.787656774900957e-7;reload, generation, vision, tokenizer, statistical, and spectral-disabled
gates: all passed;
peak RSS:
19.05 GiB; andilxyr ledger: 16 events and 15 objects,
valid: true.One-page PDF result
Committed accepted result
Permanent evidence
Native C qualification
Both isolated evaluators compiled and used the native GDN recurrence. The
original evaluator recorded 180 native calls over 74,124 tokens; the installed
evaluator recorded 200 calls over 82,360 tokens. Both completed fresh and
resumed-state parity, all float32/float64 checks passed, and neither recorded a
fallback or direct NumPy recurrence call.
The root cause seen in v6 is therefore closed: ilxyr's cleared environment now
receives a minimal deterministic compiler environment, compiler scratch stays
inside the private cache, bounded linker diagnostics are preserved, and CI
fails if an installed compiler silently falls back. The native path remains
opt-in and self-refuses on any parity or provenance failure.
Current implementation
Searchable memory and the boot manifest are SHA-256-bound sidecars; the tied
input embedding/output head remains byte-identical. Weight-resident metadata,
spectral filtering, and checkpoint-changing layer prepending remain
research-only or experimental.
The runner freezes one common paired chunk schedule, permits isolated parallel
evaluators only after memory admission, records per-chunk progress and stage
timings, uses 10,000-draw multiplicity-corrected interim looks for rejection
only, and still requires all 4,096 positions for any GO. Native recurrence is
evaluation-only and parity-gated; compiler, ABI, cache, fallback, call, and
token provenance are recorded.
Performance, cost, and cleanup
Installation took
8,056.60seconds (about 2h 14m); paired evaluation took525.35seconds (about 8m 45s). The installer remains the clear optimizationtarget. V7 used a 64 GiB
r7i.2xlarge, peaked at 19.05 GiB RSS, and cost anestimated
$1.32. The$6.86launch-tracker figure is the v4-v7 phasesubtotal, not all-history spend: published estimates for v2-v7 total about
$14.23, plus the unestimated v1 attempt and a few cents of storage. Theproposal explicitly says its
$10ceiling buys one formal attempt.The v7 instance is terminated; its root volume and temporary security group
are deleted. The 95-transaction Arweave publication is confirmed at 0 winc and
verified through the public cache and canonical gateway. No model weights were
published.
Release recommendation
For
0.2.11, retain Qwen compatibility/runtime work, diagnostics, and theparity-gated native recurrence behind its explicit opt-in. Keep spectral
filtering and weight-resident metadata research-only. Keep layer prepending
experimental until maintainers and the committee decide how the accepted v7
evidence should affect the release gate.