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.7. Test Mode

./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.gguf

Windows (Command Prompt):

juno.bat test --model-path models\model.gguf

This 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 ->