yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/ruview/v1744
vault / ruview / v1744

ruview @ v1744

integrity

size
61.7 MiB
downloaded
last checked
source https://github.com/ruvnet/RuView · available · github

release notes

Automated release from CI pipeline

Changes: refactor(beyond-sota): ADR-155 M2 — host-verifiable §8 closeout (7 de-magic, 9 boundary tests, native-conv honest-null) (#1059)

Lift bare numeric literals used as thresholds / guard epsilons in the non-tch (host-verifiable) train surface into named, documented consts and pin each set with a *_consts_unchanged_from_literals test. Values are bit-identical to the prior inline literals — cleanup, no behaviour change.

De-magicked (const + pin test):

Boundary / characterization tests (pin CURRENT behaviour):

Doc-only (no behaviour change):

train --no-default-features: 191 lib (was 176), 303 total (was 288), 0 failed.

Co-Authored-By: claude-flow ruv@ruv.net

ADR-155 §3 found rf_encoder.rs has no adversarial checkpoint-deserialization assert — its assert_eq!s in LinearHead::new are construction-time API contracts on programmer-supplied vectors. This adds the honest, in-scope improvement the M2 task allows: a pure-Rust fallible constructor so weights from an untrusted / deserialized checkpoint can be shape-validated without panicking.

Tests: try_new_accepts_valid_and_rejects_each_bad_shape (valid == new forward; each bad shape → typed error), softplus_threshold_unchanged_from_literal.

nn --no-default-features lib: 37 passed (was 35), 0 failed.

Co-Authored-By: claude-flow ruv@ruv.net

The §8 "native-conv naive-loop rewrite" backlog item: DensePoseHead:: apply_conv_layer is a pure-Rust 6-nested-loop conv (benchable on this host, not tch/ort-gated). Bench-first per the §0 PROOF discipline.

nn --no-default-features lib: 38 passed (was 37), 0 failed. No behaviour change.

Co-Authored-By: claude-flow ruv@ruv.net

Replace the §8 bulk "~40 lower-severity findings" line with the real, enumerated M2 resolution (§8.2): 7 de-magicked (const + pin == prior literal), 9 boundary tests, 1 input guard (rf_encoder try_new), 2 doc-only, 1 perf bench-first MEASURED-INCONCLUSIVE (not shipped). Mark native-conv + rf_encoder RESOLVED; state which §8 items stay data-gated (GraphPose-Fi/INT4/CSI-JEPA) or tch-gated (proof/trainer/model panic sites, metrics *_v2 dead code) and ONNX read-lock upstream-gated — blocked, not dropped. Declare the non-tch-verifiable subset of §8 cleared.

Validation: train --no-default-features 303 passed (was 288); nn lib 38 (was 35); workspace --no-default-features 3,293 passed, 0 failed; Python proof VERDICT PASS, hash f8e76f21…46f7a UNCHANGED bit-exact.

Co-Authored-By: claude-flow ruv@ruv.net

Docker Image: ghcr.io/ruvnet/RuView:1d12e8831a6deabc1c9bf32bc62a3e08cf952a3e

download

unix · zip
curl -fL -o v1744.zip https://ratatoskr.space/pkg/ruview/v1744.zip
                    printf '%s  %s\n' '65349ab9fb620fea54d2c5c9c46f09fd2c939c8ce4287d7840e38db7600e2c66' 'v1744.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/ruview/v1744.zip"
$out = "v1744.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "65349ab9fb620fea54d2c5c9c46f09fd2c939c8ce4287d7840e38db7600e2c66") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1744.tar.gz https://ratatoskr.space/pkg/ruview/v1744.tar.gz
                    printf '%s  %s\n' '939829207e62d5d069566507c571068df9e52c70e728388568245491f2ba0fde' 'v1744.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/ruview/v1744.tar.gz"
$out = "v1744.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "939829207e62d5d069566507c571068df9e52c70e728388568245491f2ba0fde") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1744.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1744.zip
                    printf '%s  %s\n' '65349ab9fb620fea54d2c5c9c46f09fd2c939c8ce4287d7840e38db7600e2c66' 'v1744.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1744.zip"
$out = "v1744.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "65349ab9fb620fea54d2c5c9c46f09fd2c939c8ce4287d7840e38db7600e2c66") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1744.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1744.tar.gz
                    printf '%s  %s\n' '939829207e62d5d069566507c571068df9e52c70e728388568245491f2ba0fde' 'v1744.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1744.tar.gz"
$out = "v1744.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "939829207e62d5d069566507c571068df9e52c70e728388568245491f2ba0fde") { throw "sha256 mismatch" }
artifact format size hashes
v1744.zip zip 61.7 MiB
blake3-24 8a23396470fffcd91f71687ec8acf2475cd104d894715b8f
sha256 65349ab9fb620fea54d2c5c9c46f09fd2c939c8ce4287d7840e38db7600e2c66
sha1 4139c93fa95f812e6373e21b747d0716f3862710
v1744.tar.gz tar.gz 59.9 MiB
blake3-24 1ddd8f140d5e7ba910b93dd87ecc8721995b9fef4103d911
sha256 939829207e62d5d069566507c571068df9e52c70e728388568245491f2ba0fde
sha1 4d71863c5c03d72bc93ecf782becab0d9062b159

install

bazel
http_archive(
    name = "ruview",
    urls = ["https://ratatoskr.space/pkg/ruview/v1744.tar.gz"],
    integrity = "sha256-k5gpIH5i1dBpVmUHxXEGjfnlLHDnKDiFaCRUkfK6D94=",
    strip_prefix = "ruview-v1744",
)
zig
.url = "https://ratatoskr.space/pkg/ruview/v1744.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "ruview",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1744.tar.gz"],
    integrity = "sha256-k5gpIH5i1dBpVmUHxXEGjfnlLHDnKDiFaCRUkfK6D94=",
    strip_prefix = "ruview-v1744",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1744.tar.gz",
← v1746v1740 →