Conversation
|
Maintainer test notes and artifact pointers. Scope of this PR
Core local validation used here
Performance observed on the proof artifact
Hosted HF proof used for the remote smokes
Notes from testing
Minimal IPFS proof artifacts, if you want them for local inspection
Useful per-file IPFS CIDs from the minimal routed pack
Simple retrieval commands ipfs get bafybeicaiitoic2lvjoqrd5eh72xvbnw2ghutc5lwrq73hwvx7g2djvjyu
ipfs get bafybeidux6doftlrarmmdx5jptr4vfhksydllqldz452eopwellhgjdbc4The second pack is only a bounded architecture proof: same logical shard ids projected to both HF and IPFS refs. The PR itself should be judged on the Zelph runtime path and the HF-backed partial-load behavior above. |
|
Small follow-up: the bounded proof artifacts are now mirrored across both sinks. HF
IPFS
So the bounded test artifacts are now available from both HF and IPFS; the only split is that the shared-contract companion lives on HF bucket storage rather than the dataset repo because the CBOR file is rejected by normal dataset commits. |
|
Hi Stefan, Thanks — and thanks for flagging the old PR #24 comment as well. I checked your four points against current
I also rebuilt locally after rebasing and applying the fix:
Thanks again — the help/docs updates on |
This PR adds manifest-driven partial loading and Hugging Face shard fetch support for Zelph.
What changed
.load-partialroute selectors:route-node,route-name, androute-lang..stat-fileand.index-filefor serialized.bininspection and byte-offset indexing.hf://resolution to use Hugging Face.../resolve/main/...URLs for datasets and spaces.Validated locally
hf://manifest + shard fetch for explicit chunks.hf://manifest + route-sidecar fetch for routed selection.Proof artifact used
chbwa/zelph-sharded.Notes
route-namerequiresroute-lang.20260309v3 proof artifact.Performance
0.160shf://explicit partial load:7.948shf://routed partial load:5.476s21.0sto21.6sTakeaway