Community recipes for serving LLMs on RTX 3090/4090/5090 CUDA gpus. Multi-engine (vLLM, llama.cpp, ik_llama) and model-agnostic. Currently shipping Qwen3.6-27B Qwen3.6 35B Gemma 4 26B Gemma 4 31B configs for 1× and 2× cards.
This report presents the forensic synthetic code analysis of noonghunna/club-3090, a Python project with 1,906 GitHub stars. SynthScan v2.0 examined 211,943 lines of code across 707 source files, recording 5087 pattern matches distributed across 20 syntactic categories. The overall adjusted score of 37.8 places this repository in the Strong AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 5087 distinct pattern matches across 20 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | AGENTS.md | 178 | # =========================================================================== | COMMENT |
| MEDIUM | AGENTS.md | 194 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | CLAUDE.md | 178 | # =========================================================================== | COMMENT |
| MEDIUM | CLAUDE.md | 194 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tools/kv-calc.py | 1261 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | tools/kv-calc.py | 1263 | # ============================================================================= | COMMENT |
| MEDIUM | tools/kv-calc.py | 1034 | # ============================================================================= | COMMENT |
| MEDIUM | tools/kv-calc.py | 1036 | # ============================================================================= | COMMENT |
| MEDIUM | tools/kv-calc.py | 1348 | # ============================================================================= | COMMENT |
| MEDIUM | tools/kv-calc.py | 1350 | # ============================================================================= | COMMENT |
| MEDIUM | tools/kv-calc.py | 1378 | # ============================================================================= | COMMENT |
| MEDIUM | tools/kv-calc.py | 1380 | # ============================================================================= | COMMENT |
| MEDIUM | tools/kv-calc.py | 1656 | # ============================================================================= | COMMENT |
| MEDIUM | tools/kv-calc.py | 1658 | # ============================================================================= | COMMENT |
| MEDIUM | tools/kv-calc.py | 65 | # ============================================================================= | STRING |
| MEDIUM | tools/kv-calc.py | 67 | # ============================================================================= | STRING |
| MEDIUM | tools/kv-calc.py | 154 | # ============================================================================= | STRING |
| MEDIUM | tools/kv-calc.py | 156 | # ============================================================================= | STRING |
| MEDIUM | tools/kv-calc.py | 187 | # ============================================================================= | STRING |
| MEDIUM | tools/kv-calc.py | 189 | # ============================================================================= | STRING |
| MEDIUM | tools/kv-calc.py | 318 | # ============================================================================= | STRING |
| MEDIUM | tools/kv-calc.py | 320 | # ============================================================================= | STRING |
| MEDIUM | tools/kv-calc.py | 381 | # ============================================================================= | STRING |
| MEDIUM | tools/kv-calc.py | 383 | # ============================================================================= | STRING |
| MEDIUM | tools/kv-calc.py | 394 | # ============================================================================= | STRING |
| MEDIUM | tools/kv-calc.py | 396 | # ============================================================================= | STRING |
| MEDIUM⚡ | tools/serve-cockpit/club3090_cockpit/services.py | 2422 | # ── (3) GPU-VRAM → container attribution ────────────────────────────── | COMMENT |
| MEDIUM⚡ | tools/serve-cockpit/club3090_cockpit/services.py | 3452 | # ════════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | tools/serve-cockpit/club3090_cockpit/services.py | 3454 | # ════════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | tools/serve-cockpit/club3090_cockpit/services.py | 3456 | # ── Validate / Run: launch a validation script (WIRED, execution MOCKED) ────── | COMMENT |
| MEDIUM⚡ | tools/serve-cockpit/club3090_cockpit/services.py | 4565 | # ════════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | tools/serve-cockpit/club3090_cockpit/services.py | 4567 | # ════════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | tools/serve-cockpit/club3090_cockpit/services.py | 4569 | # ── Hook 1: Evaluate — hand the SHARED ServingTarget to c3t (design §4) ──────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 114 | # ── Local card name (this rig) ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 143 | # ── ai-studio model manifest — loaded from the SHARED SoT ────────────────────────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 202 | # ── Subprocess runner protocol (dependency injection seam) ─────────────────────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 270 | # ── The service class ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 543 | # ── small JSON helper ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 565 | # ── READ: catalog ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 630 | # ── Download state (Download UX): which slugs' weights are on disk ──────────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 714 | # ── Download plumbing: persistent logs + preflight ──────────────────────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 779 | # ── Download (Download UX): fetch a slug's weights via setup.sh ─────────────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 1236 | # ── READ: explain (Tier-3 detail) ──────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 1247 | # ── READ: fit ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 1260 | # ── READ: BYO check ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 1925 | # ── READ: containers ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 2226 | # ── READ: container logs ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 2265 | # ── READ: estate state ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 2356 | # ── UX Batch 5: estate telemetry (disk / RAM / GPU-VRAM attribution) ────────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 2381 | # ── (1) disk (#12) ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 2405 | # ── (2) RAM (N5) ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 2739 | # ── THE DUAL-WRITER GATE ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 2904 | # ── WRITE: action builders (wired, execution-gated) ────────────────────────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 2925 | # ── Producer lane ② Serve — generate a compose, then serve it untested ───────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 3317 | # ── WRITE: execution (gated — NEVER run in tests / this phase) ──────────────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 3598 | # ── Producer / ③ Gate: the FULL validation battery (report.sh --full) ───────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 3664 | # ── Validate / Doctor: health + estate-diagnose + profile-triage (READS) ────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 3828 | # ── Validate / Evidence: rebench run tags + paste-ready report (READ) ───────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 4281 | # ── Validate / Evidence: submit-bench (OUTWARD-FACING WRITE — gated) ─────────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 4333 | # ── Share-back (R2b): rig report + problem report (READ — paste-ready) ──────── | COMMENT |
| 1396 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | tools/kv-calc.py | 1265 | def _resolve_compose_for_predict(model_key, compose_id, vram, ctx_override=None): | CODE |
| LOW | tools/kv-calc.py | 632 | def _recurrent_state_per_card_bytes(spec, max_num_seqs, tp): | CODE |
| LOW | tools/kv-calc.py | 662 | def _indexer_cache_per_card_bytes( | CODE |
| LOW | tools/kv-calc.py | 690 | def _compressed_kv_per_card_bytes( | CODE |
| LOW | tools/kv-calc.py | 718 | def architecture_cache_breakdown( | CODE |
| LOW | tools/kv-calc.py | 823 | def activation_peak_per_card_bytes(spec, kv_format, max_ctx, tp, batched_tokens=None): | CODE |
| LOW | tools/kv-calc.py | 1072 | def is_generic_dense_eligible(config: dict) -> bool: | CODE |
| LOW | tools/kv-calc.py | 94 | def _load_model_specs_from_yaml(profiles): | STRING |
| LOW | tools/kv-calc.py | 263 | def gdn_prefill_scratch_per_card_bytes(spec, tp, batched_tokens): | STRING |
| LOW | tools/kv-calc.py | 348 | def _compose_cfg_from_registry(profiles, model_id, legacy_name, registry_name): | STRING |
| LOW | tools/residency-instrument/sitecustomize.py | 22 | def _is_pre_serve_patch_process() -> bool: | CODE |
| LOW⚡ | tools/residency-instrument/instrument.py | 381 | def _flashinfer_workspace_bytes() -> int: | CODE |
| LOW⚡ | tools/residency-instrument/instrument.py | 454 | def _mtp_draft_resident_bytes() -> int: | CODE |
| LOW | tools/residency-instrument/instrument.py | 636 | def _patch_async_llm_generate() -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 617 | async def _load_catalog_rows_fallback(self) -> tuple[list[VariantRow], Optional[str]]: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 1010 | def weights_download_progress( | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 1042 | def weights_download_progress_set( | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 1293 | def bring_download_in_progress( | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 1521 | def profile_like_is_gguf_engine(self, profile_like: str) -> bool: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 1540 | def topology_cards_for_profile(self, profile_like: str) -> int: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 1627 | def _normalize_compose_command(raw) -> list: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 1641 | def _gguf_nextn_predict_layers(path: str) -> int: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 2104 | async def _stopped_studio_containers( | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 2151 | async def _docker_ps_stack_containers( | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 3271 | def scene_service_states_sync( | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 3600 | def full_validation_report_plan( | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 3627 | async def run_full_validation_report( | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 4200 | def _measure_protocol_caveats(vsbar: MeasureVsBar) -> list[str]: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 4437 | def _driver_version_from_gpus(self, gpus: list[Any]) -> str: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 4793 | def _service_dir_matches_running(svc_dir: str, running_norm: str) -> bool: | CODE |
| LOW⚡ | tools/serve-cockpit/club3090_cockpit/app.py | 1108 | def on_data_table_header_selected(self, event) -> None: | CODE |
| LOW⚡ | tools/serve-cockpit/club3090_cockpit/app.py | 8320 | def action_doctor_verify_full(self) -> None: | CODE |
| LOW⚡ | tools/serve-cockpit/club3090_cockpit/app.py | 9490 | def _switch_mode_keep_modes_focus(self, index: int) -> None: | CODE |
| LOW⚡ | tools/serve-cockpit/club3090_cockpit/app.py | 9954 | def action_toggle_catalog_model(self) -> None: | CODE |
| LOW⚡ | tools/serve-cockpit/club3090_cockpit/app.py | 9962 | def action_toggle_catalog_deprecated(self) -> None: | CODE |
| LOW⚡ | tools/serve-cockpit/club3090_cockpit/app.py | 10020 | def _primary_list_for_active_tab(self) -> Optional[DataTable]: | CODE |
| LOW⚡ | tools/serve-cockpit/club3090_cockpit/app.py | 10033 | def action_descend_to_content(self) -> None: | CODE |
| LOW⚡ | tools/serve-cockpit/club3090_cockpit/app.py | 11228 | async def generate_and_preview_compose(self, slug: str) -> None: | CODE |
| LOW⚡ | tools/serve-cockpit/club3090_cockpit/app.py | 11403 | def _refresh_gate_target_banner(self) -> None: | CODE |
| LOW⚡ | tools/serve-cockpit/club3090_cockpit/app.py | 11903 | def _refresh_container_config(self) -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 290 | def _sanitize_catalog_columns(saved: Any) -> tuple[list[str], set[str]]: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 1329 | def _has_submission_measurement(self) -> bool: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 1434 | def _incompatible_hidden_count(self) -> int: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 7613 | def _sync_base_footer_visibility(self) -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 7826 | def _reapply_active_downloads(self, rows: "list[CatalogEntry]") -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 7849 | def _refresh_catalog_rows_safe(self) -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 8003 | def _refresh_profile_templates(self, *, reapply_default: bool = False) -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 8344 | async def load_cross_rig_for_explain( | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 8847 | def action_bring_cancel_download(self) -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 8938 | async def run_bring_download_worker(self, repo: str, profile_like: str) -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 9205 | def _start_pending_serve_watch(self, plan: ActionPlan) -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 9314 | def _resolve_pending_generated_serve(self, state: EstateState) -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 9355 | def _cancel_pending_serve_timer(self) -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 9767 | def configure_session_logging(self, enabled: bool) -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 10321 | async def run_studio_download_worker(self) -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 11266 | def _armed_overrides_defaults(self, byo) -> Optional[dict]: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 11608 | def on_tabbed_content_tab_activated(self, event: TabbedContent.TabActivated) -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 11806 | def on_data_table_row_selected(self, event: DataTable.RowSelected) -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 11813 | def on_data_table_row_highlighted(self, event: DataTable.RowHighlighted) -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 3239 | def _container_rows_signature( | STRING |
| 1198 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | README.md | 21 | COMMENT | |
| LOW | README.md | 41 | # bash scripts/launch.sh --variant llamacpp/mtp-vision # single-card 49K + MTP + vision | COMMENT |
| LOW | cliff.toml | 1 | # git-cliff config for club-3090 — generates GitHub Release notes from | COMMENT |
| LOW | cliff.toml | 81 | COMMENT | |
| LOW | AGENTS.md | 181 | # Topology: <e.g. "Dual 3090 PCIe (TP=2, no NVLink)"> | COMMENT |
| LOW | CLAUDE.md | 181 | # Topology: <e.g. "Dual 3090 PCIe (TP=2, no NVLink)"> | COMMENT |
| LOW | tools/kv-calc.py | 101 | qm_fields = (*q_fields, "num_experts", "num_experts_per_tok", "moe_intermediate_size", "shared_expert_intermediate_s | COMMENT |
| LOW | tools/kv-calc.py | 221 | "int8_per_token_head": 105, | COMMENT |
| LOW | tools/kv-calc.py | 241 | # h = k.new_empty(B, NT, H, V, K) # NT = batched / FLA_CHUNK_SIZE | COMMENT |
| LOW | tools/kv-calc.py | 281 | COMMENT | |
| LOW | tools/kv-calc.py | 301 | # than a curated exact branch would for an equivalent shape. | COMMENT |
| LOW | tools/kv-calc.py | 461 | return spec["weights_int4_gb"] / tp | COMMENT |
| LOW | tools/kv-calc.py | 541 | elif spec["model_family"] == "gemma4-swa-dense": | COMMENT |
| LOW | tools/kv-calc.py | 941 | available_for_kv = max(0.0, budget_gb - fixed_gb) | COMMENT |
| LOW | tools/kv-calc.py | 961 | # -Next MoE) legitimately boot with a sub-GB growing pool — the old flat 1.0 GB | COMMENT |
| LOW | tools/kv-calc.py | 1041 | # import importlib.util, pathlib, sys | COMMENT |
| LOW | tools/bump-engine-nightlies.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 121 | # The default WEIGHTS ROOT — the dir that DIRECTLY holds the model subdirs | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 421 | probe_served_fn: Optional[ProbeServedFn] = None, | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 441 | # on each ``load_catalog_rows``; empty on the raw-tab fallback path. | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 461 | # "safe" before either claims VRAM (TOCTOU). Held across the whole gate | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 2301 | except Exception as exc: | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 2801 | # conservative and treat it as a conflict. Detector #2 (raw GPU, | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 2861 | active = (report or {}).get("active_estate") or {} | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 3361 | # deterministic to tear down, so the user must cancel the | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 3461 | # serving model — they are WIRED but execution is MOCKED in tests and NEVER | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 4061 | measured = measured_from_report_md(report_md_text) | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 4761 | COMMENT | |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 4901 | # as the facets above; "" when the contract didn't carry it. | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 321 | COMMENT | |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 521 | # Spec-dec facet (the Catalog Spec Dec column, mirrored into the funnel — | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 1001 | "[dim]\\[\\\\] model \\[/] filter \\[⏎] serve \\[e] explain " | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 1021 | # spec) — provider/GB join from the enriched WeightsMeta, act from the | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 1041 | self._model_filter: str = "" | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 1361 | # keep a row only when EVERY term is a (case-insensitive) substring of the | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 1881 | } | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 2681 | # tab); kept on the pane in case an interactive surface is added later. | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 5201 | COMMENT | |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 5621 | ]) | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 6201 | # Phase R-realign (2-mode merge): the app serves BOTH consumers and producers, | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 6481 | lbl.add_class("mode-hidden") | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 6601 | # ── Command palette (N6) ────────────────────────────────────────────────────────── | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 6741 | COMMENT | |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 6761 | # modal uses for enter/f.) | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 6821 | # R3b-1 — producer lane ② Serve: generate a compose + serve it untested | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 6841 | Binding("F", "full_report", "Full report", show=False), | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 6861 | # [n] switch — jump to Run · Catalog to pick another | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 6961 | # FIX 2 — ``primary_action`` (⏎) was always-on, so the footer ALWAYS | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 6981 | # Context key → (modes, subtabs) where it should be enabled. | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 7021 | "serving_restart": ({0}, {"tab-orchestration"}), | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 7041 | # rig_report — any merged-mode tab (catalog OR the live estate). | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 7141 | # Under a modal (screen_stack deeper than the main screen): NEVER fire — | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 7181 | # the lane repo inputs share letters with hotkeys q/e/s/w/c/p/o, so | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 7381 | self._target_confidence: str = "" | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 7401 | # first echo (the t.clear() reset); this swallows the follow-up move echo so | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 7421 | # a paste-ready issue with the readily-available context. | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 7441 | self._pending_serve_port: int = 0 | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 7461 | # rig-topology default has already been applied (so a later estate poll | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 7501 | # column"), BELOW RailStatus — not inside the Orchestration sub-tab. | COMMENT |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 7521 | yield OperateOrchPane(id="operate-orch-pane") | COMMENT |
| 880 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | BENCHMARKS.md | 134 | | `llamacpp/mtp-vision` (re-tuned ⭐) | @noonghunna (1× 3090, 370 W) | Unsloth Q4_K_M MTP + mmproj-F16 @ **1 M-px** (`IMA | CODE |
| MEDIUM⚡ | BENCHMARKS.md | 134 | | `llamacpp/mtp-vision` (re-tuned ⭐) | @noonghunna (1× 3090, 370 W) | Unsloth Q4_K_M MTP + mmproj-F16 @ **1 M-px** (`IMA | CODE |
| MEDIUM⚡ | BENCHMARKS.md | 136 | | `ik-llama/iq4ks-two-stage` ⭐ (code) | @noonghunna (1× 3090, 370 W) | ubergarm MTP-IQ4_KS (`ubergarm/Qwen3.6-27B-GGUF`) | CODE |
| MEDIUM⚡ | BENCHMARKS.md | 136 | | `ik-llama/iq4ks-two-stage` ⭐ (code) | @noonghunna (1× 3090, 370 W) | ubergarm MTP-IQ4_KS (`ubergarm/Qwen3.6-27B-GGUF`) | CODE |
| MEDIUM | BENCHMARKS.md | 221 | | `multi-fast` **KV-dtype A/B, v0.25.1 rerun** | @Whamp (same rig, 230 W, **P2P engaged via NCCL, custom AR engine-gated | CODE |
| MEDIUM | BENCHMARKS.md | 378 | | `vllm/tess-dual-nvfp4` (Marlin W4A16 fallback, spec-off) 🧪 | @noonghunna (2× 3090 PCIe, sm_86) | fp8/e4m3 | 131072 | 6 | CODE |
| MEDIUM | BENCHMARKS.md | 444 | | **`dual-awq.yml` (TP=2, MAX_NUM_SEQS=4, MTP n=4)** ⭐ | @noonghunna (2× 3090 PCIe, 230W cap) | bf16 | **65K** | **104.5 | CODE |
| MEDIUM | BENCHMARKS.md | 493 | | `vllm/diffusiongemma-dual` (TP=2, fp8) — **cross-rig, first Blackwell** | @paulp83 (2× 5090 sm_120, **PCIe 5.0 ×8, no | CODE |
| MEDIUM | BENCHMARKS.md | 493 | | `vllm/diffusiongemma-dual` (TP=2, fp8) — **cross-rig, first Blackwell** | @paulp83 (2× 5090 sm_120, **PCIe 5.0 ×8, no | CODE |
| MEDIUM⚡ | BENCHMARKS.md | 521 | | **`gemma-4-26b-a4b/single/awq/int8.yml` (TP=1, INT8-PTH KV, MTP n=4)** ⭐⭐ ⚠️ Production-w/-caveats | @noonghunna (1× 3 | CODE |
| MEDIUM⚡ | BENCHMARKS.md | 521 | | **`gemma-4-26b-a4b/single/awq/int8.yml` (TP=1, INT8-PTH KV, MTP n=4)** ⭐⭐ ⚠️ Production-w/-caveats | @noonghunna (1× 3 | CODE |
| MEDIUM⚡ | BENCHMARKS.md | 527 | ## Ornith-1.0 (DeepReinforce agentic-coding fine-tunes — 🧪 experimental) | COMMENT |
| MEDIUM⚡ | BENCHMARKS.md | 538 | ## Agents-A1 (InternScience 35B agentic MoE — ⚠️ production w/ caveats) | COMMENT |
| MEDIUM⚡ | BENCHMARKS.md | 545 | | `vllm/agents-a1-dual` | @sumo-dandan (2× 3090 — one ×16@Gen3, one **×4 OCuLink eGPU dock** off chipset M.2; both cappe | CODE |
| MEDIUM⚡ | BENCHMARKS.md | 545 | | `vllm/agents-a1-dual` | @sumo-dandan (2× 3090 — one ×16@Gen3, one **×4 OCuLink eGPU dock** off chipset M.2; both cappe | CODE |
| MEDIUM⚡ | BENCHMARKS.md | 559 | | `vllm/nemotron-75b-multi-mtp` | @TheFuzy (4× 3090 PCIe, EPYC 7302P, 250 W caps, PCIe-P2P engaged; [#706](https://githu | CODE |
| MEDIUM⚡ | BENCHMARKS.md | 559 | | `vllm/nemotron-75b-multi-mtp` | @TheFuzy (4× 3090 PCIe, EPYC 7302P, 250 W caps, PCIe-P2P engaged; [#706](https://githu | CODE |
| MEDIUM⚡ | BENCHMARKS.md | 569 | Run via [`benchlocal-cli`](https://github.com/noonghunna/benchlocal-cli) `aider-polyglot-30` pack. Different from the TP | CODE |
| MEDIUM | AGENTS.md | 291 | **Don't pair `rebench-full.sh` with `report.sh --full`** — rebench re-runs the same operational gates (verify/bench/agen | CODE |
| MEDIUM | CLAUDE.md | 291 | **Don't pair `rebench-full.sh` with `report.sh --full`** — rebench re-runs the same operational gates (verify/bench/agen | CODE |
| MEDIUM | tools/kv-calc.py | 129 | # Agents-A1 (InternScience 35B agentic MoE): geometry verified byte-identical | STRING |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/services.py | 202 | # ── Subprocess runner protocol (dependency injection seam) ─────────────────────── | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/app.py | 6817 | # [P] Promotion scaffold preview (no live catalog write this phase) | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/app.py | 7280 | # mode 0 · tab-orchestration → scene switch (confirm-gated) | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/app.py | 7412 | # the Promote-to-catalog scaffold computes from. | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/app.py | 8597 | # Cache the arch facts for the lane ② Serve + the Promote scaffold (Phase 5). | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/app.py | 11593 | # tabs (catalog→orchestration→containers→doctor) / 5 lane stages and never | COMMENT |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/app.py | 9542 | self.query_one("#operate-tabs", TabbedContent).active = "tab-orchestration" | CODE |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/app.py | 4733 | # ── Phase 5 · Promote-to-catalog scaffold preview modal (design §3.5b) ──────────── | STRING |
| MEDIUM | tools/serve-cockpit/club3090_cockpit/data.py | 2256 | # ── Phase 5: promote-to-catalog scaffold computation (pure) ─────────────────────── | COMMENT |
| MEDIUM | tools/serve-cockpit/tests/test_services.py | 3937 | assert sc.write_plan is None # nothing to stage on a failed scaffold | CODE |
| MEDIUM⚡ | tools/serve-cockpit/tests/test_app_headless.py | 4158 | # agentic battery against the SERVING model. Confirm-gated (heavy + needs a | COMMENT |
| MEDIUM | tools/serve-cockpit/tests/test_app_headless.py | 5408 | # On orchestration tab: estate-off + the power-cap menu are enabled; | COMMENT |
| MEDIUM⚡ | tools/serve-cockpit/tests/test_app_headless.py | 7753 | app.query_one("#operate-tabs", TabbedContent).active = "tab-orchestration" | CODE |
| MEDIUM⚡ | tools/serve-cockpit/tests/test_app_headless.py | 7766 | app.query_one("#operate-tabs", TabbedContent).active = "tab-orchestration" | CODE |
| MEDIUM⚡ | tools/serve-cockpit/tests/test_app_headless.py | 7780 | app.query_one("#operate-tabs", TabbedContent).active = "tab-orchestration" | CODE |
| MEDIUM | tools/serve-cockpit/tests/test_app_headless.py | 806 | assert app.query_one("#operate-tabs", TabbedContent).active == "tab-orchestration" | CODE |
| MEDIUM | tools/serve-cockpit/tests/test_app_headless.py | 867 | app.query_one("#tab-orchestration", TabPane) | CODE |
| MEDIUM | tools/serve-cockpit/tests/test_app_headless.py | 2293 | app.query_one("#operate-tabs", TabbedContent).active = "tab-orchestration" | CODE |
| MEDIUM | tools/serve-cockpit/tests/test_app_headless.py | 3143 | app.query_one("#operate-tabs", TabbedContent).active = "tab-orchestration" | CODE |
| MEDIUM | tools/serve-cockpit/tests/test_app_headless.py | 7734 | app.query_one("#operate-tabs", TabbedContent).active = "tab-orchestration" | CODE |
| MEDIUM | …b/ik-llama/compose/single/deepreinforce-q4km/ngram.yml | 3 | # Model: Ornith-1.0-9B (DeepReinforce official Q4_K_M GGUF — agentic-coding RL) | COMMENT |
| MEDIUM | models/gemma-4-26b-a4b/vllm/compose/single/awq/int8.yml | 22 | # capture tail). (3) think-OFF agentic/extraction is softer (cli-40 30%, | COMMENT |
| MEDIUM | models/gemma-4-26b-a4b/vllm/compose/single/awq/int8.yml | 177 | # Head-of-line fix: cap a long prefill's per-step tokens so a concurrent short/agentic | COMMENT |
| MEDIUM | models/gemma-4-26b-a4b/vllm/compose/dual/awq/mtp.yml | 148 | # Head-of-line fix: cap a long prefill's per-step tokens so a concurrent short/agentic | COMMENT |
| MEDIUM⚡ | …/diffusiongemma-26b-a4b/vllm/compose/dual/fp8/base.yml | 16 | # bugfind 11/15 · hermesagent-20 14/20 (agentic tool-use works) · | COMMENT |
| MEDIUM⚡ | …/diffusiongemma-26b-a4b/vllm/compose/dual/fp8/base.yml | 19 | # Best for: experimental dLLM serving / agentic tool-use on Ampere (research) | COMMENT |
| MEDIUM | …s-4-27b/llama-cpp/compose/dual/migtissera-q4km/mtp.yml | 20 | # agentic packs (hermes 14-15/20, cli 25/40 off) vs the qwen3.6-27b | COMMENT |
| MEDIUM | …s-4-27b/llama-cpp/compose/dual/migtissera-q4km/mtp.yml | 23 | # Best for: Vision-capable-base agentic/chat alternative to the fast qwen dual — | COMMENT |
| MEDIUM | …s-4-27b/llama-cpp/compose/dual/migtissera-q4km/mtp.yml | 43 | # Tess-4-27B is migtissera's Qwen3.5-based dense 27B instruct/agentic fine-tune | COMMENT |
| MEDIUM | …0b-deckard/llama-cpp/compose/dual/piehsoft-q6k/mtp.yml | 16 | # Best for: Uncensored dual-card chat/agentic; ~41 tok/s (MTP n=2), 128K ctx. ⭐ | COMMENT |
| MEDIUM | …0-35b/ik-llama/compose/dual/deepreinforce-q8/ngram.yml | 3 | # Model: Ornith-1.0-35B (DeepReinforce official Q8_0 GGUF — agentic-coding RL) | COMMENT |
| MEDIUM⚡ | …0-35b/ik-llama/compose/dual/deepreinforce-q8/ngram.yml | 22 | # (aider 15 vs the base's 12-13) — the agentic-coding fine-tune's actual value. | COMMENT |
| MEDIUM⚡ | models/agents-a1/vllm/compose/dual/fp8-dynamic/fp8.yml | 19 | # over qwen3.6-35b-a3b — ~13% slower decode; its edge is agentic | COMMENT |
| MEDIUM | models/vibethinker-3b/vllm/compose/single/bf16/fp8.yml | 17 | # general/agentic serve. temp 1.0 (card default) is unstable on short prompts — TEMP=0.6 | COMMENT |
| MEDIUM | models/vibethinker-3b/vllm/compose/single/bf16/fp8.yml | 47 | # long reasoning trace), so no vLLM tool parser extracts it. The authors document no | COMMENT |
| MEDIUM | models/vibethinker-3b/vllm/compose/single/bf16/fp8.yml | 58 | # MAX_MODEL_LEN context window (default: 131072 — full native) | COMMENT |
| MEDIUM | …-3b/llama-cpp/compose/single/prithivmlmods-q8/q8kv.yml | 25 | # STEM reasoning specialist, not a general/agentic serve. llama.cpp's reasoning parser | COMMENT |
| MEDIUM⚡ | models/qwen3.6-27b/CHANGELOG.md | 131 | **v7.72.1 closes [#57](https://github.com/noonghunna/club-3090/issues/57)** (lex's xgrammar-patternProperties fire on lo | CODE |
| MEDIUM⚡ | models/qwen3.6-27b/CHANGELOG.md | 131 | **v7.72.1 closes [#57](https://github.com/noonghunna/club-3090/issues/57)** (lex's xgrammar-patternProperties fire on lo | CODE |
| 151 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/kv-calc.py | 1535 | except Exception as exc: # registry import / lookup robustness | CODE |
| LOW | tools/kv-calc.py | 1591 | except Exception as exc: # any pricing-path failure → honest unknown | CODE |
| LOW | tools/model-switch/server.py | 88 | except Exception: | CODE |
| LOW | tools/model-switch/server.py | 135 | except Exception: | CODE |
| LOW | tools/model-switch/server.py | 191 | except Exception: | CODE |
| LOW | tools/model-switch/server.py | 199 | except Exception: | CODE |
| LOW | tools/model-switch/server.py | 279 | except Exception as e: | CODE |
| MEDIUM | tools/model-switch/server.py | 129 | def _docker_ps() -> list[dict]: | CODE |
| LOW | tools/residency-instrument/sitecustomize.py | 38 | except Exception as exc: # pragma: no cover - must never block boot. | CODE |
| LOW⚡ | tools/residency-instrument/instrument.py | 176 | except Exception as exc: # pragma: no cover - instrumentation must not fail vLLM. | CODE |
| LOW⚡ | tools/residency-instrument/instrument.py | 184 | except Exception: | CODE |
| LOW⚡ | tools/residency-instrument/instrument.py | 194 | except Exception: | CODE |
| LOW⚡ | tools/residency-instrument/instrument.py | 201 | except Exception: | CODE |
| LOW⚡ | tools/residency-instrument/instrument.py | 204 | except Exception: | CODE |
| LOW⚡ | tools/residency-instrument/instrument.py | 213 | except Exception: | CODE |
| LOW⚡ | tools/residency-instrument/instrument.py | 377 | except Exception: | CODE |
| LOW⚡ | tools/residency-instrument/instrument.py | 390 | except Exception: | CODE |
| LOW⚡ | tools/residency-instrument/instrument.py | 409 | except Exception: | CODE |
| LOW⚡ | tools/residency-instrument/instrument.py | 412 | except Exception: | CODE |
| LOW⚡ | tools/residency-instrument/instrument.py | 421 | except Exception: | CODE |
| LOW⚡ | tools/residency-instrument/instrument.py | 446 | except Exception: | CODE |
| LOW⚡ | tools/residency-instrument/instrument.py | 460 | except Exception: | CODE |
| LOW | tools/residency-instrument/instrument.py | 26 | except Exception: # pragma: no cover - Windows is not a target here. | CODE |
| LOW | tools/residency-instrument/instrument.py | 127 | except Exception: | CODE |
| LOW | tools/residency-instrument/instrument.py | 149 | except Exception: | CODE |
| LOW | tools/residency-instrument/instrument.py | 249 | except Exception: | CODE |
| LOW | tools/residency-instrument/instrument.py | 277 | except Exception: | CODE |
| LOW | tools/residency-instrument/instrument.py | 324 | except Exception: | CODE |
| LOW | tools/residency-instrument/instrument.py | 362 | except Exception: | CODE |
| LOW | tools/residency-instrument/instrument.py | 478 | except Exception: | CODE |
| LOW | tools/residency-instrument/instrument.py | 505 | except Exception: | CODE |
| LOW | tools/residency-instrument/instrument.py | 523 | except Exception: | CODE |
| LOW | tools/residency-instrument/instrument.py | 540 | except Exception: | CODE |
| LOW | tools/residency-instrument/instrument.py | 555 | except Exception: | CODE |
| LOW | tools/residency-instrument/instrument.py | 564 | except Exception: | CODE |
| LOW | tools/residency-instrument/instrument.py | 611 | except Exception: | CODE |
| LOW | tools/residency-instrument/instrument.py | 632 | except Exception as exc: | CODE |
| LOW | tools/residency-instrument/instrument.py | 784 | except Exception as exc: # pragma: no cover - observational only. | CODE |
| LOW | tools/residency-instrument/instrument.py | 796 | except Exception: | CODE |
| LOW⚡ | tools/serve-cockpit/club3090_cockpit/services.py | 2418 | except Exception as exc: # pragma: no cover - defensive | CODE |
| LOW⚡ | tools/serve-cockpit/club3090_cockpit/services.py | 2425 | except Exception as exc: # pragma: no cover - defensive | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 255 | except Exception as exc: # pragma: no cover - defensive | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 535 | except Exception: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 648 | except Exception: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 653 | except Exception: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 711 | except Exception: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 871 | except Exception: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 1231 | except Exception: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 1547 | except Exception: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 1687 | except Exception: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 1805 | except Exception as exc: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 1822 | except Exception as exc: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 2262 | except Exception: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 2277 | except Exception as exc: # pragma: no cover - defensive | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 2294 | except Exception as exc: # pragma: no cover - defensive | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 2301 | except Exception as exc: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 2329 | except Exception as exc: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 2402 | except Exception as exc: # pragma: no cover - defensive | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 2488 | except Exception: # pragma: no cover - defensive | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 2517 | except Exception: # pragma: no cover - defensive | CODE |
| 528 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tools/kv-calc.py | 1051 | # (This mirrors how the existing test harness loads the module.) | COMMENT |
| MEDIUM | tools/serve-cockpit/tests/test_services.py | 2050 | # ... and the comprehensive 'off' command still ran via the write runner. | COMMENT |
| MEDIUM | tools/serve-cockpit/tests/test_services.py | 1528 | """The 'off' scene routes here — comprehensive stop (gpu-mode off + estate | STRING |
| MEDIUM⚡ | tools/serve-cockpit/tests/test_app_headless.py | 3881 | # The cockpit FLAGS the protocol (matched power? same harness? same prompts?) — | COMMENT |
| MEDIUM | tools/serve-cockpit/tests/test_app_headless.py | 3918 | # Protocol caveats FLAG what the cockpit can't verify (power/harness/ | COMMENT |
| MEDIUM | …-a4b/vllm/patches/vllm-pr40886-awq-moe-keys/install.sh | 14 | # in `_weight_iterator`. Anchor-based insertion is robust to upstream | COMMENT |
| MEDIUM | …a4b/vllm/patches/gemma-image-fixes/marlin_utils_fp8.py | 59 | # For GPUs that lack FP8 hardware support, we can leverage the | COMMENT |
| MEDIUM | …gemma-4-12b/vllm/compose/single/autoround-int8/mtp.yml | 16 | # undrafted. n=4 = robust default (near-peak, matches dual); SPEC_N=5 for code-max. | COMMENT |
| MEDIUM⚡ | models/agents-a1/vllm/compose/dual/fp8-dynamic/fp8.yml | 16 | # behavior, not harness); (2) Ampere sm_86 serves FP8 WEIGHT-ONLY | COMMENT |
| MEDIUM⚡ | models/agents-a1/vllm/compose/dual/fp8-dynamic/fp8.yml | 28 | # (post benchlocal-cli #79+#81 harness, 2026-07-03) | COMMENT |
| MEDIUM | …ack/vllm/entrypoints/openai/chat_completion/serving.py | 436 | # Always track previous_texts for comprehensive output logging | COMMENT |
| MEDIUM | …ack/vllm/entrypoints/openai/chat_completion/serving.py | 730 | # Update for comprehensive logging even in simple case | COMMENT |
| MEDIUM⚡ | …qwen3.6-27b/vllm/compose/multi4/autoround-int4/mtp.yml | 32 | # Quality: = the dual fast proxy (vllm/dual): 109/150 (--full, current harness 2026-06-07); | COMMENT |
| MEDIUM⚡ | …qwen3.6-27b/vllm/compose/multi4/autoround-int4/mtp.yml | 34 | # 2026-05-09 harness is not comparable — verifier fixes since.) Quality is | COMMENT |
| MEDIUM⚡ | …en3.6-27b/vllm/compose/dual/autoround-int4/fp8-mtp.yml | 32 | # Quality: 109/150 (det 64/75 · sandbox 45/75) (--full, current harness 2026-06-07). | COMMENT |
| MEDIUM⚡ | …en3.6-27b/vllm/compose/dual/autoround-int4/fp8-mtp.yml | 33 | # In the 3-way fast/balanced/max A/B (same harness, same day): fast 109 · | COMMENT |
| MEDIUM⚡ | …en3.6-27b/vllm/compose/dual/autoround-int4/fp8-mtp.yml | 35 | # ⚠️ Earlier 129/150 (--full, 2026-05-09 harness) is NOT comparable — benchlocal-cli | COMMENT |
| MEDIUM | …s/qwen3.6-27b/vllm/compose/dual/awq-bf16-int4/int8.yml | 21 | # Quality: 105/150 (det 64/75 · sandbox 41/75) (--full, same harness 2026-06-07). 8-pack A/B | COMMENT |
| MEDIUM | …se/_archive/single/autoround-int4/bounded-thinking.yml | 44 | # grammar files, and the harness. | COMMENT |
| MEDIUM | …se/_archive/single/autoround-int4/bounded-thinking.yml | 75 | # bound reasoning cost. See docs/STRUCTURED_COT.md for the harness + | COMMENT |
| MEDIUM | …beellama/compose/dual/beellama-q8kxl-dflash/dflash.yml | 12 | # Max ctx: 262144 default — the model's native n_ctx_train, VALIDATED robust on dual | COMMENT |
| MEDIUM⚡ | …eellama/compose/single/beellama-q4ks-dflash/dflash.yml | 50 | # 2026-07-04 re-gate on the official v0.3.2-preview pin, current harness, | COMMENT |
| MEDIUM⚡ | …eellama/compose/single/beellama-q4ks-dflash/dflash.yml | 51 | # tag gemma-dflash-regate. Prior harness-era numbers: 109/114, 2026-05-27, #239.) | COMMENT |
| MEDIUM | …beellama/compose/dual/beellama-q8kxl-dflash/dflash.yml | 11 | # Max ctx: 196608 (192K) default — the robust balanced ceiling on dual Q8 (validated | COMMENT |
| MEDIUM | scripts/launch.sh | 1215 | # so decode_TPS is not a decode rate for it; the harness labels the | COMMENT |
| MEDIUM | scripts/bench.sh | 30 | # ⇒ Prefill is far more robust (CV <=0.1% within a boot, <=1% across boots); | COMMENT |
| MEDIUM | scripts/bench.sh | 137 | # shape, for a harness that parses it). Default: 1. | COMMENT |
| MEDIUM | scripts/bench.sh | 496 | # A bench harness's failure mode is a PLAUSIBLE WRONG NUMBER, not a crash. The | COMMENT |
| LOW | scripts/club3090-env.sh | 6 | # bash scripts/club3090-env.sh 2>/dev/null # silent: just set env vars | COMMENT |
| MEDIUM | scripts/offload-matrix.sh | 153 | # PRESET=smoke 1 arm — prove the harness works on this rig (default) | COMMENT |
| MEDIUM | scripts/offload-matrix.sh | 247 | # failure class this harness exists to prevent. Seen live 2026-07-30: the probe | COMMENT |
| MEDIUM | scripts/offload-matrix.sh | 345 | # harness exists to prevent. | COMMENT |
| MEDIUM | scripts/catalog-baseline.sh | 25 | # READS THE TAG ARTIFACTS AS TRUTH: if a harness fix rescored saved results, | COMMENT |
| MEDIUM | scripts/catalog-baseline.sh | 199 | friction-#8 hook: a quality number without its harness fingerprint is | STRING |
| MEDIUM | scripts/catalog-baseline.sh | 227 | # quality_env (friction #8 / design §2.1.4): the harness fingerprint the | COMMENT |
| MEDIUM | scripts/power-cap-sweep.sh | 13 | # sudo bash scripts/power-cap-sweep.sh # comprehensive sweep at 10W increments (matches @laur | COMMENT |
| MEDIUM | scripts/verify-full.sh | 532 | # generalized harness). | COMMENT |
| MEDIUM | scripts/verify-full.sh | 538 | skip "docker not in PATH (host engine build? — see #87 for generalized harness work)" | CODE |
| MEDIUM | scripts/soak-helper.py | 563 | # both so the soak harness doesn't go silent when the | COMMENT |
| LOW | scripts/pull.sh | 112 | # just set them for one invocation. Both default OFF: Xet is opt-in because of | COMMENT |
| MEDIUM | scripts/soak-test.sh | 74 | # turns the harness derives TPS from wall time and | COMMENT |
| LOW⚡ | scripts/verify-stress.sh | 1004 | # get a margin curve, not just pass/fail. Stops at the first failure | COMMENT |
| LOW | scripts/verify-stress.sh | 42 | # get a margin curve, not just pass/fail. Stops at the first failure — | COMMENT |
| MEDIUM | scripts/switch.sh | 955 | # so decode_TPS is not a decode rate for it; the harness labels the | COMMENT |
| MEDIUM | scripts/quality-test.sh | 615 | # harness, deps), results run against the OLD behavior — the exact | COMMENT |
| MEDIUM | scripts/tests/test-report-engine-liveness.sh | 40 | # shellcheck source=fixtures/report-harness/report-env.sh | COMMENT |
| MEDIUM | scripts/tests/test-bench-capture.sh | 10 | # The capture layer exists because a bench harness fails by printing a PLAUSIBLE | COMMENT |
| MEDIUM | scripts/tests/test-bench-capture.sh | 87 | # harness running the script — they have killed the calling shell (exit 144). | COMMENT |
| MEDIUM | scripts/tests/test-bench-capture.sh | 855 | # a harness that turned capture off still wants to know what it ran under. | COMMENT |
| MEDIUM | scripts/tests/test-report-exit-code.sh | 32 | # shellcheck source=fixtures/report-harness/report-env.sh | COMMENT |
| MEDIUM | scripts/tests/test-soak-vram-baseline.sh | 34 | # shellcheck source=fixtures/soak-harness/soak-env.sh | COMMENT |
| MEDIUM | scripts/tests/test-offload-matrix-static.sh | 5 | # this harness has already shipped: rows whose column count silently disagrees with | COMMENT |
| MEDIUM | scripts/tests/test-offload-matrix-static.sh | 8 | # The harness exists to produce numbers that DECIDE serving configs. Its failure mode | COMMENT |
| MEDIUM | scripts/tests/test-soak-decode-basis.sh | 36 | # shellcheck source=fixtures/soak-harness/soak-env.sh | COMMENT |
| MEDIUM | scripts/tests/test-catalog-baseline.sh | 104 | # friction #8: the harness fingerprint rides the row (§2.1.4 provenance) | COMMENT |
| MEDIUM | scripts/tests/test-hf-fetch-hardening.sh | 22 | # shim harness: behavior file selects the fake hf's mode per case | COMMENT |
| MEDIUM | scripts/tests/test-pull.sh | 864 | # is asserted by the harness below (kv-calc unchanged). | COMMENT |
| MEDIUM | scripts/tests/test-baselines.sh | 79 | # quality_env (friction #8 / §2.1.4): the harness fingerprint the quality | COMMENT |
| MEDIUM | scripts/tests/test-baselines.sh | 80 | # numbers were produced on — harness required, sandbox_digest optional | COMMENT |
| MEDIUM | scripts/lib/capture.sh | 5 | # A bench harness's failure mode is not a crash — it is a PLAUSIBLE WRONG | COMMENT |
| 15 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/kv-calc.py | 5 | CODE | |
| LOW | tools/repack_prefix.py | 25 | CODE | |
| LOW | tools/repack_prefix.py | 40 | CODE | |
| LOW | tools/model-switch/server.py | 32 | CODE | |
| LOW | tools/residency-instrument/sitecustomize.py | 9 | CODE | |
| LOW | tools/residency-instrument/instrument.py | 10 | CODE | |
| LOW | tools/residency-instrument/instrument.py | 13 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 26 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 50 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/registry.py | 8 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/registry.py | 8 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/registry.py | 8 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/registry.py | 8 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/session_logging.py | 8 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 42 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/__main__.py | 3 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/data.py | 16 | CODE | |
| LOW | tools/serve-cockpit/tests/conftest.py | 20 | CODE | |
| LOW | tools/serve-cockpit/tests/test_uiux_phase4_gguf.py | 7 | CODE | |
| LOW | tools/serve-cockpit/tests/test_uiux_phase4_gguf.py | 13 | CODE | |
| LOW | tools/serve-cockpit/tests/test_services.py | 14 | CODE | |
| LOW | tools/serve-cockpit/tests/test_services.py | 60 | CODE | |
| LOW | tools/serve-cockpit/tests/test_services.py | 60 | CODE | |
| LOW | tools/serve-cockpit/tests/test_services.py | 2756 | CODE | |
| LOW | tools/serve-cockpit/tests/test_uiux_phase1.py | 6 | CODE | |
| LOW | tools/serve-cockpit/tests/test_uiux_phase1.py | 9 | CODE | |
| LOW | tools/serve-cockpit/tests/test_uiux_phase1.py | 126 | CODE | |
| LOW | tools/serve-cockpit/tests/test_app_headless.py | 24 | CODE | |
| LOW | tools/serve-cockpit/tests/test_app_headless.py | 62 | CODE | |
| LOW | tools/serve-cockpit/tests/test_app_headless.py | 62 | CODE | |
| LOW | tools/serve-cockpit/tests/test_app_headless.py | 62 | CODE | |
| LOW | tools/serve-cockpit/tests/test_app_headless.py | 62 | CODE | |
| LOW | tools/serve-cockpit/tests/test_app_headless.py | 5289 | CODE | |
| LOW | tools/serve-cockpit/tests/test_uiux_funnel_oversized.py | 9 | CODE | |
| LOW | tools/serve-cockpit/tests/test_uiux_phase2.py | 3 | CODE | |
| LOW | tools/serve-cockpit/tests/test_uiux_phase3.py | 3 | CODE | |
| LOW | tools/serve-cockpit/tests/test_uiux_phase3.py | 6 | CODE | |
| LOW | tools/serve-cockpit/tests/test_uiux_phase3.py | 8 | CODE | |
| LOW | tools/serve-cockpit/tests/test_uiux_phase3.py | 76 | CODE | |
| LOW | tools/serve-cockpit/tests/test_registry_parser.py | 7 | CODE | |
| LOW | tools/serve-cockpit/tests/test_registry_parser.py | 9 | CODE | |
| LOW | tools/tui-core/club3090_tui_core/runner.py | 3 | CODE | |
| LOW | tools/tui-core/club3090_tui_core/runner.py | 11 | CODE | |
| LOW | tools/tui-core/club3090_tui_core/registry.py | 6 | CODE | |
| LOW | tools/tui-core/club3090_tui_core/registry.py | 10 | CODE | |
| LOW | tools/tui-core/club3090_tui_core/__init__.py | 3 | CODE | |
| LOW | tools/tui-core/club3090_tui_core/__init__.py | 3 | CODE | |
| LOW | tools/tui-core/club3090_tui_core/__init__.py | 3 | CODE | |
| LOW | tools/tui-core/club3090_tui_core/__init__.py | 3 | CODE | |
| LOW | tools/tui-core/club3090_tui_core/__init__.py | 3 | CODE | |
| LOW | tools/tui-core/club3090_tui_core/__init__.py | 3 | CODE | |
| LOW | tools/tui-core/club3090_tui_core/__init__.py | 3 | CODE | |
| LOW | tools/tui-core/club3090_tui_core/__init__.py | 3 | CODE | |
| LOW | tools/tui-core/club3090_tui_core/__init__.py | 3 | CODE | |
| LOW | tools/tui-core/club3090_tui_core/__init__.py | 3 | CODE | |
| LOW | tools/tui-core/club3090_tui_core/__init__.py | 3 | CODE | |
| LOW | tools/tui-core/club3090_tui_core/__init__.py | 3 | CODE | |
| LOW | tools/tui-core/club3090_tui_core/__init__.py | 17 | CODE | |
| LOW | tools/tui-core/club3090_tui_core/__init__.py | 17 | CODE | |
| LOW | tools/tui-core/club3090_tui_core/__init__.py | 17 | CODE | |
| 174 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH⚡ | tools/serve-cockpit/tests/test_services.py | 1051 | '{"arch": null, "eligible": false, "fit_verdict": "unsupported-format",' | CODE |
| HIGH⚡ | tools/serve-cockpit/tests/test_services.py | 1053 | ' "swap_path": {"drop_spec_config": false, "quant_match": null,' | CODE |
| HIGH⚡ | tools/serve-cockpit/tests/test_services.py | 1054 | ' "route": null, "sibling_slug": null}}' | CODE |
| HIGH⚡ | tools/serve-cockpit/tests/test_services.py | 1057 | '{"formats": ["gguf"], "safetensors": null, "gguf_variants":' | CODE |
| HIGH⚡ | tools/serve-cockpit/tests/test_services.py | 1097 | "--inventory": ok('{"formats": [], "safetensors": null, "gguf_variants": []}'), | CODE |
| HIGH | scripts/lib/profiles/pull.py | 625 | # model/arch/quant null). Decision UNCHANGED. | COMMENT |
| HIGH | scripts/lib/profiles/pull.py | 1335 | # boot never reached allocation -> actual null; the WHY | COMMENT |
| HIGH⚡ | scripts/lib/profiles/capture.py | 871 | # actual:{ boot_peak_mib:int|null, gpu_worker_reported_mib:int|null }, | COMMENT |
| HIGH⚡ | scripts/lib/profiles/capture.py | 872 | # predicted_vs_actual_delta_mib:int|null, | COMMENT |
| HIGH⚡ | scripts/lib/profiles/capture.py | 873 | # exit_error_summary:str|null, | COMMENT |
| HIGH | scripts/lib/profiles/capture.py | 921 | # boot never reached allocation -> actual is null; the WHY lives in | COMMENT |
| HIGH | scripts/lib/profiles/measurement_record.py | 369 | the record is still written but the gap is explicit (never a silent null). | STRING |
| HIGH | scripts/lib/profiles/measurement_record.py | 511 | # Soft-gap diagnostics (never a silent null): a list naming each | COMMENT |
| HIGH | scripts/lib/profiles/loop_input.py | 32 | (`capture.py:569`) — F1 just SURFACES that null; it never expects | STRING |
| HIGH⚡ | scripts/lib/profiles/loop_input.py | 302 | # null). `dedup_tuple()` therefore uses `.get(k, None)` (NOT `m[k]`) — | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/kv-calc.py | 432 | CODE | |
| LOW | tools/kv-calc.py | 482 | CODE | |
| LOW | tools/kv-calc.py | 823 | CODE | |
| LOW | tools/kv-calc.py | 1470 | CODE | |
| LOW | tools/kv-calc.py | 1681 | CODE | |
| LOW | tools/model-switch/server.py | 103 | CODE | |
| LOW | tools/model-switch/server.py | 145 | CODE | |
| LOW | tools/residency-instrument/instrument.py | 156 | CODE | |
| LOW | tools/residency-instrument/instrument.py | 266 | CODE | |
| LOW | tools/residency-instrument/instrument.py | 341 | CODE | |
| LOW | tools/residency-instrument/instrument.py | 381 | CODE | |
| LOW | tools/residency-instrument/instrument.py | 527 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 892 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 985 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 1346 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 1641 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 2544 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 2996 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 3044 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 1658 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 5560 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 6007 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 7290 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 7304 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 7494 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 7699 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 7887 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 8080 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 8549 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 9458 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 9614 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 9871 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 10092 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 10419 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 11315 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 11716 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 11997 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 9464 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/data.py | 1773 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/data.py | 1894 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/data.py | 2123 | CODE | |
| LOW | tools/serve-cockpit/club3090_cockpit/data.py | 2625 | CODE | |
| LOW | tools/tui-core/club3090_tui_core/runner.py | 100 | CODE | |
| LOW | tools/tui-core/club3090_tui_core/detect.py | 91 | CODE | |
| LOW | tools/tui-core/club3090_tui_core/widgets/live_pane.py | 87 | CODE | |
| LOW | tools/tui-core/club3090_tui_core/widgets/live_pane.py | 108 | CODE | |
| LOW | tools/tui-core/club3090_tui_core/widgets/live_pane.py | 153 | CODE | |
| LOW | tools/tui-core/club3090_tui_core/widgets/live_pane.py | 175 | CODE | |
| LOW | …ols/tui-core/club3090_tui_core/widgets/history_view.py | 130 | CODE | |
| LOW | …ols/tui-core/club3090_tui_core/widgets/history_view.py | 192 | CODE | |
| LOW | …ols/tui-core/club3090_tui_core/widgets/history_view.py | 270 | CODE | |
| LOW | tools/test-console/club3090_test_console/app.py | 110 | CODE | |
| LOW | tools/test-console/club3090_test_console/app.py | 203 | CODE | |
| LOW | …-a4b/vllm/patches/gemma-image-fixes/diffusion_gemma.py | 1217 | CODE | |
| LOW | …a4b/vllm/patches/gemma-image-fixes/marlin_utils_fp8.py | 98 | CODE | |
| LOW | …hes/vllm-pr40798-rebased/v1/worker/gpu_model_runner.py | 399 | CODE | |
| LOW | …hes/vllm-pr40798-rebased/v1/worker/gpu_model_runner.py | 893 | CODE | |
| LOW | …hes/vllm-pr40798-rebased/v1/worker/gpu_model_runner.py | 1067 | CODE | |
| LOW | …hes/vllm-pr40798-rebased/v1/worker/gpu_model_runner.py | 2100 | CODE | |
| LOW | …hes/vllm-pr40798-rebased/v1/worker/gpu_model_runner.py | 2746 | CODE | |
| 84 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …m/patches/vllm-pr40391-v0.22.0/kv_cache_shape_utils.py | 0 | helpers for restoring padded-page logical kv cache shapes. | STRING |
| HIGH | …lm-pr40391-perheadkv/v1/worker/kv_cache_shape_utils.py | 0 | helpers for restoring padded-page logical kv cache shapes. | STRING |
| HIGH | …m/patches/vllm-pr40391-v0.22.0/kv_cache_shape_utils.py | 0 | helpers for restoring padded-page logical kv cache shapes. | STRING |
| HIGH | …m/patches/vllm-pr40391-v0.22.0/kv_cache_shape_utils.py | 0 | scale padded page size to a different runtime block size. | STRING |
| HIGH | …lm-pr40391-perheadkv/v1/worker/kv_cache_shape_utils.py | 0 | scale padded page size to a different runtime block size. | STRING |
| HIGH | …m/patches/vllm-pr40391-v0.22.0/kv_cache_shape_utils.py | 0 | scale padded page size to a different runtime block size. | STRING |
| HIGH | …m/patches/vllm-pr40391-v0.22.0/kv_cache_shape_utils.py | 0 | adjust the logical last dimension to match padded page size bytes. | STRING |
| HIGH | …lm-pr40391-perheadkv/v1/worker/kv_cache_shape_utils.py | 0 | adjust the logical last dimension to match padded page size bytes. | STRING |
| HIGH | …m/patches/vllm-pr40391-v0.22.0/kv_cache_shape_utils.py | 0 | adjust the logical last dimension to match padded page size bytes. | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/bump-engine-nightlies.sh | 8 | # Usage: | COMMENT |
| LOW | scripts/beellama-pin-bump.sh | 11 | # Usage: | COMMENT |
| LOW | scripts/launch.sh | 9 | # Usage: | COMMENT |
| LOW | scripts/bench.sh | 165 | # Usage: | COMMENT |
| LOW | scripts/bench.sh | 182 | # Usage: | COMMENT |
| LOW | scripts/generate-compose.sh | 11 | # Usage: | COMMENT |
| LOW | scripts/club3090-env.sh | 4 | # Usage: | COMMENT |
| LOW | scripts/rerun-failed-packs.sh | 24 | # Usage: | COMMENT |
| LOW | scripts/submit-bench.sh | 5 | # Usage: | COMMENT |
| LOW | scripts/spec-sweep.sh | 28 | # Usage: | COMMENT |
| LOW | scripts/setup-ai-studio.sh | 6 | # Usage: | COMMENT |
| LOW | scripts/rebench-full.sh | 44 | # Usage: | COMMENT |
| LOW | scripts/power-cap-sweep.sh | 12 | # Usage: | COMMENT |
| LOW | scripts/quality-baseline.sh | 11 | # Usage: | COMMENT |
| LOW⚡ | scripts/report.sh | 9 | # Usage: | COMMENT |
| LOW⚡ | scripts/bench-agentic.sh | 52 | # Usage: | COMMENT |
| LOW | scripts/verify-full.sh | 27 | # Usage: | COMMENT |
| LOW | scripts/update.sh | 19 | # Usage: | COMMENT |
| LOW | scripts/arch-ab.sh | 11 | # Usage: | COMMENT |
| LOW | scripts/concurrency-probe.sh | 22 | # Usage: | COMMENT |
| LOW | scripts/pull.sh | 17 | # Usage: | COMMENT |
| LOW | scripts/health.sh | 13 | # Usage: | COMMENT |
| LOW | scripts/verify-stress.sh | 47 | # Usage: | COMMENT |
| LOW | scripts/engine-pin-bump.sh | 27 | # Usage: | COMMENT |
| LOW | scripts/switch.sh | 9 | # Usage: | COMMENT |
| LOW | scripts/pod.sh | 9 | # Usage: | COMMENT |
| LOW | scripts/tests/tier2/test-offload-matrix-real.sh | 19 | # Usage: | COMMENT |
| LOW | scripts/maintenance/list-image-pins.sh | 12 | # Usage: | COMMENT |
| LOW | services/studio/push-pipe-to-owui.sh | 15 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/serve-cockpit/club3090_cockpit/services.py | 476 | def set_logging_enabled(self, enabled: bool) -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/registry.py | 15 | __all__ = [ | CODE |
| LOW⚡ | tools/serve-cockpit/club3090_cockpit/app.py | 1113 | def set_model_dir_note(self, note: str) -> None: | CODE |
| LOW⚡ | tools/serve-cockpit/club3090_cockpit/app.py | 3593 | def set_run_outcome(self, kind: str, status: str) -> None: | CODE |
| LOW⚡ | tools/serve-cockpit/club3090_cockpit/app.py | 5542 | def set_next_hint(self, markup: str) -> None: | CODE |
| LOW⚡ | tools/serve-cockpit/club3090_cockpit/app.py | 5549 | def set_continue_visible(self, visible: bool) -> None: | CODE |
| LOW⚡ | tools/serve-cockpit/club3090_cockpit/app.py | 6465 | def set_surface(self, surface: str) -> None: | CODE |
| LOW⚡ | tools/serve-cockpit/club3090_cockpit/app.py | 10611 | def _set_run_outcome(self, kind: str, status: str) -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 1287 | def set_serving_slug(self, slug: str, confidence: str = "") -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 1307 | def set_live_free_vram(self, free_gb_by_index: Optional[dict[int, float]]) -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 1402 | def set_filter(self, text: str) -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 1406 | def set_model_filter(self, model: str) -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 2236 | def _set_start_binding_label(self, label: str) -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 2252 | def set_reconcile(self, rec: ReconcileResult) -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 2346 | def _set_force_binding_label(self, label: str) -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 3804 | def set_verify_running(self) -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 3836 | def set_verify_full_running(self) -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 5531 | def set_weights_line(self, markup: str) -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 6237 | def update_from_state(self, state: EstateState, *, as_of: str = "") -> None: | CODE |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 6443 | def set_active(self, index: int) -> None: | CODE |
| LOW⚡ | tools/serve-cockpit/club3090_cockpit/app.py | 1070 | def set_columns(self, order: list[str], hidden: list[str]) -> None: | STRING |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 1686 | def set_detail(self, detail: Optional[dict], error: Optional[str]) -> None: | STRING |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 1691 | def set_cross_rig(self, rows: list[BenchRow]) -> None: | STRING |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 3534 | def set_target_banner(self, text: str) -> None: | STRING |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 4121 | def set_report(self, report: EvidenceReport) -> None: | STRING |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 4190 | def set_result(self, vsbar: MeasureVsBar) -> None: | STRING |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 4318 | def set_report(self, report: str, error: Optional[str]) -> None: | STRING |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 5043 | def set_report(self, report: OptimizerReport) -> None: | STRING |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 5408 | def set_checking(self, repo: str) -> None: | STRING |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 5414 | def set_inspecting(self, repo: str) -> None: | STRING |
| LOW | tools/serve-cockpit/club3090_cockpit/app.py | 5866 | def set_status(self, text: str) -> None: | STRING |
| LOW | tools/serve-cockpit/tests/test_app_headless.py | 713 | async def _settle(pilot) -> None: | CODE |
| LOW⚡ | tools/tui-core/club3090_tui_core/widgets/live_pane.py | 310 | def set_run_header(self, test_type: TestType, model: str, elapsed: str = "") -> None: | CODE |
| LOW⚡ | tools/tui-core/club3090_tui_core/widgets/live_pane.py | 322 | def update_elapsed_timer(self) -> None: | CODE |
| LOW | tools/tui-core/club3090_tui_core/widgets/live_pane.py | 68 | def _update_bench(self, event: ParseEvent) -> None: | CODE |
| LOW | tools/tui-core/club3090_tui_core/widgets/live_pane.py | 87 | def _update_verify(self, event: ParseEvent) -> None: | CODE |
| LOW | tools/tui-core/club3090_tui_core/widgets/live_pane.py | 108 | def _update_stress(self, event: ParseEvent) -> None: | CODE |
| LOW | tools/tui-core/club3090_tui_core/widgets/live_pane.py | 135 | def _update_quality(self, event: ParseEvent) -> None: | CODE |
| LOW | tools/tui-core/club3090_tui_core/widgets/live_pane.py | 153 | def _update_soak(self, event: ParseEvent) -> None: | CODE |
| LOW | tools/tui-core/club3090_tui_core/widgets/live_pane.py | 175 | def _update_rebench(self, event: ParseEvent) -> None: | CODE |
| LOW | tools/tui-core/club3090_tui_core/widgets/live_pane.py | 51 | def update_from_event(self, event: ParseEvent, test_type: TestType) -> None: | STRING |
| LOW | tools/test-console/club3090_test_console/parsers.py | 17 | __all__ = [ | CODE |
| LOW⚡ | tools/test-console/club3090_test_console/app.py | 508 | def _update_elapsed_timer(self) -> None: | CODE |
| LOW⚡ | tools/test-console/club3090_test_console/app.py | 516 | def _update_target_pane(self) -> None: | CODE |
| LOW | tools/test-console/club3090_test_console/detect.py | 18 | __all__ = [ | CODE |
| LOW | …est-console/club3090_test_console/widgets/live_pane.py | 8 | __all__ = ["StructuredHeader", "LivePane"] | CODE |
| LOW | …console/club3090_test_console/widgets/manual_target.py | 5 | __all__ = ["ManualTargetScreen"] | CODE |
| LOW | …t-console/club3090_test_console/widgets/target_pane.py | 10 | __all__ = ["TargetPane", "STATUS_GLYPHS", "STATUS_COLORS", "REGISTRY_STATUS_GLYPHS"] | CODE |
| LOW | …-console/club3090_test_console/widgets/history_view.py | 9 | __all__ = ["RunRecord", "RunDetailScreen", "HistoryScreen"] | CODE |
| LOW | …est-console/club3090_test_console/widgets/test_menu.py | 132 | def set_status(self, test_type: TestType, status: str) -> None: | CODE |
| LOW | …hes/vllm-pr40798-rebased/v1/worker/gpu_model_runner.py | 864 | def update_max_model_len(self, max_model_len: int) -> None: | CODE |
| LOW | …hes/vllm-pr40798-rebased/v1/worker/gpu_model_runner.py | 4800 | def update_config(self, overrides: dict[str, Any]) -> None: | CODE |
| LOW | …s/vllm-pr40391-perheadkv/v1/worker/gpu_model_runner.py | 870 | def update_max_model_len(self, max_model_len: int) -> None: | CODE |
| LOW | …s/vllm-pr40391-perheadkv/v1/worker/gpu_model_runner.py | 4815 | def update_config(self, overrides: dict[str, Any]) -> None: | CODE |
| LOW | …p8-ampere/model_executor/layers/attention/attention.py | 94 | def set_default_quant_scales(layer: nn.Module, register_buffer: bool = False) -> None: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/tui-core/club3090_tui_core/detect.py | 102 | # Step 1: docker ps | COMMENT |
| LOW | tools/tui-core/club3090_tui_core/detect.py | 115 | # Step 2: find inference containers | COMMENT |
| LOW | tools/tui-core/club3090_tui_core/detect.py | 155 | # Step 3: prefer recognized engine prefix; else first match | COMMENT |
| LOW | tools/tui-core/club3090_tui_core/detect.py | 173 | # Step 4: probe /v1/models | COMMENT |
| LOW⚡ | tools/tui-core/club3090_tui_core/detect.py | 190 | # Step 5: GPU info | COMMENT |
| LOW | docs/LOCAL_AI_PRIMER.md | 11 | ### Step 1: Hardware (The Rule of VRAM) | COMMENT |
| LOW | docs/LOCAL_AI_PRIMER.md | 23 | ### Step 2: Model Sizes and Architecture | COMMENT |
| LOW | docs/LOCAL_AI_PRIMER.md | 37 | ### Step 3: The Engines (The Software that runs the AI) | COMMENT |
| LOW | docs/LOCAL_AI_PRIMER.md | 49 | ### Step 4: Quants, Cache, and Context (Shrinking the model) | COMMENT |
| LOW | docs/LOCAL_AI_PRIMER.md | 67 | ### Step 5: Prompt Templates (How to talk to it) | COMMENT |
| LOW⚡ | scripts/setup.sh | 373 | # Step 2: source repo-root .env if present (lets a saved choice persist) | COMMENT |
| LOW⚡ | scripts/setup.sh | 379 | # Step 3: prompt if still unset + interactive | COMMENT |
| LOW | scripts/setup.sh | 428 | # Step 4: silent fallback (preserves prior behavior for non-TTY contexts) | COMMENT |
| LOW⚡ | scripts/verify-stress.sh | 1179 | # Step 1: detect context window | COMMENT |
| LOW⚡ | scripts/verify-stress.sh | 1187 | # Step 2: build the ladder — from ceiling_start to ceiling_fraction*n_ctx | COMMENT |
| LOW | scripts/verify-stress.sh | 1271 | # Step 3: run each rung | COMMENT |
| LOW | scripts/verify-stress.sh | 1462 | # Step 4: summary | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | models/qwen3.6-27b/CHANGELOG.md | 468 | - **Cliff 2** — DeltaNet/GLA recurrent state buffer, fires on any single prompt above ~50-60K tokens regardless of mem-u | CODE |
| CRITICAL | …llm/compose/_archive/single/autoround-int4/tq3-mtp.yml | 41 | # Site: fla.ops.chunk.chunk_gated_delta_rule_fwd_h.h.new_empty(B, NT, H, V, K) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/tui-core/club3090_tui_core/detect.py | 102 | # Step 1: docker ps | COMMENT |
| LOW | tools/tui-core/club3090_tui_core/detect.py | 115 | # Step 2: find inference containers | COMMENT |
| LOW | tools/tui-core/club3090_tui_core/detect.py | 155 | # Step 3: prefer recognized engine prefix; else first match | COMMENT |
| LOW | tools/tui-core/club3090_tui_core/detect.py | 173 | # Step 4: probe /v1/models | COMMENT |
| LOW⚡ | tools/tui-core/club3090_tui_core/detect.py | 190 | # Step 5: GPU info | COMMENT |
| LOW⚡ | scripts/setup.sh | 373 | # Step 2: source repo-root .env if present (lets a saved choice persist) | COMMENT |
| LOW⚡ | scripts/setup.sh | 379 | # Step 3: prompt if still unset + interactive | COMMENT |
| LOW | scripts/setup.sh | 428 | # Step 4: silent fallback (preserves prior behavior for non-TTY contexts) | COMMENT |
| LOW⚡ | scripts/verify-stress.sh | 1179 | # Step 1: detect context window | COMMENT |
| LOW⚡ | scripts/verify-stress.sh | 1187 | # Step 2: build the ladder — from ceiling_start to ceiling_fraction*n_ctx | COMMENT |
| LOW | scripts/verify-stress.sh | 1271 | # Step 3: run each rung | COMMENT |
| LOW | scripts/verify-stress.sh | 1462 | # Step 4: summary | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | tools/test-console/club3090_test_console/app.py | 623 | # Check if a run is active | COMMENT |
| LOW | …gemma-26b-a4b/vllm/patches/gemma-image-fixes/marlin.py | 50 | # Check if platform supports FP8 Marlin | COMMENT |
| LOW | …hes/vllm-pr40798-rebased/v1/worker/gpu_model_runner.py | 4471 | # Check if we need to copy draft tokens to CPU. In async scheduling, | COMMENT |
| LOW | …hes/vllm-pr40798-rebased/v1/worker/gpu_model_runner.py | 6419 | # Check if attention backend supports PCP&DCP and related features. | COMMENT |
| LOW | …40914-k1-only/v1/attention/backends/turboquant_attn.py | 217 | # Set seq_lens to 1 so CUDA graph capture is fast | COMMENT |
| LOW | …tches/vllm-pr40391-perheadkv/v1/core/kv_cache_utils.py | 2000 | # Check if the available memory is enough per worker. | COMMENT |
| LOW | …s/vllm-pr40391-perheadkv/v1/worker/gpu_model_runner.py | 4485 | # Check if we need to copy draft tokens to CPU. In async scheduling, | COMMENT |
| LOW | …s/vllm-pr40391-perheadkv/v1/worker/gpu_model_runner.py | 6381 | # Check if attention backend supports PCP&DCP and related features. | COMMENT |
| LOW | …gemma4-fp8-ampere/v1/attention/backends/triton_attn.py | 147 | # Check if CUDA Graphs are enabled for decode | COMMENT |
| LOW | …p8-ampere/model_executor/layers/attention/attention.py | 240 | # Check if per-head quant scales are required based on kv_cache_scheme | COMMENT |
| LOW | …llm-perheadkv-hybridpage-fix/v1/core/kv_cache_utils.py | 2074 | # Check if the available memory is enough per worker. | COMMENT |
| LOW | scripts/verify.sh | 155 | # Check if model inlined <tool_call> as plain text — the symptom of a broken patch | COMMENT |
| LOW | scripts/report.sh | 642 | # Check if a club-3090 container is running (lightweight — full detection is later) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …tches/vllm-pr40391-perheadkv/v1/core/kv_cache_utils.py | 194 | # Create a fake head and a tail block for the doubly linked list to | COMMENT |
| MEDIUM | …tches/vllm-pr40391-perheadkv/v1/core/kv_cache_utils.py | 758 | # Define a function to check if a given model length fits in memory | COMMENT |
| MEDIUM | …llm-perheadkv-hybridpage-fix/v1/core/kv_cache_utils.py | 198 | # Create a fake head and a tail block for the doubly linked list to | COMMENT |
| MEDIUM | …llm-perheadkv-hybridpage-fix/v1/core/kv_cache_utils.py | 762 | # Define a function to check if a given model length fits in memory | COMMENT |
| MEDIUM | scripts/lib/registry-emit.sh | 842 | # This file is normally SOURCED for its functions (registry_variant_rows etc.). | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/kv-calc.py | 718 | CODE | |
| LOW | tools/kv-calc.py | 892 | CODE | |
| LOW | tools/kv-calc.py | 1151 | CODE | |
| LOW | tools/serve-cockpit/tests/test_app_headless.py | 661 | CODE | |
| LOW | …hes/vllm-pr40798-rebased/v1/worker/gpu_model_runner.py | 2100 | CODE | |
| LOW | …hes/vllm-pr40798-rebased/v1/worker/gpu_model_runner.py | 5290 | CODE | |
| LOW | …40914-k1-only/v1/attention/backends/turboquant_attn.py | 1030 | CODE | |
| LOW | …ack/vllm/entrypoints/openai/chat_completion/serving.py | 83 | CODE | |
| LOW | …s/vllm-pr40391-perheadkv/v1/worker/gpu_model_runner.py | 2106 | CODE | |
| LOW | …s/vllm-pr40391-perheadkv/v1/worker/gpu_model_runner.py | 5305 | CODE | |
| LOW | …p8-ampere/model_executor/layers/attention/attention.py | 189 | CODE | |
| LOW | scripts/lib/profiles/compose_registry.py | 46 | CODE | |
| LOW | scripts/lib/profiles/pull.py | 529 | CODE | |
| LOW | scripts/lib/profiles/compat.py | 832 | CODE | |
| LOW | scripts/lib/profiles/hf_fetch.py | 805 | CODE | |
| LOW | scripts/lib/profiles/measurement_record.py | 328 | CODE | |
| LOW | services/studio/production/planner.py | 222 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | services/studio/studio_pipe.py | 41 | WORKFLOWS = json.loads(r"""{"ltx-t2v": {"1": {"inputs": {"vae_name": "ltx-2.3-22b-distilled_audio_vae.safetensors", "dev | CODE |
| LOW | services/studio/workflows/ideogram4.json | 6 | "pos": {"class_type": "CLIPTextEncode", "inputs": {"text": "placeholder", "clip": ["clip", 0]}}, | CODE |
| LOW | services/studio/workflows/hidream_o1.json | 3 | "cond": {"class_type": "HiDreamO1Conditioning", "inputs": {"prompt": "placeholder", "negative_prompt": ""}}, | CODE |
| LOW | services/studio/workflows/stable_audio_sfx.json | 4 | "pos": {"class_type": "CLIPTextEncode", "inputs": {"text": "placeholder", "clip": ["clip", 0]}}, | CODE |
| LOW | services/studio/workflows/chroma1_hd.json | 6 | "pos": {"class_type": "CLIPTextEncode", "inputs": {"text": "placeholder", "clip": ["clip", 0]}}, | CODE |
| LOW | services/studio/workflows/ace_step_music.json | 6 | "pos": {"class_type": "TextEncodeAceStepAudio", "inputs": {"clip": ["ckpt", 1], "tags": "placeholder", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/soak-helper.py | 308 | "src/example.py: def handle_request(payload):\n" | CODE |