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.

3.1. Commands

Unified stand-alone launchers sit at the project root: ./juno on Linux/macOS, juno.bat on Windows (delegates to scripts\run.bat). Requires JDK 25+ and pre-built jars (mvn clean package -DskipTests).

All examples in this reference use ./juno. Replace with juno.bat on Windows and use backslashes for paths (for example --model-path models\model.gguf). All flags, environment variables, and subcommands are identical across platforms.

CommandDescription
cluster3-node cluster (default command): forked JVMs, real gRPC. Default --pType pipeline; use --pType tensor for AllReduce mode
localIn-process REPL: all transformer shards in one JVM, no forking, no gRPC
loraLoRA fine-tuning REPL: single in-process JVM, adapter persisted to a .lora file
mergeBake a trained .lora adapter into a new standalone GGUF; no sidecar needed at inference time
test8 automated real-model smoke checks (6 pipeline + 2 tensor); exits 0 if all pass, 1 if any fail

See also


<- 2.6 Module Map  |  Table of Contents  |  3.2 Flags ->