Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

6.1. On-Prem Cluster

Run juno-master as the coordinator and juno-node on each worker, connected by gRPC (systemd or your own process manager). Parallelism modes and byte-order flags match the local cluster harness behavior described in Cluster mode; topology and components are in Distributed inference. The AWS automation under scripts/aws/ is optional cloud packaging of the same two roles; see AWS deployment if you want that instead of managing hosts directly.

Roles

Configuration parity with local cluster mode

All flags, environment variable overrides, and byte-order behavior described in CLI flags apply the same way whether the cluster is forked in-process by ./juno or deployed as separate juno-master / juno-node processes on different hosts. In particular:

See also


<- 5.4 OpenAPI Spec  |  Table of Contents  |  6.2 AWS Deployment ->