.dockerignore
.gcloudignore
.gitignore
CONTRIBUTING.md
Dockerfile
README.md
deploy.sh
pyproject.toml
.factory/init.sh
.factory/services.yaml
.factory/library/architecture.md
.factory/library/benchmark-tooling.md
.factory/library/environment.md
.factory/library/operational-guidance.md
.factory/library/user-testing.md
.factory/research/mamf-finder.md
.factory/research/nccl-tests.md
.factory/research/nvbandwidth.md
.factory/skills/backend-api-worker/SKILL.md
.factory/skills/python-cli-worker/SKILL.md
.factory/skills/release-worker/SKILL.md
.factory/validation/api-backend/user-testing/synthesis.json
.factory/validation/api-backend/user-testing/test_server.py
.factory/validation/api-backend/user-testing/flows/api-crud-auth.json
.factory/validation/api-backend/user-testing/flows/api-dedupe-security-rate.json
.factory/validation/api-backend/user-testing/flows/api-verify-scoring.json
.factory/validation/api-backend/user-testing/flows/cli-upload-crossarea.json
.factory/validation/core-cli/user-testing/synthesis.json
.factory/validation/core-cli/user-testing/flows/cli-basic.json
.factory/validation/core-cli/user-testing/flows/cli-display.json
.factory/validation/core-cli/user-testing/flows/cli-orchestration.json
.factory/validation/core-cli/user-testing/flows/cli-run.json
.factory/validation/core-cli/user-testing/flows/cli-ux.json
.factory/validation/core-cli/user-testing/flows/runbook-coverage.json
.factory/validation/core-cli/user-testing/flows/runbook-operations.json
.factory/validation/core-cli/user-testing/flows/runbook-sections.json
.factory/validation/core-cli/user-testing/flows/scoring.json
.factory/validation/polish-release/user-testing/synthesis.json
.factory/validation/polish-release/user-testing/flows/cli-install.json
.factory/validation/polish-release/user-testing/flows/deploy-live.json
.factory/validation/polish-release/user-testing/flows/docs-completeness.json
.github/workflows/ci.yml
.github/workflows/publish.yml
api/__init__.py
api/auth.py
api/config.py
api/dependencies.py
api/main.py
api/models.py
api/rate_limit.py
api/scoring.py
api/routers/__init__.py
api/routers/health.py
api/routers/runs.py
api/routers/verify.py
docs/api-reference.md
docs/architecture.md
docs/cli-usage.md
docs/deployment.md
src/ornn_bench/__init__.py
src/ornn_bench/__main__.py
src/ornn_bench/api_client.py
src/ornn_bench/cli.py
src/ornn_bench/display.py
src/ornn_bench/models.py
src/ornn_bench/py.typed
src/ornn_bench/runner.py
src/ornn_bench/scoring.py
src/ornn_bench/system.py
src/ornn_bench.egg-info/PKG-INFO
src/ornn_bench.egg-info/SOURCES.txt
src/ornn_bench.egg-info/dependency_links.txt
src/ornn_bench.egg-info/entry_points.txt
src/ornn_bench.egg-info/requires.txt
src/ornn_bench.egg-info/top_level.txt
src/ornn_bench/runbook/__init__.py
src/ornn_bench/runbook/compute.py
src/ornn_bench/runbook/interconnect.py
src/ornn_bench/runbook/manifest.py
src/ornn_bench/runbook/memory.py
src/ornn_bench/runbook/monitoring.py
src/ornn_bench/runbook/parsers.py
src/ornn_bench/runbook/postflight.py
src/ornn_bench/runbook/preflight.py
tests/__init__.py
tests/conftest.py
tests/test_models.py
tests/test_scoring.py
tests/test_smoke.py
tests/api/__init__.py
tests/api/conftest.py
tests/api/test_health.py
tests/api/test_idempotent_ingest.py
tests/api/test_rate_limiting.py
tests/api/test_revoked_key_behavior.py
tests/api/test_runs_ingest.py
tests/api/test_runs_retrieval.py
tests/api/test_server_scoring.py
tests/api/test_verify_endpoint.py
tests/cli/__init__.py
tests/cli/test_help_output.py
tests/cli/test_info_command.py
tests/cli/test_no_gpu_guardrails.py
tests/cli/test_non_tty_output.py
tests/cli/test_partial_failure_flow.py
tests/cli/test_report_command.py
tests/cli/test_run_orchestration.py
tests/cli/test_upload_command.py
tests/fixtures/.gitkeep
tests/fixtures/sample_report.json
tests/fixtures/sample_scored_report.json
tests/fixtures/mamf_finder/bf16_range.txt
tests/fixtures/mamf_finder/fixed_shape.txt
tests/fixtures/mamf_finder/fp16_range.txt
tests/fixtures/mamf_finder/fp8_e4m3_range.txt
tests/fixtures/mamf_finder/fp8_e5m2_range.txt
tests/fixtures/nccl_tests/all_gather.txt
tests/fixtures/nccl_tests/all_reduce_1gb.txt
tests/fixtures/nccl_tests/all_reduce_sweep.txt
tests/fixtures/nccl_tests/broadcast.txt
tests/fixtures/nccl_tests/reduce_scatter.txt
tests/fixtures/nccl_tests/sendrecv.txt
tests/fixtures/nvbandwidth/d2d_bidir.json
tests/fixtures/nvbandwidth/d2d_read.json
tests/fixtures/nvbandwidth/d2d_write.json
tests/fixtures/nvbandwidth/d2h.json
tests/fixtures/nvbandwidth/device_local_copy_ce.json
tests/fixtures/nvbandwidth/device_local_copy_sm.json
tests/fixtures/nvbandwidth/h2d.json
tests/fixtures/nvidia_smi/dmon_output.txt
tests/fixtures/nvidia_smi/nvidia_smi_q.txt
tests/fixtures/nvidia_smi/nvlink_status.txt
tests/fixtures/nvidia_smi/post_run_nvidia_smi_q.txt
tests/fixtures/nvidia_smi/query_gpu.txt
tests/fixtures/nvidia_smi/xid_errors.txt
tests/fixtures/nvidia_smi/xid_errors_none.txt
tests/integration/__init__.py
tests/integration/test_run_upload_flow.py
tests/release/__init__.py
tests/release/test_ci_workflow.py
tests/release/test_deploy_config_constraints.py
tests/release/test_live_deployment.py
tests/release/test_packaging_entrypoint.py
tests/release/test_publish_workflow.py
tests/runbook/__init__.py
tests/runbook/test_compute_matrix.py
tests/runbook/test_interconnect_matrix.py
tests/runbook/test_manifest_and_durability.py
tests/runbook/test_memory_matrix.py
tests/runbook/test_monitoring_and_postflight.py
tests/runbook/test_preflight_inventory.py
tests/scoring/__init__.py
tests/scoring/test_formula_and_aggregation.py
tests/scoring/test_invalid_metric_paths.py