Launch MagicQuant: preserve history, publishable CLI, AGPL and unified docs - #11
Merged
Conversation
…with big drops atm
…p causing explosions
…pipeline-implementation Learn and apply per-tensor baseline quant mappings; enforce baseline/scheme integrity
…uning-logic-for-tensor-groups-77v14a Learned-baseline pruning, smallest-in-order validation, and probe selection fixes
…flag-mismatch Fix BF16 suppression reporting to use final quant-family state
…-frontier-search # Conflicts: # MagicQuant.Tests/BaselineCandidatePolicyTests.cs
…r-search Add reproducible historical baseline search
…nner Optimize multi-GPU benchmark scheduling
Prepare MagicQuant for contributors: validated startup, native lifecycle, docs and CI
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.
Result
Make the renamed MagicQuant repository the home of both the application and its research, with a NuGet-installed CLI, AGPL-3.0-only licensing, and release-branch trusted publishing.
Merge this PR with a merge commit. Do not squash or rebase: it imports the complete MagicQuant-Pipeline main history without rewriting original commits. Both source histories are ancestors of the launch branch. Subsequent commits organize the tree and implement launch features. The old destination README is retained as
wiki/overview.md.Changes
src/, tests intotests/, and retain operational docs indocs/, research inwiki/, and historical research inarchival/.MagicQuantas themagicquant.NET tool, including config, Python helper, native assets, package icon/readme, AGPL license and third-party notices. Addinit-config(never overwrites) and--version.https://github.com/magiccodingman/MagicQuant, covered by output tests..github/workflows/publish-nuget.ymlwithenvironment: release,NuGet/login@v1, andsecrets.NUGET_USER. A push/merge toreleasevalidates first, reserves an automatic patch version with an immutable tag, tests the exact package, and publishes. Same-commit retries reuse the version.release-version.txtsupports deliberate minor/major increases.Numerical formulas, existing database formats, and runtime artifact contracts are preserved. Starter/typed confirmed-anomaly expansion defaults now use built-in Q6_K/Q5_K candidates only; explicit external expansion names belong in the opt-in provider template. Existing user configs are not rewritten. No real release is published by this PR.
Validation
Maintainer release setup
Configure NuGet trusted publishing for owner
magiccodingman, repositoryMagicQuant, workflow filenamepublish-nuget.yml, environmentrelease, packageMagicQuant; addNUGET_USERas the NuGet profile username. Configure the GitHub release environment/branch policy and required checks as described indocs/releases.md. First publication is 0.1.0. NuGet badges resolve after that first publication.The original destination checkout's uncommitted
wiki/docs/Imatrix-Dataset.mdedit is untouched and is not silently included here.