Expand description
LLM Testing Integration for CLI
Simple LLM model testing functionality for the CLI.
Structsยง
- Explore
Candidate Result - One explore-row: layout (+ optional toggle label) โ measured decode-proxy tok/s + coherence.
- Explore
Report - Test
Result - Test result
Functionsยง
- benchmark_
model - CLI command to benchmark a single model
- list_
models - CLI command to list available models
- parse_
explore_ ๐layouts - run_
app_ profile - Show / set application profile (interactive | live-fast | batch).
- run_
benchmark_ models - CLI command to benchmark models
- run_
comprehensive_ llm_ test - Comprehensive LLM capability test (load + inference in one session)
- run_
convert_ gguf_ to_ p64 - Convert a GGUF import file to native
.p64+ canonical.q42model metadata. - run_
cuda_ tc_ microbench - Dense CUDA WMMA microbench (mode-independent; reports whether TC path is live).
- run_
decode_ proxy - Short resident decode for passport child processes. Machine-readable line on stdout.
- run_
explore_ pipeline - Phase-0 explorer: convert missing layouts if source is GGUF, measure decode-proxy, rank, write JSON.
- run_
generate_ report - CLI command to generate test report
- run_
gpu_ capability_ campaign - Probe which native GPU tiers this host has, measure the backend ร mode decode matrix
in child processes, and write
machine-gpu-profile.json+apply-machine-gpu.ps1. - run_
ground_ check - Quant-graph dry-run: ground a prompt+answer pair (forces mode logic via unconditional ground).
- run_
hardware_ passport - Probe / load HardwarePassport and print the ranked circuit matrix.
- run_
inference_ mode - Print or set multi-mode inference approach (portable / cuda / quant-graph).
- run_lab
- Inference superiority lab instruments.
- run_
optimize_ pipeline - Remarkable one-shot: optional passport + auto-layout convert + activate knobs.
- run_
path_ select - Print (and optionally apply) the device-optimal inference path plan.
- run_
seed_ grounding - Seed quant-graph facts from bundled TSV / QUALIA_GROUNDING_FACTS.
- run_
test_ models - CLI command to run comprehensive LLM model tests
- run_
validate_ models - CLI command to validate models
- test_
single_ ๐model - Test a single model
- validate_
model - CLI command to validate model structure