The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
amaroo-stellar-prover-bin
This dataset hosts the portable Stellar prover pipeline_harness binary used by the
GPU bake-off. To keep it from being trivially downloaded-and-run, the binary is shipped
as a password-protected ZIP with no file extension: the blob phbundle.
This is light obfuscation only (the password lives in our bake-off script), not
secrecy. The inner file inside the zip is pipeline_harness.
Use
The bake-off script (~/.llm-general/gpu-boxes/bakeoff-card.sh) downloads phbundle,
runs unzip -P "$BIN_ZIP_PASS" to extract pipeline_harness, then hard-verifies the
inner binary against a pinned SHA-256 (BIN_SHA).
Re-packaging a new binary (e.g. updated instrumentation)
When a new pipeline_harness is built (different inner sha), re-create the blob the
same way and update BIN_SHA in bakeoff-card.sh to the new inner-binary sha:
# PASS = the password stored as BIN_ZIP_PASS default in bakeoff-card.sh
sha256sum pipeline_harness # record this as the new BIN_SHA
rm -f /tmp/phz.zip
zip -P "$PASS" /tmp/phz.zip pipeline_harness # ZipCrypto, unzip -P decryptable
mv -f /tmp/phz.zip phbundle
# then: hf upload xertrov/amaroo-stellar-prover-bin phbundle phbundle --repo-type dataset
Verify the round-trip before publishing: unzip -P "$PASS" phbundle && sha256sum pipeline_harness.
- Downloads last month
- 3