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/v1576
vault / ruview / v1576

ruview @ v1576

integrity

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

release notes

Automated release from CI pipeline

Changes: fix(#894): actionable diagnostic when --model gets a non-RVF file (#919)

Users who downloaded ruvnet/wifi-densepose-pretrained and passed model.safetensors / model-q4.bin / model.rvf.jsonl to --model hit a bare "Progressive loader init failed: invalid magic at offset 0: expected 0x52564653, got 0x77455735" and were stuck — the server then silently fell back to signal heuristics (which over-count, feeding "is it fake" reports).

The HF files are a different format and encoder architecture than the RVF binary container the progressive loader expects, so they can't load directly. Now the load-failure path detects the common cases (safetensors header, JSONL manifest, quantized .bin blob) and emits a plain explanation naming the format, what --model actually expects (RVF RVFS container from wifi-densepose-train), and that it's continuing with heuristics — with a pointer to #894.

Pure, testable diagnose_model_load_error() + 4 unit tests (run under the default --no-default-features CI). Full crate unit suite: 429 + 114 passed, 0 failed.

Docker Image: ghcr.io/ruvnet/RuView:f5d0e1e69ef07cefc3008d6c0594562e35c0d430

download

unix · zip
curl -fL -o v1576.zip https://ratatoskr.space/pkg/ruview/v1576.zip
                    printf '%s  %s\n' '0513201a530b899e10671bee850c65d3ddfe3a74fd8f4889510c782b03de9ed4' 'v1576.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/ruview/v1576.zip"
$out = "v1576.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0513201a530b899e10671bee850c65d3ddfe3a74fd8f4889510c782b03de9ed4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1576.tar.gz https://ratatoskr.space/pkg/ruview/v1576.tar.gz
                    printf '%s  %s\n' 'b50a8946863f7a4f476ee41ebf854a761cc9d3f567acd4a75914498f22866e42' 'v1576.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/ruview/v1576.tar.gz"
$out = "v1576.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b50a8946863f7a4f476ee41ebf854a761cc9d3f567acd4a75914498f22866e42") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1576.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1576.zip
                    printf '%s  %s\n' '0513201a530b899e10671bee850c65d3ddfe3a74fd8f4889510c782b03de9ed4' 'v1576.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1576.zip"
$out = "v1576.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0513201a530b899e10671bee850c65d3ddfe3a74fd8f4889510c782b03de9ed4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1576.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1576.tar.gz
                    printf '%s  %s\n' 'b50a8946863f7a4f476ee41ebf854a761cc9d3f567acd4a75914498f22866e42' 'v1576.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1576.tar.gz"
$out = "v1576.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b50a8946863f7a4f476ee41ebf854a761cc9d3f567acd4a75914498f22866e42") { throw "sha256 mismatch" }
artifact format size hashes
v1576.zip zip 61.1 MiB
blake3-24 c4646d725f8bf5f4a76b8062fb0df85c705cb7376e5a4fe4
sha256 0513201a530b899e10671bee850c65d3ddfe3a74fd8f4889510c782b03de9ed4
sha1 6a97c93f36058d8a7f5d7e94eae5434758369903
v1576.tar.gz tar.gz 59.3 MiB
blake3-24 aad56dd6354f26c24e24c1e12348f05ce362e6f11326d05e
sha256 b50a8946863f7a4f476ee41ebf854a761cc9d3f567acd4a75914498f22866e42
sha1 e11e066d10e4bd8e9bc8693100c58f7594e51d38

install

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