Repository Analysis

handy-computer/transcribe.cpp

ggml speech-to-text inference for 16+ model families

6.0 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of handy-computer/transcribe.cpp, a C++ project with 1,673 GitHub stars. SynthScan v2.0 examined 572,687 lines of code across 1528 source files, recording 2402 pattern matches distributed across 20 syntactic categories. The overall adjusted score of 6.0 places this repository in the Low 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).

6.0
Adjusted Score
6.0
Raw Score
100%
Time Factor
2026-07-31
Last Push
1.7K
Stars
C++
Language
572.7K
Lines of Code
1.5K
Files
2.4K
Pattern Hits
2026-08-02
Scan Date
0.02
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

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.

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

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.

CRITICAL 2HIGH 21MEDIUM 445LOW 1934

Directory Score Breakdown

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.

Pattern Findings

The scanner identified 2402 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.

Over-Commented Block1279 hits · 1242 pts
SeverityFileLineSnippetContext
LOWCMakeLists.txt61endif()COMMENT
LOWCMakeLists.txt121# silently ignoring it.COMMENT
LOWCMakeLists.txt141# is a teardown/coexistence liability for an embeddable library, and the nativeCOMMENT
LOWCMakeLists.txt161# single switch behind every official-wheel CPU posture (the per-flag listsCOMMENT
LOWCMakeLists.txt201# -----------------------------------------------------------------------------COMMENT
LOWCMakeLists.txt221 # initializer zero by C aggregate-init rules. TheCOMMENT
LOWCMakeLists.txt241 -fsanitize=address,undefinedCOMMENT
LOWCMakeLists.txt261# -----------------------------------------------------------------------------COMMENT
LOWCMakeLists.txt281set(GGML_HIP ${TRANSCRIBE_HIP} CACHE BOOL "" FORCE)COMMENT
LOWCMakeLists.txt321#COMMENT
LOWCMakeLists.txt341# - perf: native persistent/ephemeral pool is on par with OpenMP (it isCOMMENT
LOWCMakeLists.txt361# by default (set above), so a shared lib exports only the TRANSCRIBE_APICOMMENT
LOWCMakeLists.txt381 # cache var of its own, so on any reconfigure it is already DEFINED (as "")COMMENT
LOWpyproject.toml1# transcribe-cpp-native: the default native provider package for theCOMMENT
LOWpyproject.toml101]COMMENT
LOWpyproject.toml141# x86_64 macOS wheel: CPU only, no Metal. Intel-Mac GPUs are out of scopeCOMMENT
LOWpyproject.toml181 # Canary GGUFs are fetched on the HOST (cached; HF rate limits) and readCOMMENT
LOWpyproject.toml201# can have mainline LLVM clang first in PATH, and open-source clang errors onCOMMENT
LOWtools/CMakeLists.txt1# tools/ - developer tools that are NOT part of the public ABI.COMMENT
LOWtools/transcribe-quantize/policy.h1// transcribe-quantize policy: per-tensor bucket classification + per-presetCOMMENT
LOWtools/transcribe-quantize/policy.h41// don't divide the quant's block size, and linear_attn_out for the _MCOMMENT
LOWtools/transcribe-quantize/main.cpp1// transcribe-quantize - re-quantize a transcribe.cpp GGUF.COMMENT
LOWtools/transcribe-quantize/main.cpp21// pass without any external file handling.COMMENT
LOWtools/transcribe-quantize/main.cpp101COMMENT
LOWtools/transcribe-quantize/policy.cpp41// ---------------------------------------------------------------------------COMMENT
LOWtools/transcribe-quantize/policy.cpp121 return Bucket::Norm;COMMENT
LOWtools/transcribe-quantize/policy.cpp141 if (name == "frontend.mel_filterbank" || name == "frontend.window") {COMMENT
LOWtools/transcribe-quantize/policy.cpp161 if (ends_with(name, ".after_norm.weight") || ends_with(name, ".tp_norm.weight")) {COMMENT
LOWtools/transcribe-quantize/policy.cpp201 // (`conv_depthwise.weight`) without a `.conv.` separator.COMMENT
LOWtools/transcribe-quantize/policy.cpp221// name, linear_main, linear_fallback, linear_attn_out, linear_embed,COMMENT
LOWtools/transcribe-quantize/policy.cpp261 // frequently on ASR models (Whisper-tiny d_model=384, ParakeetCOMMENT
LOWtools/transcribe-bench/main.cpp1// transcribe-bench - one-shot perf measurement for a (model, sample) pair.COMMENT
LOWtests/qwen3_asr_bpe_parity.cpp1// qwen3_asr_bpe_parity.cpp - byte-level BPE encoder parity test.COMMENT
LOWtests/qwen3_asr_bpe_parity.cpp21//COMMENT
LOWtests/whisper_bin_tokenize_parity.cpp1// whisper_bin_tokenize_parity.cpp - tokenizer parity between theCOMMENT
LOWtests/whisper_bin_tokenize_parity.cpp21// Gated by both:COMMENT
LOWtests/backend_probe_order_unit.cpp1// backend_probe_order_unit.cpp - unit tests for GPU probe ordering.COMMENT
LOWtests/backend_init_throw_unit.cpp1// backend_init_throw_unit.cpp - device-init exception containment.COMMENT
LOWtests/moonshine_streaming_stream_parity.cpp1// moonshine_streaming_stream_parity.cpp - real-model gated test thatCOMMENT
LOWtests/moonshine_streaming_stream_parity.cpp21//COMMENT
LOWtests/whisper_e2e_smoke.cpp1// whisper_e2e_smoke.cpp - real-model gated public-ABI test for Whisper.COMMENT
LOWtests/whisper_e2e_smoke.cpp321 // recording) so the default-threshold no-speech path exercisesCOMMENT
LOWtests/qwen3_asr_smoke.cpp1// qwen3_asr_smoke.cpp - default-ctest loader smoke for the Qwen3-ASRCOMMENT
LOWtests/qwen3_asr_smoke.cpp21// 4. ggml_tensor::ne for representative tensors matches theCOMMENT
LOWtests/qwen3_asr_smoke.cpp41// - qwen3_asr_real_smoke_{0_6b,1_7b}.cpp: env-gated structural testsCOMMENT
LOWtests/moss_diarize_parser_unit.cpp1// moss_diarize_parser_unit.cpp - grammar tests for the MOSS emergentCOMMENT
LOWtests/CMakeLists.txt1# transcribe.cpp test suite.COMMENT
LOWtests/CMakeLists.txt21# Fixture pipeline rationale: previous attempts ran the generator atCOMMENT
LOWtests/CMakeLists.txt61 -P ${CMAKE_CURRENT_SOURCE_DIR}/check_extension_umbrella.cmake)COMMENT
LOWtests/CMakeLists.txt481# -----------------------------------------------------------------------------COMMENT
LOWtests/CMakeLists.txt601endif()COMMENT
LOWtests/CMakeLists.txt641COMMENT
LOWtests/CMakeLists.txt801 "TRANSCRIBE_TEST_SAMPLES_DIR=\"${CMAKE_SOURCE_DIR}/samples\"")COMMENT
LOWtests/CMakeLists.txt881# -----------------------------------------------------------------------------COMMENT
LOWtests/CMakeLists.txt1021 add_test(NAME transcribe_cohere_real_smokeCOMMENT
LOWtests/CMakeLists.txt1101COMMENT
LOWtests/CMakeLists.txt1181COMMENT
LOWtests/cohere_real_smoke.cpp1// cohere_real_smoke.cpp - real-model gated structural test for theCOMMENT
LOWtests/cohere_real_smoke.cpp21// transcription path against the same GGUF; this test covers theCOMMENT
LOWtests/cohere_real_smoke.cpp41// hann / per_feature / pre_emph 0.97 / constant pad / f_max=8000).COMMENT
1219 more matches not shown…
Decorative Section Separators415 hits · 1204 pts
SeverityFileLineSnippetContext
MEDIUMCMakeLists.txt98# -----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt100# -----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt107# -----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt109# -----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt259# -----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt261# -----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt269# -----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt271# -----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt3# -----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt5# -----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt49# -----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt51# -----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt70# -----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt72# -----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt201# -----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt203# -----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt432# -----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt434# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt34# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt36# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt63# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt65# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt83# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt85# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt104# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt106# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt125# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt127# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt149# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt151# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt173# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt175# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt189# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt191# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt205# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt207# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt221# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt223# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt245# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt247# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt262# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt264# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt279# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt281# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt298# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt300# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt320# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt322# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt339# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt356# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt358# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt381# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt384# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt402# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt404# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt450# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt452# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt481# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt483# -----------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt512# -----------------------------------------------------------------------------COMMENT
355 more matches not shown…
Hyper-Verbose Identifiers180 hits · 199 pts
SeverityFileLineSnippetContext
LOWscripts/intake.py159def _floating_dtype_distribution(dist: dict[str, int]) -> dict[str, int]:CODE
LOWscripts/intake.py190def _safetensors_dtype_distribution(repo: str, revision: str) -> dict[str, int]:CODE
LOWscripts/convert-funasr_nano.py140def _patch_fun_asr_nano_imports() -> None:CODE
LOWscripts/dump_reference_parakeet_nemo.py115def _patch_conformer_for_offline(force_regular_att_style: bool = False) -> None:CODE
LOWscripts/dump_reference_parakeet_nemo.py458def apply_att_context_right_override(model, att_context_right) -> None:CODE
LOWscripts/dump_reference_parakeet_nemo.py680def _dump_transducer_first_step(model, enc_t, dump):CODE
LOWscripts/dump_reference_canary_nemo.py214def capture_encoder_intermediates(model, blocks: list[int]):CODE
LOWscripts/dump_reference_canary_nemo.py252def capture_decoder_intermediates(model, dec_blocks: list[int]):CODE
LOWscripts/convert-gigaam.py245def extract_charwise_tokenizer(vocab: list[str], blank_piece: str = "<blank>") -> dict:CODE
LOWscripts/dump_reference_funasr_nano_funasr.py72def _patch_fun_asr_nano_imports() -> None:CODE
LOWscripts/validate.py57def normalize_text_for_compare(text: str) -> str:CODE
LOWscripts/convert-parakeet.py426def _load_nemo_archive_directly(nemo_path: Path):CODE
LOWscripts/convert-parakeet.py636def _resolve_att_context_size(raw) -> tuple[int, int]:CODE
LOWscripts/convert-parakeet.py663def _resolve_att_context_size_choices(raw) -> list[tuple[int, int]]:CODE
LOWscripts/convert-parakeet.py691def _resolve_att_chunk_context_size(raw) -> tuple[list[int], list[int], list[int]]:CODE
LOWscripts/convert-parakeet.py720def _resolve_conv_context_size(raw, kernel_size: int) -> tuple[int, int]:CODE
LOWscripts/convert-granite.py138def granite_translation_pairs(asr_langs: list[str]) -> list[str]:CODE
LOWscripts/validate_streaming.py199def expand_pattern_tolerances(ref_dir: Path, pattern_path: Path,CODE
LOWscripts/dump_reference_canary_qwen_nemo.py324def register_perception_hooks(perception_parts: dict, blocks: list[int]) -> dict[str, CaptureHook]:CODE
LOWscripts/preflight.py178def _expected_dtype_from_intake(data: dict[str, Any]) -> str | None:CODE
LOWscripts/preflight.py302def _nemo_preprocessor_to_pre(model_config: dict) -> dict | None:CODE
LOWscripts/preflight.py532def _frontend_from_preprocessor(pre: dict) -> dict[str, Any]:CODE
LOWscripts/preflight.py560def _canonical_normalize_for_compare(raw):CODE
LOWscripts/preflight.py680def check_architecture_sanity(declared, gguf_kvs, reference, gate: Gate) -> CheckResult:CODE
LOWscripts/convert-granite_nar.py248def emit_mel_filterbank_and_window(writer: GGUFWriter, hp: dict) -> None:CODE
LOWscripts/bench/run.py215def parse_quant_from_filename(path: Path) -> str | None:CODE
LOWscripts/lib/test_gguf_writer.py50def test_move_reorders_bulk_to_end():CODE
LOWscripts/lib/test_gguf_writer.py65def test_move_is_noop_without_bulk_keys():CODE
LOWscripts/lib/test_gguf_writer.py75def test_split_scalars_precede_trailer():CODE
LOWscripts/lib/test_gguf_writer.py92def test_factory_writes_trailer_on_disk():CODE
LOWscripts/lib/test_gguf_writer.py114def test_bulk_keys_are_tokenizer_only():CODE
LOWscripts/lib/test_quant_policy_sync.py189def test_linear_keeps_reference_dtype() -> None:CODE
LOWscripts/lib/test_quant_policy_sync.py196def test_known_drift_is_pinned() -> None:CODE
LOWscripts/hf_cards/generate.py43def build_transcribe_cpp_block(spec: dict) -> str:CODE
LOWscripts/wer/run_reference_funasr_nano.py36def _patch_fun_asr_nano_imports() -> None:CODE
LOWscripts/wer/test_der.py14 def test_matches_pyannote_tutorial_fixture(self) -> None:CODE
LOWscripts/wer/test_der.py31 def test_permuted_labels_are_free(self) -> None:CODE
LOWscripts/wer/test_der.py40 def test_confusion_uses_optimal_one_to_one_mapping(self) -> None:CODE
LOWscripts/wer/test_der.py50 def test_miss_and_false_alarm_include_nonspeech(self) -> None:CODE
LOWscripts/wer/test_der.py59 def test_overlap_uses_speaker_time(self) -> None:CODE
LOWscripts/wer/test_der.py66 def test_collar_excludes_both_sides_of_reference_boundaries(self) -> None:CODE
LOWscripts/wer/test_der.py78 def test_untimed_sentinel_is_rejected(self) -> None:CODE
LOWscripts/wer/test_der.py92 def test_sanitize_clamps_hypothesis_to_duration(self) -> None:CODE
LOWscripts/wer/test_der.py111 def test_sanitize_drops_degenerate_hypothesis_rows(self) -> None:CODE
LOWscripts/wer/remote/subprocess_io.py9def run_subprocess_capturing_stderr(CODE
LOWscripts/wer/remote/modal_sweep.py311def _prepare_manifest_for_cell(CODE
LOWscripts/wer/remote/modal_sweep.py329def _subset_manifest_for_cell(CODE
LOWscripts/wer/remote/modal_sweep.py780def _register_reference_runner(gpu_id: str):CODE
LOWbindings/python/tests/conftest.py123def prompted_streaming_model_path() -> Path:CODE
LOWbindings/python/tests/conftest.py143def parakeet_stream_model_path() -> Path:CODE
LOWbindings/python/tests/conftest.py149def parakeet_buffered_model_path() -> Path:CODE
LOWbindings/python/tests/test_errors.py22def test_every_status_maps_to_documented_subclass():CODE
LOWbindings/python/tests/test_errors.py59def test_unknown_status_degrades_to_base_class():CODE
LOWbindings/python/tests/test_errors.py65def test_exception_for_status_builds_without_raising():CODE
LOWbindings/python/tests/test_errors.py72def test_status_constants_come_from_generated_layer():CODE
LOWbindings/python/tests/test_errors.py85def test_missing_model_file_raises_model_file_not_found(tmp_path):CODE
LOWbindings/python/tests/test_errors.py91def test_junk_model_file_raises_model_load_error(tmp_path):CODE
LOWbindings/python/tests/test_errors.py98def test_invalid_spec_k_drafts_rejected_before_native_call():CODE
LOWbindings/python/tests/test_family_ext.py34def test_build_stamps_kind_and_size(cls):CODE
LOWbindings/python/tests/test_family_ext.py42def test_build_defaults_equal_init_defaults(cls):CODE
120 more matches not shown…
Structural Annotation Overuse101 hits · 176 pts
SeverityFileLineSnippetContext
LOWtools/transcribe-quantize/main.cpp427 // Step 2: quantize fp32 → dst_type into the destinationCOMMENT
LOW.claude/skills/porting-6-bench/SKILL.md50### Step 1: Matrix presence (execute)COMMENT
LOW.claude/skills/porting-6-bench/SKILL.md59### Step 2: Rebuild transcribe-bench (execute)COMMENT
LOW.claude/skills/porting-6-bench/SKILL.md68### Step 3: Bench scope (ask-point)COMMENT
LOW.claude/skills/porting-6-bench/SKILL.md84### Step 4: Baseline capture (execute)COMMENT
LOW.claude/skills/porting-6-bench/SKILL.md124### Step 5: Schema validation (execute)COMMENT
LOW.claude/skills/porting-6-bench/SKILL.md153### Step 6: Iteration loop (human-driven)COMMENT
LOW.claude/skills/porting-6-bench/SKILL.md193### Step 7: Sign-offCOMMENT
LOW.claude/skills/porting-2-oracle/SKILL.md59### Step 1: Per-family env and dumperCOMMENT
LOW.claude/skills/porting-2-oracle/SKILL.md74### Step 2: Complete the golden manifest (execute)COMMENT
LOW.claude/skills/porting-2-oracle/SKILL.md93### Step 3: Reference dumps (execute)COMMENT
LOW.claude/skills/porting-2-oracle/SKILL.md120### Step 4: Reference transcripts (execute)COMMENT
LOW.claude/skills/porting-2-oracle/SKILL.md134### Step 5: Generate dump_coverage.json (execute)COMMENT
LOW.claude/skills/porting-2-oracle/SKILL.md152### Step 6: Provisional tolerances from per-tensor magnitude (execute)COMMENT
LOW.claude/skills/porting-2-oracle/SKILL.md177### Step 7: Reference WER baseline (execute)COMMENT
LOW.claude/skills/porting-2-oracle/SKILL.md229### Step 8: Sign-offCOMMENT
LOW.claude/skills/porting-5-quants/SKILL.md38### Step 1: Build the quantizer (execute)COMMENT
LOW.claude/skills/porting-5-quants/SKILL.md44### Step 2: Run quantize-all (execute)COMMENT
LOW.claude/skills/porting-5-quants/SKILL.md54### Step 3: CLI output-validity smoke (execute)COMMENT
LOW.claude/skills/porting-5-quants/SKILL.md73### Step 4: Publish quants to a private HF repo (execute)COMMENT
LOW.claude/skills/porting-5-quants/SKILL.md84### Step 5: Tentative WER sweep (execute)COMMENT
LOW.claude/skills/porting-5-quants/SKILL.md106### Step 6: Sign-offCOMMENT
LOW.claude/skills/porting-1-intake/SKILL.md34### Step 1: Mechanical draft (execute)COMMENT
LOW.claude/skills/porting-1-intake/SKILL.md48### Step 2: Human-judgment fieldsCOMMENT
LOW.claude/skills/porting-1-intake/SKILL.md91### Step 3: Schema validation (execute)COMMENT
LOW.claude/skills/porting-1-intake/SKILL.md102### Step 4: Preflight Gate A (execute)COMMENT
LOW.claude/skills/porting-1-intake/SKILL.md110### Step 5: Family doc draft (execute)COMMENT
LOW.claude/skills/porting-1-intake/SKILL.md119### Step 6: Golden manifest skeleton (execute)COMMENT
LOW.claude/skills/porting-1-intake/SKILL.md141### Step 7: Sign-offCOMMENT
LOW.claude/skills/porting-8-ship/SKILL.md39### Step 1: Pre-flight checklist (execute)COMMENT
LOW.claude/skills/porting-8-ship/SKILL.md79### Step 2: Family doc (execute + ask-point)COMMENT
LOW.claude/skills/porting-8-ship/SKILL.md116### Step 3: User-facing model card (execute)COMMENT
LOW.claude/skills/porting-8-ship/SKILL.md140### Step 4: HF card YAML spec (execute)COMMENT
LOW.claude/skills/porting-8-ship/SKILL.md171### Step 5: Render the HF README (execute)COMMENT
LOW.claude/skills/porting-8-ship/SKILL.md179### Step 6: Pre-upload review (ask-point)COMMENT
LOW.claude/skills/porting-8-ship/SKILL.md190### Step 7: Sign-offCOMMENT
LOW.claude/skills/porting-4-cpp/SKILL.md62### Step 0: Family-level forward-map.md (execute)COMMENT
LOW.claude/skills/porting-4-cpp/SKILL.md84### Step 1: Sibling-variant shortcut (execute)COMMENT
LOW.claude/skills/porting-4-cpp/SKILL.md101### Step 2: Implement src/arch/<family>/ — drive from the forward mapCOMMENT
LOW.claude/skills/porting-4-cpp/SKILL.md165### Step 3: First validate.py run (execute)COMMENT
LOW.claude/skills/porting-4-cpp/SKILL.md189### Step 4: Finalize tolerances (execute)COMMENT
LOW.claude/skills/porting-4-cpp/SKILL.md243### Step 5: Human review of tolerancesCOMMENT
LOW.claude/skills/porting-4-cpp/SKILL.md254### Step 6: Ref-dtype validation green (execute)COMMENT
LOW.claude/skills/porting-4-cpp/SKILL.md264### Step 7: Frontend parity (execute)COMMENT
LOW.claude/skills/porting-4-cpp/SKILL.md283### Step 8: Run the family-doc Capability Validation table (execute)COMMENT
LOW.claude/skills/porting-4-cpp/SKILL.md320### Step 9: Batch parity (execute)COMMENT
LOW.claude/skills/porting-4-cpp/SKILL.md361### Step 10: Publish ref-dtype to private HF repo (execute)COMMENT
LOW.claude/skills/porting-4-cpp/SKILL.md372### Step 11: Full ref-dtype WER gate (execute)COMMENT
LOW.claude/skills/porting-4-cpp/SKILL.md407### Step 12: Sign-offCOMMENT
LOW.claude/skills/porting-3-convert/SKILL.md32### Step 1: Per-family converterCOMMENT
LOW.claude/skills/porting-3-convert/SKILL.md72### Step 2: Identify reference dtype (read intake)COMMENT
LOW.claude/skills/porting-3-convert/SKILL.md86### Step 3: Run the converter (execute)COMMENT
LOW.claude/skills/porting-3-convert/SKILL.md108### Step 4: Converter manifest (execute)COMMENT
LOW.claude/skills/porting-3-convert/SKILL.md140### Step 5: Structural checks (execute)COMMENT
LOW.claude/skills/porting-3-convert/SKILL.md164### Step 6: Sign-offCOMMENT
LOW.claude/skills/porting-7-wer/SKILL.md41### Step 1: Acceptance manifest (execute or ask-point)COMMENT
LOW.claude/skills/porting-7-wer/SKILL.md71### Step 2: Score the reference-dtype model (execute)COMMENT
LOW.claude/skills/porting-7-wer/SKILL.md92### Step 3: Ref-dtype WER limit (execute)COMMENT
LOW.claude/skills/porting-7-wer/SKILL.md149### Step 4: Score each shipped quant (execute)COMMENT
LOW.claude/skills/porting-7-wer/SKILL.md170### Step 5: Summary table (execute)COMMENT
41 more matches not shown…
Unused Imports163 hits · 160 pts
SeverityFileLineSnippetContext
LOWscripts/intake.py24CODE
LOWscripts/dump_reference_moss_author.py42CODE
LOWscripts/convert-funasr_nano.py88CODE
LOWscripts/convert-funasr_nano.py143CODE
LOWscripts/convert-canary-qwen.py69CODE
LOWscripts/convert-moonshine_streaming.py52CODE
LOWscripts/convert-voxtral_realtime.py43CODE
LOWscripts/dump_reference_whisper_transformers.py26CODE
LOWscripts/batch_parity.py42CODE
LOWscripts/compare_tensors.py61CODE
LOWscripts/dump_reference_voxtral_realtime_transformers.py68CODE
LOWscripts/convert-moss.py71CODE
LOWscripts/dump_reference_sortformer_nemo.py46CODE
LOWscripts/validate_buffered_streaming.py46CODE
LOWscripts/build_medasr_oracle.py9CODE
LOWscripts/convert-moonshine.py142CODE
LOWscripts/convert-sortformer.py30CODE
LOWscripts/batch_tensor_parity.py28CODE
LOWscripts/audit_gguf_metadata.py28CODE
LOWscripts/audit_gguf_metadata.py32CODE
LOWscripts/dump_reference_voxtral_transformers.py45CODE
LOWscripts/quantize-all.py34CODE
LOWscripts/convert-cohere.py72CODE
LOWscripts/dump_reference_parakeet_nemo.py39CODE
LOWscripts/dump_reference_canary_nemo.py62CODE
LOWscripts/whisper_long_form_parity.py28CODE
LOWscripts/build_canary_qwen_oracle.py9CODE
LOWscripts/convert-gigaam.py81CODE
LOWscripts/convert-gigaam.py84CODE
LOWscripts/dump_reference_gigaam_author.py41CODE
LOWscripts/dump_reference_funasr_nano_funasr.py49CODE
LOWscripts/dump_reference_funasr_nano_funasr.py53CODE
LOWscripts/dump_reference_funasr_nano_funasr.py74CODE
LOWscripts/validate.py37CODE
LOWscripts/dump_reference_sensevoice_funasr.py57CODE
LOWscripts/dump_reference_sensevoice_funasr.py60CODE
LOWscripts/dump_reference_sensevoice_funasr.py63CODE
LOWscripts/convert-parakeet.py64CODE
LOWscripts/convert-medasr.py59CODE
LOWscripts/dump_reference_medasr_transformers.py72CODE
LOWscripts/quant_accuracy.py61CODE
LOWscripts/convert-granite.py86CODE
LOWscripts/convert-sensevoice.py90CODE
LOWscripts/convert-sensevoice.py93CODE
LOWscripts/validate_streaming.py46CODE
LOWscripts/dump_reference_canary_qwen_nemo.py58CODE
LOWscripts/dump_reference_canary_qwen_nemo.py61CODE
LOWscripts/dump_reference_qwen3_asr_author.py36CODE
LOWscripts/dump_reference_qwen3_asr_author.py40CODE
LOWscripts/dump_reference_granite_transformers.py40CODE
LOWscripts/dump_reference_granite_transformers.py43CODE
LOWscripts/dump_reference_granite_transformers.py44CODE
LOWscripts/convert-canary.py56CODE
LOWscripts/convert-voxtral.py34CODE
LOWscripts/gen_sortformer_oracle_audio.py22CODE
LOWscripts/convert-qwen3_asr.py73CODE
LOWscripts/build_gigaam_oracle.py10CODE
LOWscripts/dump_reference_moonshine_transformers.py27CODE
LOWscripts/dump_reference_moonshine_transformers.py43CODE
LOW…pts/dump_reference_moonshine_streaming_transformers.py44CODE
103 more matches not shown…
Excessive Try-Catch Wrapping83 hits · 92 pts
SeverityFileLineSnippetContext
LOWscripts/intake.py196 except Exception:CODE
LOWscripts/convert-funasr_nano.py151 except Exception as e:CODE
LOWscripts/compare_tensors.py154 except Exception as e:CODE
LOWscripts/compare_tensors.py158 except Exception as e:CODE
LOWscripts/dump_reference_voxtral_realtime_transformers.py320 except Exception: # noqa: BLE001 - fall through to next decode formCODE
LOWscripts/audit_gguf_metadata.py223 except Exception as e: # noqa: BLE001 - report and continue the sweepCODE
LOWscripts/audit_gguf_metadata.py230 except Exception as e: # noqa: BLE001CODE
LOWscripts/dump_reference_voxtral_transformers.py272 except Exception: # noqa: BLE001 - fall through to next decode formCODE
LOWscripts/quantize-all.py72 except Exception:CODE
LOWscripts/dump_reference_parakeet_nemo.py224 except Exception as e2:CODE
LOWscripts/dump_reference_parakeet_nemo.py242 except Exception as e2:CODE
LOWscripts/dump_reference_parakeet_nemo.py335except Exception:CODE
LOWscripts/dump_reference_parakeet_nemo.py505 except Exception as e:CODE
LOWscripts/dump_reference_parakeet_nemo.py792 except Exception as e:CODE
LOWscripts/dump_reference_canary_nemo.py551 except Exception as exc:CODE
LOWscripts/convert-parakeet.py514 except Exception as e:CODE
LOWscripts/convert-parakeet.py524 except Exception as e:CODE
LOWscripts/validate_streaming.py186 except Exception:CODE
LOWscripts/dump_reference_canary_qwen_nemo.py477 except Exception as exc:CODE
LOWscripts/dump_reference_canary_qwen_nemo.py483 except Exception as exc:CODE
LOWscripts/dump_reference_canary_qwen_nemo.py535 except Exception:CODE
LOWscripts/convert-canary.py191 except Exception:CODE
LOWscripts/wer/run_reference_funasr_nano.py160 except Exception:CODE
LOWscripts/wer/run_reference_funasr_nano.py212 except Exception as e:CODE
LOWscripts/wer/run.py323 except Exception:CODE
LOWscripts/wer/run.py392 except Exception as e:CODE
LOWscripts/wer/run_reference_medasr_transformers.py145 except Exception as e:CODE
LOWscripts/wer/run_reference_granite_transformers.py110 except Exception:CODE
LOWscripts/wer/run_reference_granite_transformers.py293 except Exception as e:CODE
LOWscripts/wer/run_reference_granite_transformers.py299 except Exception:CODE
LOWscripts/wer/run_reference_granite_transformers.py304 except Exception as e2:CODE
LOWscripts/wer/run_reference_parakeet_streaming_nemo.py103 except Exception as e2:CODE
LOWscripts/wer/run_reference_parakeet_streaming_nemo.py130 except Exception as e:CODE
LOWscripts/wer/run_reference_parakeet_streaming_nemo.py247 except Exception as e:CODE
LOWscripts/wer/run_reference_sensevoice.py139 except Exception as e:CODE
LOWscripts/wer/run_reference_voxtral_transformers.py116 except Exception: # noqa: BLE001CODE
LOWscripts/wer/run_reference_voxtral_transformers.py190 except Exception as e: # noqa: BLE001CODE
LOWscripts/wer/run_reference_voxtral_transformers.py196 except Exception:CODE
LOWscripts/wer/run_reference_voxtral_transformers.py200 except Exception as e2: # noqa: BLE001CODE
LOW…pts/wer/run_reference_voxtral_realtime_transformers.py137 except Exception: # noqa: BLE001CODE
LOW…pts/wer/run_reference_voxtral_realtime_transformers.py243 except Exception as e: # noqa: BLE001CODE
LOW…pts/wer/run_reference_voxtral_realtime_transformers.py249 except Exception:CODE
LOW…pts/wer/run_reference_voxtral_realtime_transformers.py253 except Exception as e2: # noqa: BLE001CODE
LOWscripts/wer/run_reference_moss_author.py169 except Exception as e:CODE
LOWscripts/wer/run_reference_parakeet_nemo.py145 except Exception as e2:CODE
LOWscripts/wer/run_reference_parakeet_nemo.py264 except Exception:CODE
LOWscripts/wer/run_reference_parakeet_nemo.py273 except Exception as e2:CODE
LOWscripts/wer/run_reference_gigaam_author.py116 except Exception as e:CODE
LOWscripts/wer/run_reference_canary_qwen_nemo.py112 except Exception as exc:CODE
LOWscripts/wer/run_reference_canary_qwen_nemo.py118 except Exception as exc:CODE
LOWscripts/wer/run_reference_canary_qwen_nemo.py168 except Exception as e:CODE
LOWscripts/wer/run_reference_qwen3_asr_author.py183 except Exception as e:CODE
LOWscripts/wer/run_reference_canary_nemo.py77 except Exception as exc:CODE
LOWscripts/wer/run_reference_canary_nemo.py156 except Exception as e:CODE
LOWscripts/wer/run_reference_granite_nar_transformers.py142 except Exception as e:CODE
LOW…/wer/run_reference_parakeet_buffered_streaming_nemo.py84 except Exception as e2:CODE
LOW…/wer/run_reference_parakeet_buffered_streaming_nemo.py91 except Exception:CODE
LOW…/wer/run_reference_parakeet_buffered_streaming_nemo.py287 except Exception as e:CODE
LOWscripts/wer/remote/modal_sweep.py374 except Exception as e:CODE
LOWscripts/wer/remote/modal_sweep.py298 except Exception as e:CODE
23 more matches not shown…
Verbosity Indicators42 hits · 80 pts
SeverityFileLineSnippetContext
LOWtools/transcribe-quantize/main.cpp427 // Step 2: quantize fp32 → dst_type into the destinationCOMMENT
LOWscripts/dump_reference_whisper_transformers.py445 # Step 0: the prompt-pass already ran; redo its last-row logitsCOMMENT
LOWggml/tests/test-backend-ops.cpp1932 // Step 1: create input tensors that don't depend on any other tensors:COMMENT
LOWggml/tests/test-backend-ops.cpp1939 // Step 2: use the op that you want to test in the GGML compute graph.COMMENT
LOWggml/tests/test-backend-ops.cpp1943 // Step 3: return the output tensor.COMMENT
LOWggml/src/ggml-webgpu/ggml-webgpu.cpp1291 // For set rows specifically, we need to check if src and idx are emptyCOMMENT
LOWggml/src/ggml-openvino/openvino/op/gated_delta_net.cpp198 // Step 1: Apply decay gate to stateCOMMENT
LOWggml/src/ggml-openvino/openvino/op/gated_delta_net.cpp203 // Step 2: delta = (v - S @ k) * betaCOMMENT
LOWggml/src/ggml-openvino/openvino/op/gated_delta_net.cpp210 // Step 3: state += outer(delta, k)COMMENT
LOWggml/src/ggml-openvino/openvino/op/gated_delta_net.cpp216 // Step 4: attn_out = S @ q * scaleCOMMENT
LOWggml/src/ggml-openvino/openvino/op/norm.cpp25 // Step 1: Calculate mean along the last dimensionCOMMENT
LOWggml/src/ggml-openvino/openvino/op/norm.cpp30 // Step 2: Calculate (input - mean)COMMENT
LOWggml/src/ggml-openvino/openvino/op/norm.cpp33 // Step 3: Calculate squared differences (input - mean)^2COMMENT
LOWggml/src/ggml-openvino/openvino/op/norm.cpp37 // Step 4: Calculate variance = mean((input - mean)^2)COMMENT
LOWggml/src/ggml-openvino/openvino/op/norm.cpp41 // Step 5: Get epsilon from op_paramsCOMMENT
LOWggml/src/ggml-openvino/openvino/op/norm.cpp45 // Step 6: Calculate std = sqrt(variance + eps)COMMENT
LOWggml/src/ggml-openvino/openvino/op/norm.cpp49 // Step 7: Normalize: output = (input - mean) / stdCOMMENT
LOWggml/src/ggml-cann/aclnn_ops.cpp2809 // Step 5: multiply by attn_factorCOMMENT
LOWggml/src/ggml-cann/aclnn_ops.cpp2826 // Step 6: repeatCOMMENT
LOWggml/src/ggml-cann/aclnn_ops.cpp3090 // Step 1: Prepare trans tensors for F16 type conversion to F32 if neededCOMMENT
LOWggml/src/ggml-cann/aclnn_ops.cpp3115 // Step 2: Prepare head tensors for tail splitting if neededCOMMENT
LOWggml/src/ggml-cann/aclnn_ops.cpp3144 // Step 3: Execute RotaryPositionEmbeddingCOMMENT
LOWggml/src/ggml-cann/aclnn_ops.cpp3191 // Step 4: Copy unrotated tail portion from source to destinationCOMMENT
LOWggml/src/ggml-cann/aclnn_ops.cpp3220 // Step 5: Cast back to F16 if neededCOMMENT
LOWggml/src/ggml-cann/aclnn_ops.cpp3906 // Step 1: cast the src0 (Query) to fp16 if neededCOMMENT
LOWggml/src/ggml-cann/aclnn_ops.cpp3929 // Step 2: create the acl tensors for src1 (Key), src2 (Value),COMMENT
LOWggml/src/ggml-cann/aclnn_ops.cpp3973 // Step 3: create the PSEShift tensor if neededCOMMENT
LOWggml/src/ggml-cann/aclnn_ops.cpp4042 // Step 4: set the inputs for FusedInferAttention.COMMENT
LOWggml/src/ggml-cann/aclnn_ops.cpp4103 // Step 6: post-processing — slice padded output and/or cast to f32COMMENT
LOWsrc/transcribe-kaldi-fbank.cpp187 // Step 1: read frame, upscale.COMMENT
LOWsrc/transcribe-kaldi-fbank.cpp193 // Step 2: remove DC offset (mean subtraction).COMMENT
LOWsrc/transcribe-kaldi-fbank.cpp203 // Step 3: kaldi preemphasis with special x[0] handling. TheCOMMENT
LOWsrc/transcribe-kaldi-fbank.cpp212 // Step 4: apply hamming window.COMMENT
LOWsrc/transcribe-kaldi-fbank.cpp217 // Step 5: pad to padded_n_fft and FFT.COMMENT
LOWsrc/transcribe-kaldi-fbank.cpp225 // Step 6: power spectrum.COMMENT
LOWsrc/transcribe-kaldi-fbank.cpp249 // Step 9: LFR stacking. Mirrors funasr.frontends.wav_frontend.apply_lfr.COMMENT
LOWsrc/transcribe-kaldi-fbank.cpp278 // Step 10: optional per-feature CMVN: (x + shift) * scale.COMMENT
LOWsrc/conformer/conformer.cpp88 // Step 1: prepend a [1, T_q, H, B] column of zeros along axis 0.COMMENT
LOWsrc/conformer/conformer.cpp98 // Step 2: reshape (swap inner two axes; total elements unchanged).COMMENT
LOWsrc/conformer/conformer.cpp101 // Step 3: drop the first row of axis 1.COMMENT
LOWsrc/conformer/conformer.cpp105 // Step 4: materialize as contiguous (the view above is sparse:COMMENT
LOWsrc/conformer/conformer.cpp110 // Step 5: reshape back to [pos_len, T_q, H, B].COMMENT
Cross-File Repetition15 hits · 75 pts
SeverityFileLineSnippetContext
HIGHscripts/dump_reference_moss_author.py0record the first output tensor a module emits during forward.STRING
HIGHscripts/dump_reference_voxtral_transformers.py0record the first output tensor a module emits during forward.STRING
HIGHscripts/dump_reference_gigaam_author.py0record the first output tensor a module emits during forward.STRING
HIGHscripts/dump_reference_funasr_nano_funasr.py0record the first output tensor a module emits during forward.STRING
HIGHscripts/dump_reference_sensevoice_funasr.py0record the first output tensor a module emits during forward.STRING
HIGHscripts/dump_reference_canary_qwen_nemo.py0record the first output tensor a module emits during forward.STRING
HIGHscripts/dump_reference_qwen3_asr_author.py0record the first output tensor a module emits during forward.STRING
HIGHscripts/dump_reference_granite_transformers.py0record the first output tensor a module emits during forward.STRING
HIGHscripts/dump_reference_voxtral_realtime_transformers.py0resolve a model argument to (model_id_or_path, local_files_only).STRING
HIGHscripts/dump_reference_voxtral_transformers.py0resolve a model argument to (model_id_or_path, local_files_only).STRING
HIGHscripts/dump_reference_granite_transformers.py0resolve a model argument to (model_id_or_path, local_files_only).STRING
HIGHggml/examples/gpt-2/convert-ckpt-to-ggml.py0returns list of utf-8 byte and a corresponding list of unicode strings. the reversible bpe codes work on unicode stringsSTRING
HIGHggml/examples/gpt-2/convert-h5-to-ggml.py0returns list of utf-8 byte and a corresponding list of unicode strings. the reversible bpe codes work on unicode stringsSTRING
HIGHggml/examples/gpt-2/convert-cerebras-to-ggml.py0returns list of utf-8 byte and a corresponding list of unicode strings. the reversible bpe codes work on unicode stringsSTRING
HIGHggml/examples/gpt-j/convert-h5-to-ggml.py0returns list of utf-8 byte and a corresponding list of unicode strings. the reversible bpe codes work on unicode stringsSTRING
AI Slop Vocabulary21 hits · 63 pts
SeverityFileLineSnippetContext
MEDIUMtests/whisper_bin_e2e_smoke.cpp168 // robust against minor decode drift.COMMENT
MEDIUMscripts/dump_reference_moss_author.py55# GitHub inference harness (moss_transcribe_diarize/inference_utils.pyCOMMENT
MEDIUMscripts/dump_reference_moss_author.py369 # Mirror the reference harness (inference_utils.prepare_inputs):COMMENT
MEDIUMscripts/convert-moss.py136# Canonical instruction from the OpenMOSS inference harness. The model has noCOMMENT
MEDIUMscripts/dump_reference_sortformer_nemo.py273 # Accepted for the validate.py harness contract; a diarizer takes noCOMMENT
MEDIUMscripts/dump_reference_parakeet_nemo.py827 # parity is the validate harness's job.COMMENT
MEDIUMscripts/dump_reference_parakeet_nemo.py947 # for transducer; tensor for CTC). For the parity harness weCOMMENT
MEDIUMscripts/dump_reference_parakeet_nemo.py968 # sidecar so the harness doesn't have to re-derive them.COMMENT
MEDIUMscripts/dump_reference_parakeet_nemo.py1042 # parity harness needs byte-stable mel features. pad_to=0 is alsoCOMMENT
LOWscripts/dump_reference_funasr_nano_funasr.py267 # fire reliably through FunASR's extract_fbank wrapper, so just call itCOMMENT
MEDIUMscripts/convert-canary.py108 # AST excludes Latvian (lv): NVIDIA's card notes seamless-m4t, usedCOMMENT
MEDIUMbindings/typescript/src/index.ts818 // whisper resolves it to "segment" (its robust path), no-timestampCOMMENT
MEDIUMbindings/swift/Sources/TranscribeCpp/Options.swift144 // (its robust path), no-timestamp families resolve to .none.COMMENT
MEDIUMggml/examples/mnist/mnist-common.h20// The physical batch size determines how many datapoints are processed in parallel, larger values utilize compute betteCOMMENT
MEDIUMggml/src/ggml-zendnn/ggml-zendnn.cpp600 // gather + batched matmul + scatter approach. Future versions will leverageCOMMENT
MEDIUMggml/src/ggml-cpu/amx/mmq.cpp603 // pack again with 128 to fully utilize vector lengthCOMMENT
MEDIUMggml/src/ggml-cpu/amx/mmq.cpp645 // pack again with 128 to fully utilize vector lengthCOMMENT
MEDIUMggml/src/ggml-cpu/amx/mmq.cpp743 // pack again with 128 to fully utilize vector lengthCOMMENT
MEDIUMggml/src/ggml-opencl/ggml-opencl.cpp4607 // that wraps around q and d to utilize image access path.COMMENT
MEDIUMggml/src/ggml-opencl/ggml-opencl.cpp4641 // that wraps around q and d to utilize image access path.COMMENT
MEDIUMsrc/arch/voxtral_realtime/model.cpp1168 // K=1 is the robust setting across backends (K>=2 costs long-form decode;COMMENT
Deep Nesting63 hits · 60 pts
SeverityFileLineSnippetContext
LOWscripts/convert-canary-qwen.py602CODE
LOWscripts/tokenizer-parity-fixture.py66CODE
LOWscripts/convert-moonshine_streaming.py122CODE
LOWscripts/convert-moonshine_streaming.py679CODE
LOWscripts/dump_reference_whisper_transformers.py402CODE
LOWscripts/compare_tensors.py233CODE
LOWscripts/validate_buffered_streaming.py195CODE
LOWscripts/convert-moonshine.py229CODE
LOWscripts/convert-moonshine.py789CODE
LOWscripts/audit_gguf_metadata.py158CODE
LOWscripts/convert-cohere.py118CODE
LOWscripts/convert-cohere.py408CODE
LOWscripts/dump_reference_parakeet_nemo.py201CODE
LOWscripts/dump_reference_parakeet_nemo.py339CODE
LOWscripts/dump_reference_canary_nemo.py424CODE
LOWscripts/convert-gigaam.py196CODE
LOWscripts/validate.py554CODE
LOWscripts/validate.py793CODE
LOWscripts/convert-parakeet.py561CODE
LOWscripts/convert-parakeet.py1266CODE
LOWscripts/convert-medasr.py205CODE
LOWscripts/convert-granite.py963CODE
LOWscripts/convert-sensevoice.py225CODE
LOWscripts/validate_streaming.py231CODE
LOWscripts/validate_streaming.py323CODE
LOWscripts/dump_reference_canary_qwen_nemo.py324CODE
LOWscripts/convert-qwen3_asr.py769CODE
LOWscripts/convert-whisper.py794CODE
LOWscripts/preflight.py219CODE
LOWscripts/preflight.py277CODE
LOWscripts/bench/run.py170CODE
LOWscripts/bench/run.py409CODE
LOWscripts/ci/vulkan_degradation_check.py60CODE
LOWscripts/ci/extract_native_bundle.py49CODE
LOWscripts/ci/check_lane_mirror.py118CODE
LOWscripts/ci/build_wheel_index.py72CODE
LOWscripts/lib/gguf_common.py300CODE
LOWscripts/wer/run_reference_funasr_nano.py65CODE
LOWscripts/wer/run.py171CODE
LOWscripts/wer/ingest.py165CODE
LOWscripts/wer/run_reference_medasr_transformers.py29CODE
LOWscripts/wer/run_reference_granite_transformers.py37CODE
LOWscripts/wer/run_reference_sensevoice.py36CODE
LOWscripts/wer/run_reference_voxtral_transformers.py36CODE
LOW…pts/wer/run_reference_voxtral_realtime_transformers.py55CODE
LOWscripts/wer/run_reference_moss_author.py48CODE
LOWscripts/wer/run_reference_parakeet_nemo.py34CODE
LOWscripts/wer/run_reference_canary_qwen_nemo.py30CODE
LOWscripts/wer/run_reference_qwen3_asr_author.py36CODE
LOWscripts/wer/run_reference_canary_nemo.py30CODE
LOWscripts/wer/der.py241CODE
LOWscripts/wer/run_reference_granite_nar_transformers.py30CODE
LOWscripts/wer/remote/modal_sweep.py329CODE
LOWscripts/wer/remote/modal_sweep.py642CODE
LOWbindings/python/tests/test_streaming.py41CODE
LOWbindings/python/examples/stream_wav.py52CODE
LOWbindings/python/_generate/generate.py145CODE
LOWbindings/python/_generate/generate.py227CODE
LOWbindings/python/src/transcribe_cpp/_library.py236CODE
LOWbindings/python/src/transcribe_cpp/__init__.py390CODE
3 more matches not shown…
Hallucination Indicators2 hits · 20 pts
SeverityFileLineSnippetContext
CRITICALdocs/porting/families/canary_qwen.md18- Canonical reference: **NeMo** (`nvidia/NeMo`, ≥ v2.5.0) via `nemo.collections.speechlm2.models.SALM.from_pretrained('nCODE
CRITICALdocs/porting/families/canary.md25- Canonical reference: **NeMo** (`nvidia/NeMo`) via `nemo.collections.asr.models.EncDecMultiTaskModel.from_pretrained(<hCODE
Cross-Language Confusion3 hits · 20 pts
SeverityFileLineSnippetContext
HIGHscripts/convert-gigaam.py350 # absence of slaney area normalization (mel_norm=null). The C++COMMENT
HIGHscripts/ci/modal_cuda_build.py109 " && chmod +x /usr/local/bin/sccache && rm /tmp/sccache.tgz",CODE
HIGHscripts/lib/gguf_common.py255# null). canonicalize_normalize maps to our schema so the GGUF and theCOMMENT
Synthetic Comment Markers3 hits · 15 pts
SeverityFileLineSnippetContext
HIGHggml/tests/test-backend-ops.cpp9881 printf(" --test-file reads test operators from a test file generated by llama-export-graph-ops\n");CODE
HIGHggml/src/ggml-virtgpu/regenerate_remoting.py3# Generated by Claude AISTRING
HIGHggml/src/ggml-hexagon/ggml-hexagon.cpp2575 // Check for F16 support only as requestedCOMMENT
Example Usage Blocks7 hits · 10 pts
SeverityFileLineSnippetContext
LOWscripts/sync-ggml.sh22# Usage:COMMENT
LOWscripts/ci/build_xcframework.sh32# Usage:COMMENT
LOWscripts/ci/clang-format.sh9# Usage:COMMENT
LOWggml/scripts/sync-whisper-am.sh5# Usage:COMMENT
LOWggml/scripts/release.sh8# Usage:COMMENT
LOWggml/scripts/sync-llama-am.sh5# Usage:COMMENT
LOWggml/src/ggml-sycl/dpct/helper.hpp3020 /// Example usage:COMMENT
Modern AI Meta-Vocabulary3 hits · 10 pts
SeverityFileLineSnippetContext
MEDIUMCMakeLists.txt117# reads, ref-mel loaders, and dump scaffolding all live behind this guard, soCOMMENT
MEDIUM…g/parakeet/nemotron-3.5-asr-streaming-0.6b/intake.json191 "NEW vs predecessor: `aux_ctc` head present (ctc_loss_weight=0.1 in cfg, ConvASRDecoder). This makes the model a hybCODE
MEDIUMsrc/CMakeLists.txt4# shared scaffolding (loader, mel frontend, tokenizer, load-common,COMMENT
AI Structural Patterns11 hits · 9 pts
SeverityFileLineSnippetContext
LOWscripts/lib/gguf_common.py42CODE
LOWscripts/wer/remote/modal_sweep.py820CODE
LOWscripts/wer/remote/modal_sweep.py967CODE
LOWscripts/wer/remote/modal_sweep.py1124CODE
LOWscripts/wer/remote/modal_sweep.py567CODE
LOWbindings/python/src/transcribe_cpp/__init__.py1429CODE
LOWbindings/python/src/transcribe_cpp/__init__.py685CODE
LOWbindings/python/src/transcribe_cpp/__init__.py1056CODE
LOWbindings/python/src/transcribe_cpp/__init__.py1093CODE
LOWbindings/python/src/transcribe_cpp/__init__.py1183CODE
LOWggml/examples/mnist/mnist-train-fc.py31CODE
TODO Padding6 hits · 9 pts
SeverityFileLineSnippetContext
LOWggml/tests/test-backend-ops.cpp7604 // GGML_TYPE_TQ1_0, GGML_TYPE_TQ2_0, // TODO: implement for all backendsCOMMENT
LOWggml/tests/test-backend-ops.cpp7629 // GGML_TYPE_TQ1_0, GGML_TYPE_TQ2_0, // TODO: implement for all backendsCOMMENT
LOWggml/src/ggml.c3864 // TODO: implement non F32 returnCOMMENT
LOWggml/src/ggml.c3888 // TODO: implement non F32 returnCOMMENT
LOWggml/src/ggml.c5034 // TODO: implement antialias for modes other than bilinearCOMMENT
LOWggml/src/ggml-zdnn/ggml-zdnn.cpp22 // TODO: implement support for quantized typesCOMMENT
Redundant / Tautological Comments2 hits · 4 pts
SeverityFileLineSnippetContext
LOWggml/scripts/release.sh124 # Check if we have the latest from master (skip in dry-run)COMMENT
LOWggml/src/ggml-virtgpu/regenerate_remoting.py46 # Check if clang-format is availableCOMMENT
Self-Referential Comments1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMggml/ci/run.sh367 # Create a fresh python3 venv and enter itCOMMENT
Modern Structural Boilerplate2 hits · 2 pts
SeverityFileLineSnippetContext
LOWbindings/python/src/transcribe_cpp/__init__.py64__all__ = [CODE
LOWbindings/python/src/transcribe_cpp/__init__.py348def set_log_callback(handler) -> None:CODE