feat: add SHA256 checksums for remaining GGUF models#175
Merged
Lightheartdevs merged 1 commit intoLight-Heart-Labs:mainfrom Mar 12, 2026
Merged
feat: add SHA256 checksums for remaining GGUF models#175Lightheartdevs merged 1 commit intoLight-Heart-Labs:mainfrom
Lightheartdevs merged 1 commit intoLight-Heart-Labs:mainfrom
Conversation
Adds verified checksums for NV_ULTRA, SH_LARGE, and Tier 3 models. Completes integrity verification coverage for all available models. Follow-up to PR Light-Heart-Labs#169 based on reviewer feedback. Checksums sourced from PR Light-Heart-Labs#165
Lightheartdevs
approved these changes
Mar 12, 2026
Collaborator
Lightheartdevs
left a comment
There was a problem hiding this comment.
Review: ✅ APPROVE
Clean, minimal, high-value change that completes the model integrity verification started in PR #169.
What it does: Fills in the three remaining empty GGUF_SHA256="" fields — two for qwen3-coder-next-Q4_K_M.gguf (tiers SH_XLARGE and SH_LARGE, same file so same hash) and one for Qwen3-14B-Q4_K_M.gguf (tier 3).
Verified:
- Both hashes are valid 64-char hex SHA256 format
- The two Strix Halo tiers correctly share the same hash (same GGUF URL) — consistent with the existing pattern where tiers 1/2 and SH_COMPACT/4 share hashes for the same files
- After this PR, every non-CLOUD tier with a GGUF download URL will have a corresponding SHA256 checksum
CI note: All failures are pre-existing (gitleaks license issue for orgs + distro smoke test failures on main). Shell lint passes, which is the relevant check.
Merge when ready.
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.
Follow-up to PR #169. Adds verified checksums for the 3 models that were left empty.
Changes
9e6032d2f3b50a60f17ce8bf5a1d85c71af9b53b89c7978020ae7c660f29b0909e6032d2f3b50a60f17ce8bf5a1d85c71af9b53b89c7978020ae7c660f29b0905eaa0870bd81ed3b58a630a271234cfa604e43ffb3a19cd68e54a80dd9d52a66Completes integrity verification coverage for all available models.
Testing
Source
Checksums verified and sourced from PR #165 as recommended by @Lightheartdevs in PR #169 review.
Files changed: 1 file, 3 lines modified