Access NASA, ESA, JWST, Hubble, LIGO gravitational waves, and exoplanet databases — analyze space data 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 photometric time-series for exoplanet transit detection and gravitational wave classification. The long-context sLSTM cells capture periodic signals across months of observation data.
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