EQTYLab also have an AI lineage explorer for HuggingFace: huggingface.co/spaces/EQTYL... with CID checkpoints. Some of the same people from Starling Lab/Hypha are working on it, but still in development and not everything is OSS yet.
EQTYLab also have an AI lineage explorer for HuggingFace: huggingface.co/spaces/EQTYL... with CID checkpoints. Some of the same people from Starling Lab/Hypha are working on it, but still in development and not everything is OSS yet.
neat! i have pretty different goals than their readme but will check it out
there's any missing ipfs tooling that's getting in the way of whatever you want to hack on please holler. (lean rust & go implementations for CIDs are coming soon from @b5.bsky.social and @hypha.coop)
is there a rust crate i can embed in my program that will let me pin data?
this will encode/decode your data but doesn't do the fs parts. github.com/ipld/rust-ip...
hmm i thought the job of pinning was like running a network service
it's both, depends on whether the node you're pinning to is configured to announce its CIDs on a public DHT, private DHT, or none at all. the hardest things in computer science is naming things... you're looking for a rust crate to pin aka publish those CIDs?
yeah, basically the experience i want is that i run a rust binary and it kind of does all the stuff for me and then i can have other things query by cid and it magically works to have them pull from my rust binary. auto managed node deployment that users never have to think about
I *think* this community-maintained crate does what you're looking for but haven't tested it. crates.io/crates/rust-...