Allen Brain Atlas exploration, OpenNeuro dataset analysis, NeuroMorpho cell reconstruction, and fMRI processing — all on your private GPU cluster.
Eldric runs on any GPU — from a single RTX 3090 to NVIDIA H100/H200 datacenter cards. Connect labs, datacenters, and remote researchers into one cluster that spans cities or continents. Workers register through the Edge TLS gateway over the internet, or use the built-in tunnel for NAT traversal — no VPN needed. Adding a node is one command: the worker auto-registers and is immediately available for inference.
Train xLSTM on EEG/fMRI time-series for brain state classification, seizure prediction, and neural decoding. sLSTM handles temporal dynamics across seconds to hours; Transformer attention captures cross-region connectivity.
Sepp Hochreiter's xLSTM extended with Transformer layers for domain-specific tasks.
All endpoints are served by the Science Worker (:8897). Requests are routed through the Edge server for TLS and authentication in production.
Learn how to split large models across multiple workers with pipeline parallelism.
Distributed Inference Docs