Prepare exact Qwen3.8 Flash Next Bare Speed artifacts #93
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Area
Prepare and publish the exact DS4Server artifact set for
Youssofal/Qwen3.8-Flash-Next-MTPLX-Bare-Speed. This issue owns artifact provenance, deterministic repackaging, precision preservation, and hashes. It does not implement inference.The attached research plan and the completed MTPLX/official-source review are inputs to this implementation issue.
Sequence
Step 1 of 7. Next: #94. Do not begin #94 until this issue has frozen the artifact layout and hashes.
Implementation
Youssofal/Qwen3.8-Flash-Next-MTPLX-Bare-Speed, itsQwen/Qwen3.8-Flash-Nextbase revision, the Qwen Community license, tokenizer files, chat template, andmtplx_runtime.jsonserving contract.b356fa2624643b6d5753162ae43efff8cdd4d8cb: its Qwen converter exports PLE but deliberately drops MTP, so it cannot be used unchanged as the artifact authority.Verification
Completion requirements
Non-goals
hugo referenced this issue2026-09-01 18:24:30 +00:00
hugo referenced this issue2026-09-01 18:24:30 +00:00
hugo referenced this issue2026-09-01 18:24:31 +00:00
support qwen 3.8 flash nextto Prepare exact Qwen3.8 Flash Next Bare Speed artifactsImplemented and pushed as commit
4c83ac0.The repository now contains a Rust-only qwen38-artifacts tool plus an immutable manifest and complete 2,527-tensor inventory for Youssofal/Qwen3.8-Flash-Next-MTPLX-Bare-Speed at 74559cdf34fbfc0b593de72d17e93f37fd4f9ea7, based on Qwen/Qwen3.8-Flash-Next at de4b8e4d43b917e7706784d8bb445c9af86a3540 under the Qwen Community License 1.0.
The tool fetches/resumes immutable revision URLs, authenticates every file, validates safetensors structure and the core index, enforces every effective precision assignment, computes representative dequantized-row receipts, and materializes byte-preserving core/PLE/MTP artifact directories. Vision and processor artifacts are explicitly excluded with hashes. The pinned source truth is preserved where the issue prose was broader: routers and QSA index_qk_proj are 8-bit/group-64, PLE is 4-bit/group-32, and the MTP sidecar contains published 2/4/8-bit affine matrices plus BF16 state.
Verification completed on the full 105,438,842,430-byte selected set. Two clean 29-artifact materializations independently passed verification; normalized SHA-256 listings for all 31 output files were identical with list digest 3e0233c2356b26859de43b25b2a3df08169dd8263071432bdf2fc497da74007c. All six expert/dense/QSA/GDN/PLE/MTP value receipts are pinned in the manifest. The local DS4 tree has no Qwen3.8 or MTPLX implementation, so this is a new DS4Server artifact feature rather than a DS4 behavior port.
Commit gates passed: cargo fmt --all -- --check; cargo clippy --all-targets --all-features -- -D warnings; make bundle; cargo test --all-features (228 passed, 18 environment/hardware tests ignored, plus 4/4 artifact-tool tests passed).