Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/COPYCATS.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ The machine-readable log is [`copycats.json`](./copycats.json) — one entry per
| 2026-06-25 | #9 | `glorysr1209-png` | #6 (`galuis116`) | gguf metadata desync; 7/8 added lines identical. Account already blocked as sybil. |
| 2026-06-25 | #54 | `kiannidev` | #53 (`James-CUDA`) | maintainer-flagged: same decode change as #53. Below auto threshold at the time; strike 1. **2-day penalty** (first-time contributor leniency). |
| 2026-07-10 | #326 | `inference2026` | #195 (`fansilas`) | **false positive (cleared).** Per-function template-launch line matched at 100%; PR-level overlap only 27%. `blocked: false`, `penalty_days: 0`. |
| 2026-07-10 | #338 | `inference2026` | #318 (`Paral1995`) | **false positive (cleared).** 3-line GQA-4 `g2` build fix; 100% literal overlap with #318 call-site boilerplate. Same diff as #336 (merged first). `blocked: false`, `penalty_days: 0`. |

> `glorysr1209-png` also opened #13 and #15 (same bug-clusters as #11 / #12) but with different
> code — not literal copies, so not logged here; they were closed under the sybil block instead.
7 changes: 7 additions & 0 deletions .github/FLAGGED.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,10 @@ containment matched a 7-token `fa_split_gqa_kernel<...>` template instantiation
(100% boilerplate overlap); actual PR-level containment vs #195 was 27%. Maintainer
cleared: removed from `blocked-contributors.txt`, label `copycat-cleared`, #326 reopened
for eval.

#338 was auto-blocked as ≥85% copycat of #318 — **false positive**: 3-line build fix
routing the GQA-4 hd256 branch through `fa_launch_combine_dispatch_hd256` after #300
removed `g2`; added lines matched #318's existing call-site pattern at 100% (tiny-PR
literal rule). Independent convergent fix with #336 (merged ~14 min earlier).
Maintainer cleared: label `copycat-cleared`, #338 reopened. Account was not on
`blocked-contributors.txt`.
11 changes: 11 additions & 0 deletions .github/copycats.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,16 @@
"strike": 0,
"containment": 0.27,
"note": "false positive cleared: per-function template-launch matched #195 at 100%; PR-level overlap 27%"
},
{
"pr": 338,
"author": "inference2026",
"original": 318,
"date": "2026-07-10",
"blocked": false,
"penalty_days": 0,
"strike": 0,
"containment": 1.0,
"note": "false positive cleared: 3-line GQA-4 g2 build fix; 100% literal overlap with #318 call-site boilerplate; same diff as #336 (merged first)"
}
]
Loading
Loading