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

ruview @ v1566

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(ci): perf tests — use python -m pytest so src import resolves (#914)

The Performance Tests job collected 26 items then aborted with ModuleNotFoundError: No module named 'src' on test_frame_budget.py, which does from src.core.csi_processor import CSIProcessor. The bare pytest console script does not put the cwd (archive/v1) on sys.path; python -m pytest does. pytest aborts the whole session on a collection error, so this one import masked the entire (otherwise mock-based, self-contained) perf suite.

Verified locally: bare-script path reproduces the exact error; -m resolves it and test_frame_budget.py passes 3/3. The other two files (test_api_throughput.py mock server, test_inference_speed.py MockPoseModel +psutil) are fully self-contained — no test hits the running server.

Closes the last red job in the v1-API CI chain (#910/#911/#913).

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

download

unix · zip
curl -fL -o v1566.zip https://ratatoskr.space/pkg/ruview/v1566.zip
                    printf '%s  %s\n' 'be8971ee2e8c2b1a6a7c5e0002f0f2a1304f9c67e954b68a0d4501f36c2f74c6' 'v1566.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/ruview/v1566.zip"
$out = "v1566.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "be8971ee2e8c2b1a6a7c5e0002f0f2a1304f9c67e954b68a0d4501f36c2f74c6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1566.tar.gz https://ratatoskr.space/pkg/ruview/v1566.tar.gz
                    printf '%s  %s\n' '0381ce3891db1b82b7652fdcb3c93ef51c6a04f97d05d8cbca046ff8350c5c14' 'v1566.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/ruview/v1566.tar.gz"
$out = "v1566.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0381ce3891db1b82b7652fdcb3c93ef51c6a04f97d05d8cbca046ff8350c5c14") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1566.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1566.zip
                    printf '%s  %s\n' 'be8971ee2e8c2b1a6a7c5e0002f0f2a1304f9c67e954b68a0d4501f36c2f74c6' 'v1566.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1566.zip"
$out = "v1566.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "be8971ee2e8c2b1a6a7c5e0002f0f2a1304f9c67e954b68a0d4501f36c2f74c6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1566.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1566.tar.gz
                    printf '%s  %s\n' '0381ce3891db1b82b7652fdcb3c93ef51c6a04f97d05d8cbca046ff8350c5c14' 'v1566.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1566.tar.gz"
$out = "v1566.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0381ce3891db1b82b7652fdcb3c93ef51c6a04f97d05d8cbca046ff8350c5c14") { throw "sha256 mismatch" }
artifact format size hashes
v1566.zip zip 61.1 MiB
blake3-24 00132706b9d0ceab7b5bac1fc7b533fdc9020672b18a7f4a
sha256 be8971ee2e8c2b1a6a7c5e0002f0f2a1304f9c67e954b68a0d4501f36c2f74c6
sha1 e45564b23da2d971e8dd024f43b7a359a9d2c61b
v1566.tar.gz tar.gz 59.3 MiB
blake3-24 25be9a623160706a829aa1d8ab192a40e97c4ea31a059397
sha256 0381ce3891db1b82b7652fdcb3c93ef51c6a04f97d05d8cbca046ff8350c5c14
sha1 943fbffc6fbde3e94f33060bdd21d11800c5bb88

install

bazel
http_archive(
    name = "ruview",
    urls = ["https://ratatoskr.space/pkg/ruview/v1566.tar.gz"],
    integrity = "sha256-A4HOOJHbG4K3ZS/cs8k+9RxqBPl9BdjLygRv+DUMXBQ=",
    strip_prefix = "ruview-v1566",
)
zig
.url = "https://ratatoskr.space/pkg/ruview/v1566.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "ruview",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1566.tar.gz"],
    integrity = "sha256-A4HOOJHbG4K3ZS/cs8k+9RxqBPl9BdjLygRv+DUMXBQ=",
    strip_prefix = "ruview-v1566",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1566.tar.gz",
← v1568v1562 →