ruview @ v1579
integrity
- size
- 61.1 MiB
- downloaded
- last checked
release notes
Automated release from CI pipeline
Changes: fix: --export-rvf no longer silently produces a placeholder model (#920)
The --export-rvf handler ran before the --train/--pretrain handlers and
unconditionally wrote placeholder sine-wave weights, then returned. So the
documented --train --dataset … --export-rvf <path> workflow
(user-guide.md) short-circuited to a PLACEHOLDER model and never trained —
printing "exported successfully" for a non-functional model. Given the
project's anti-"is it fake" stance, silently emitting a fake model is the
wrong default.
Fix:
- Only emit the placeholder container-format demo when --export-rvf is used
standalone (new
export_emits_placeholder_demoguard). With --train/--pretrain, fall through so the real training pipeline runs and exports calibrated weights. - The standalone path now prints a clear WARNING that it writes a container-format demo with placeholder weights — not a trained model — pointing to --train / a pretrained encoder (#894).
- Docs: flag --export-rvf as a placeholder demo in the flag table, and fix the Docker training example to use --save-rvf (consistent with the from-source example) instead of the placeholder --export-rvf.
3 unit tests for the guard. Full crate unit suite: 429 + 117 passed, 0 failed.
Docker Image:
ghcr.io/ruvnet/RuView:0cfd255730a83ec97dcd0124b69962e5a8c25af7
download
unix · zip
curl -fL -o v1579.zip https://ratatoskr.space/pkg/ruview/v1579.zip
printf '%s %s\n' '4696e7a8ed298a2bc13eb196af125d7d800570e3832b62e36998ff2c42aac05a' 'v1579.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/ruview/v1579.zip"
$out = "v1579.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4696e7a8ed298a2bc13eb196af125d7d800570e3832b62e36998ff2c42aac05a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1579.tar.gz https://ratatoskr.space/pkg/ruview/v1579.tar.gz
printf '%s %s\n' 'fd8938126a2ea8cb9afcc831990237f33af32e09dffb9c22e3e1c382ffa854ea' 'v1579.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/ruview/v1579.tar.gz"
$out = "v1579.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fd8938126a2ea8cb9afcc831990237f33af32e09dffb9c22e3e1c382ffa854ea") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1579.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1579.zip
printf '%s %s\n' '4696e7a8ed298a2bc13eb196af125d7d800570e3832b62e36998ff2c42aac05a' 'v1579.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1579.zip"
$out = "v1579.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4696e7a8ed298a2bc13eb196af125d7d800570e3832b62e36998ff2c42aac05a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1579.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1579.tar.gz
printf '%s %s\n' 'fd8938126a2ea8cb9afcc831990237f33af32e09dffb9c22e3e1c382ffa854ea' 'v1579.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1579.tar.gz"
$out = "v1579.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fd8938126a2ea8cb9afcc831990237f33af32e09dffb9c22e3e1c382ffa854ea") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1579.zip | zip | 61.1 MiB |
blake3-24 5c1dd8539f00901de6b4ce9a54362944b8a946db45fe1a94
sha256 4696e7a8ed298a2bc13eb196af125d7d800570e3832b62e36998ff2c42aac05a
sha1 f6357d9738fdd7c1b7a7c9f45fbee4fa6fb73537
|
| v1579.tar.gz | tar.gz | 59.3 MiB |
blake3-24 efc31afb2d2b3e141e5dce892e455c8b3696a7fd8560fb4e
sha256 fd8938126a2ea8cb9afcc831990237f33af32e09dffb9c22e3e1c382ffa854ea
sha1 a64535ba84f1ff8e2f81ed733e2807406182e051
|
install
bazel
http_archive(
name = "ruview",
urls = ["https://ratatoskr.space/pkg/ruview/v1579.tar.gz"],
integrity = "sha256-/Yk4EmouqMua/MgxmQI38zrzLgnf+5wi4+HDgv+oVOo=",
strip_prefix = "ruview-v1579",
)
zig
.url = "https://ratatoskr.space/pkg/ruview/v1579.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "ruview",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1579.tar.gz"],
integrity = "sha256-/Yk4EmouqMua/MgxmQI38zrzLgnf+5wi4+HDgv+oVOo=",
strip_prefix = "ruview-v1579",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1579.tar.gz",