./juno test runs 8 automated real-model smoke checks (6 pipeline-parallel, 2 tensor-parallel)
against an actual GGUF file, and exits 0 if all pass or 1 if any fail. It is the fastest way
to confirm a build works end to end on real weights before relying on it.
./juno test --model-path /path/to/model.ggufWindows (Command Prompt):
juno.bat test --model-path models\model.ggufThis is distinct from the Maven-driven unit and integration test suites, which run without a real model file. See Build and test for the full test matrix.
See also¶
<- 3.6 Merge Mode | Table of Contents | 3.8 Diagnostics and Tracing ->