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

ruview @ v1572

integrity

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

release notes

Automated release from CI pipeline

Changes: perf(ci): drop dead uvicorn start from perf job (#917)

Since #915 the perf job gates only on test_frame_budget.py, which drives the CSIProcessor pipeline in-process and makes no HTTP calls. The "Start application" step (uvicorn + sleep 10) was therefore dead weight: it existed only for the now-excluded api_throughput/inference_speed tests, wasted ~10-15 s per main-push run, and dumped ~50 misleading "router requires hardware setup" ERROR lines into every CI log for a server no test touched. MOCK_POSE_DATA is server-only, unused here.

Removed the step and the vestigial env. The gated test is unchanged and passes (verified locally, 3/3).

Docker Image: ghcr.io/ruvnet/RuView:573b00fd98d53eedbef3c05804c02142323feeab

download

unix · zip
curl -fL -o v1572.zip https://ratatoskr.space/pkg/ruview/v1572.zip
                    printf '%s  %s\n' 'cc220714b47c755adb4910b0d59270c1b7906d83f4b8152fef298acc654dda1c' 'v1572.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/ruview/v1572.zip"
$out = "v1572.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cc220714b47c755adb4910b0d59270c1b7906d83f4b8152fef298acc654dda1c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1572.tar.gz https://ratatoskr.space/pkg/ruview/v1572.tar.gz
                    printf '%s  %s\n' 'd8f606f40c3e44ee09b7cc19a325783bf5d4dbd3ea60dc160743291a36849380' 'v1572.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/ruview/v1572.tar.gz"
$out = "v1572.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d8f606f40c3e44ee09b7cc19a325783bf5d4dbd3ea60dc160743291a36849380") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1572.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1572.zip
                    printf '%s  %s\n' 'cc220714b47c755adb4910b0d59270c1b7906d83f4b8152fef298acc654dda1c' 'v1572.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1572.zip"
$out = "v1572.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cc220714b47c755adb4910b0d59270c1b7906d83f4b8152fef298acc654dda1c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1572.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1572.tar.gz
                    printf '%s  %s\n' 'd8f606f40c3e44ee09b7cc19a325783bf5d4dbd3ea60dc160743291a36849380' 'v1572.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1572.tar.gz"
$out = "v1572.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d8f606f40c3e44ee09b7cc19a325783bf5d4dbd3ea60dc160743291a36849380") { throw "sha256 mismatch" }
artifact format size hashes
v1572.zip zip 61.1 MiB
blake3-24 c5abc9851dd81587b0f4ca55842eb77a63cec6bf216e6e40
sha256 cc220714b47c755adb4910b0d59270c1b7906d83f4b8152fef298acc654dda1c
sha1 078fbc9e0b8a22c743a8b95951240f8915891861
v1572.tar.gz tar.gz 59.3 MiB
blake3-24 e6a35ad35c69137c20cffc845c02c42fed1eb961e158dc5b
sha256 d8f606f40c3e44ee09b7cc19a325783bf5d4dbd3ea60dc160743291a36849380
sha1 755e3752a7e019bf585971671572494f60803f02

install

bazel
http_archive(
    name = "ruview",
    urls = ["https://ratatoskr.space/pkg/ruview/v1572.tar.gz"],
    integrity = "sha256-2PYG9Aw+RO4Jt8wZoyV4O/XU29PqYNwWB0MpGjaEk4A=",
    strip_prefix = "ruview-v1572",
)
zig
.url = "https://ratatoskr.space/pkg/ruview/v1572.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "ruview",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1572.tar.gz"],
    integrity = "sha256-2PYG9Aw+RO4Jt8wZoyV4O/XU29PqYNwWB0MpGjaEk4A=",
    strip_prefix = "ruview-v1572",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1572.tar.gz",
← v1574v1570 →