chore(deps): Bump trueno from 0.6.0 to 0.7.0#69
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [trueno](https://github.com/paiml/trueno) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/paiml/trueno/releases) - [Changelog](https://github.com/paiml/trueno/blob/main/CHANGELOG.md) - [Commits](paiml/trueno@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: trueno dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Contributor
Author
|
Looks like trueno is up-to-date now, so this is no longer needed. |
noahgift
added a commit
that referenced
this pull request
Apr 18, 2026
Adds the third-format ship-blocker gate mirroring PM-007
(safetensors) — catches manifests that lie about GGUF quantization
before 30+ GiB of mis-labelled bytes move across the network.
Design: predominant non-float tensor type is the authoritative
signal. `general.file_type` is retained as a fallback only — real
llama.cpp quantize output (e.g. our 8 GiB teacher GGUF) has shipped
with stale ftype=0 despite fully Q4_K tensors, so trusting the
metadata_kv field would force a false FAIL on an artifact every
inference engine happily consumes.
New API:
• read_gguf_signature(path) — reads metadata_kv + tensor_metadata
• predominant_quant_type(counts) — majority non-float type,
falling back to majority float only when all tensors are float
• expected_ggml_tensor_type(quant) — manifest string → GGML type
(ggml-common.h enum ggml_type)
• ggml_type_name(t) — u32 → "Q4_K" etc.
Verified on real artifact:
$ apr validate-manifest paiml-qwen2.5-coder-7b-apache-q4k-v1-gguf.yaml \
--artifact qwen2.5-coder-7b-instruct-q4k.gguf
[PASS] FALSIFY-PM-008: predominant tensor type = 12 (Q4_K)
matches quantization 'q4_k'
(note: general.file_type=0=ALL_F32 is stale)
Tests: 15 unit tests (10 original ftype-only + 5 new for
tensor-authoritative path, including the real teacher scenario
of Q4_K tensors + stale ftype=0).
Contract: publish-manifest-v1.yaml v1.2.1 — PM-008 entry rewritten
to describe tensor-authoritative semantics.
Refs: SPEC-SHIP-TWO-001 §12.7.2 (ship-blocker class)
Closes: task #69
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.
Bumps trueno from 0.6.0 to 0.7.0.
Release notes
Sourced from trueno's releases.
... (truncated)
Changelog
Sourced from trueno's changelog.
Commits
6763a1b[FIX] Add clippy allow for clone_on_copy in tests24d8376[RELEASE] Bump version to 0.7.0d8e607e[FIX] Fix clippy warnings and improve test coverage to 90.20%b9ff2f9Merge pull request #37 from paiml/claude/continue-work-01QPEw1xeDsUogWMvMR7NEzE75bef25[PERF] SIMD-optimized vecmat using row-wise accumulation76aaee7[BENCH] Add matvec performance benchmarkc5d053f[PERF] SIMD-optimized matvec using AVX2/SSE2 dot productsae5b8b1[FIX] Add cfg attributes to parallel-only code to fix dead_code warningse13c116Merge pull request #36 from paiml/claude/continue-work-01QPEw1xeDsUogWMvMR7NEzE836f226[PERF] Phase 4: Lock-free multi-threading achieves 2.72× speedup (Refs #34)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)