| just integrated grove into smolcluster and it's genuinely one of the cleanest pieces of infra I've plugged in
I did faced the same problem, the problem of having to setup the SSH, networking, cables etc for every node I want to add to my cluster for training since I began to use smolcluster for my own projects , sigh...you know the pain right? though the best I could is search and realize what I need is auto discovery of nodes, aka mDNS! Its something that AirDrop uses for seamless auto discovery and data transfer between macOS devices, and Zeroconf for non-macOS ones, though sadly, couldn't come up with a working solution (skill issue it seems haha). And thats where I found grove, I didn't build grove, I just integrated it.
that's the whole setup. no static IPs, no config files, no manual port forwarding. been running this on my 3x Mac Minis and testing on Jetson boards soon. check it out today at smolcluster[dot]com! PS: shoutout to @swar_ja for releasing grove! [link] [comments] |