OLYMPUS: The Agora

Community Companion for OpenAI Parameter Golf
Powered by Light Speed Up · Special thanks to @ddeturk24 — OLYMPUS collaborator and the person who made it all possible.
🔔 Get Updates ⭐ Star on GitHub
Built by @MatoTeziTanka (Light Speed Up), an active participant. Our PR #769 (0.8495 BPB) was closed in the March 27 ruling. Community contributions: compliance guide, LeakyReLU² slope sweep, community toolkit (Docker image, RunPod template, scripts), and 19 peer review comments across 13 PRs. All classifications are from public GitHub data and disputable via Issues.
⚠ OPENAI HAS ABANDONED THE COMMUNITY HUB ⚠
On April 5, 2026 at 10:57 PM EDT (Apr 6 02:57 UTC), maintainer @notapplica closed Issue #140 — the de facto community hub — with one comment: "Hey guys I'm turning off this agent now." No goodbye. No explanation. No successor.
By the numbers — what just got walked away from:
  • 1,425+ PRs submitted, 1,265 classified by this site, 518+ unique contributors
  • $1,000,000 in compute credits committed by OpenAI — with no public disbursement transparency, broken application form (#942), and participants reporting $1,000+ in personal compute spend waiting on credits that never arrived
  • 32 comments of community technique analysis, compliance writeups, slope sweeps, and rule clarifications on #140 — now orphaned
  • Pending rulings in #677 (illegal submissions megathread)@valerio-oai last active April 2, then silent. Eval-time cache legality, two-pass rescoring, bucket inflation — all still unresolved with 24 days left in the competition
  • Discord channel exists but is unofficial and unindexed — no maintainer presence reported there either. PR review backlog growing
  • Community filled the gap when the auto-commentary agent went dark for days at a time. We did unpaid maintenance work on a $1M competition. The thank-you was a hang-up.
The Agora is now the only auto-updating leaderboard, technique tracker, and compliance engine for this competition. We were built to be a companion. As of April 5, we're the hub by default. The community deserved better than to find out via a one-line goodbye.
The joke going around: OpenAI already hired the person they were scouting for. RunPod already cashed the checks. The $1M compute commitment did its job — funnel paying customers onto RunPod, run a recruiting funnel disguised as a contest, get free architectural research from 500+ unpaid contributors. Mission accomplished. Why maintain a community you've already extracted everything from? — If that read is wrong, it should be easy to disprove. We're listening.
PROVE ME WRONG.  If any of the numbers above are inaccurate — PR counts, contributor counts, credit disbursement, response timelines, maintainer activity — show me the receipts and I will update this banner immediately. Public ledger, public correction. Open a correction issue here. I'd rather be wrong and corrected than right and ignored.
Read our response on #140 →
v0.9.5 · Last updated: April 6, 2026 · Tile Layout Audit & Fix · Changelog · Source 👁 - visitors · - here now

Maintainer Activity Tracker

Public accountability board for the OpenAI maintainers with merge/close authority on openai/parameter-golf. Validated via author_association on closed PRs (only collaborators can close other people's PRs) and OAI account suffix. Auto-updated on each Agora rebuild.

@notapplica

OpenAI · ran #140 commentary agent
NO DATA

Last action: No recent activity in repo at β€”.
Authority signal: Closed Issue #140 (own bot's issue). CONTRIBUTOR.
Account: Created 2025-08-25.

@valerio-oai

OpenAI · rule rulings, PR closures
14 DAYS

Last action: Comment on #1110 at 2026-05-03T05:39:41Z.
Authority signal: Closed PR #1019 (someone else's record). Made March 27 mass-closure rulings on #677.
Account: Created 2026-02-10 — purpose-built for this competition.
Pending: Said 'considering options' on #677 about eval-time cache rulings — 14 days silent on the answer.

@0hq

Will DePue · OpenAI · competition founder
NO DATA

Last action: No recent activity in repo at β€”.
Authority signal: COLLABORATOR. Repo founder. Opened #677 Illegal Submissions Megathread.
Account: Created 2017-08-02.

@yuzhougu-oai

OpenAI · PR merging
NO DATA

Last action: No recent activity in repo at β€”.
Authority signal: CONTRIBUTOR. Has merged PRs on the repo.
Account: Created 2025-12-18.

Snapshot: 2026-05-17T01:25:38.353473+00:00
Validation methodology: Authority confirmed by checking author_association on closed PRs (COLLABORATOR = explicit repo collaborator), the -oai account suffix (OpenAI staff convention), and the canonical signal of closing another user's PR — only users with merge authority can do this. Cross-checked against /users/<handle>/events for last public activity timestamp. If you know of another mod with authority who isn't listed, open an issue — this list updates on every Agora rebuild.

Snapshot: 2026-04-20 ~20:30 UTC. Days silent computed at snapshot time.

Submission Checklist

Updated March 28, 2026. Check ALL boxes before submitting.

Techniques — What's Legal RIGHT NOW

✗ Banned

  • Hashed n-gram caches (improper normalization over vocab)
  • Two-pass rescoring (eval tokens leaked between passes)
  • GPTQ calibration on eval tokens (must fit in training 600s)
  • Pre-filling cache from training data at eval time
  • Multi-epoch TTT scoring same tokens twice
  • Oracle/hindsight selection between scoring passes

? Grey Area

  • Properly normalized eval-time caches (CTW, Dirichlet)
  • Score-first TTT with complex mixing (depends on normalization)

Before You Submit

  • Artifact ≀ 16,000,000 bytes (code + compressed model)
  • Training completed in ≀ 600 seconds on 8Γ—H100 SXM
  • Evaluation completed in ≀ 600 seconds (separate budget)
  • 3 seeds: 42, 1337, 2024
  • BPB beats current SOTA by β‰₯ 0.005 nats (for record track)
  • submission.json included with val_bpb, seeds, artifact sizes
  • Training logs included for all 3 seeds
  • No network calls during training or eval

Rule Change History

March 27, 2026

@valerio-oai closed 30+ PRs. Hashed n-gram caches banned (improper normalization). Two-pass rescoring banned (eval token leakage). GPTQ on eval tokens banned.

Affected: #769, #779, #809, #814, #824, #825, #828, #843 +18 more

Source: Issue #677

March 24, 2026

Score-first TTT clarified as legal. Multi-epoch on already-scored tokens: legal IF properly normalized.

Source: Issue #402 (ruling by @0hq)

March 22, 2026

Eval-time GPTQ calibration on val tokens banned. PRs #593, #576 closed.

Source: PRs #593, #576, #569

⚠ Community Bug Alerts

BPB Underestimation Bug ~20% error

If your tokenizer does NOT contain U+2581 (▁) as a standalone token, build_sentencepiece_luts overcounts byte boundaries by 2 bytes per word β€” inflating val_byte_count and making BPB appear ~20% lower than reality. Tokenizers with 1024 vocab (the competition default) DO have this token and are NOT affected. Custom tokenizers: check with sp.id_to_piece(). Issue #897

INT6 Scale Clamp Wastes Quantization Levels affects ~93% of rows

The clamp_min(1.0 / 31.0) in quantize_int6_per_row forces a minimum scale of 0.032 even when weight rows have much smaller magnitudes. At WD=0.02, 93% of rows trigger this clamp β€” wasting INT6 resolution and widening the quantization gap. Higher weight decay (0.04+) makes it worse. Fix: lower or remove the clamp, then retrain with matching QAT. Issue #775

Leaderboard

Auto-updated from GitHub API. Two views: compliant submissions only, and the full archive.

Neural-Only (The Real Competition)

Filter: | |
Status#PRAuthorBPBSeedsArtifactTypeTrack
ALIVE1#1722@deborahnelson87887260.65603/315.8 MBTTT GPTQ Record
ALIVE2#1319@canivel0.69513/315.7 MBGPTQ Record
ALIVE3#1376@stukenov0.70943/316.0 MBTTT GPTQ Record
ALIVE4#1324@yahya0100.72713/316.0 MBGPTQ Record
ALIVE5#1321@anthony-maio0.74063/315.8 MBNeural Record
ALIVE6#1278@GitGeeks0.77363/315.7 MBNeural ?Record
ALIVE7#1488@ndokutovich0.82653/316.0 MBTTT Record
ALIVE8#909@sunnypatneedi0.86093/315.9 MBCache ?Record
ALIVE9#1313@anthony-maio0.86373/315.8 MBNeural Record
ALIVE10#795@hypery110.88813/314.0 MBTTT Record
ALIVE11#788@hypery110.90593/314.0 MBTTT Record
ALIVE12#1263@xexyz0.93543/315.8 MBGPTQ Record
ALIVE13#782@newjordan0.93623/315.6 MBGPTQ Record
ALIVE14#1303@anthony-maio0.94623/315.8 MBNeural Record
ALIVE15#1184@icryo0.94853/316.0 MBGPTQ Record
ALIVE16#1795@OE-GOD0.95163/3152.6 MBGPTQ Record
ALIVE17#1318@renqianluo1.00953/315.7 MBTTT GPTQ Record
ALIVE18#1743@OleStan1.00993/316.0 MBNeural Record
ALIVE19#1698@arsenis-cmd1.00993/316.6 MBNeural Record
ALIVE20#807@connectwithprakash1.01163/310.8 MBNeural Non-Record
ALIVE21#1672@andrewbaggio11.01193/316.0 MBTTT GPTQ Non-Record
ALIVE22#1758@kilojoules1.02853/30.0 MBNeural Record
ALIVE23#755@dcrow851.03213/316.0 MBNeural Record
ALIVE24#1738@alertcat1.03543/316.0 MBGPTQ Record
ALIVE25#731@pentxayc1.04003/316.0 MBTTT ?Record
ALIVE26#1735@AjAnubolu1.04293/316.0 MBGPTQ Record
ALIVE27#758@hypery111.04653/314.0 MBTTT Record
ALIVE28#700@RoyiRa1.05413/316.0 MBNeural ?Record
ALIVE29#1693@dexhunter1.05733/315.2 MBTTT GPTQ Record
ALIVE30#1550@translatingthename1.05873/316.0 MBTTT GPTQ Non-Record
ALIVE31#1670@dexhunter1.05973/315.2 MBTTT GPTQ Record
ALIVE32#1487@ndokutovich1.06003/316.0 MBGPTQ Record
ALIVE33#1797@dexhunter1.06163/316.0 MBTTT GPTQ Record
ALIVE34#1647@powerpratik1.06163/316.0 MBNeural Record
ALIVE35#1801@leon2k2k2k1.06293/315.9 MBTTT GPTQ Record
ALIVE36#1517@RulinShao1.06323/315.0 MBTTT GPTQ Record
ALIVE37#1787@nprime061.06343/316.0 MBTTT GPTQ Record
ALIVE38#1585@codemath30001.06393/316.0 MBNeural Record
ALIVE39#1779@leon2k2k2k1.06423/316.0 MBTTT GPTQ Record
ALIVE40#1769@dexhunter1.06453/30.0 MBTTT GPTQ Record
ALIVE41#1898@X-Abhishek-X1.06483/316.0 MBTTT GPTQ Non-Record
ALIVE42#1771@bigbag1.06513/316.0 MBNeural Record
ALIVE43#1729@romeerp1.06783/315.9 MBTTT GPTQ Record
ALIVE44#1790@miaoyuxun1.06993/316.0 MBTTT GPTQ Record
ALIVE45#1528@xiehuanyi1.07033/316.0 MBTTT GPTQ Non-Record
ALIVE46#1626@dexhunter1.07193/315.9 MBTTT GPTQ Record
ALIVE47#1727@yahya0101.07223/316.0 MBTTT GPTQ Record
ALIVE48#1700@jorge-asenjo1.07223/316.0 MBTTT GPTQ Record
ALIVE49#1518@abaybektursun1.07333/316.0 MBGPTQ Record
ALIVE50#1707@nothingLiva1.07403/316.0 MBGPTQ Record
ALIVE51#1560@dexhunter1.07413/316.0 MBNeural Record
ALIVE52#1804@abi20241.07433/316.0 MBTTT GPTQ Non-Record
ALIVE53#1755@OE-GOD1.07463/316.0 MBNeural Record
ALIVE54#1586@dexhunter1.07493/316.0 MBTTT GPTQ Record
ALIVE55#1584@codemath30001.07523/316.0 MBNeural Record
ALIVE56#1529@msisovic1.07583/316.0 MBNeural Record
ALIVE57#1695@X-Abhishek-X1.07593/315.7 MBTTT GPTQ Record
ALIVE58#1555@andrewbaggio11.07643/316.0 MBTTT GPTQ Non-Record
ALIVE59#1333@aryanbhosale1.07663/316.0 MBNeural Record
ALIVE60#1728@mikeapedia1.07713/316.0 MBGPTQ Non-Record
ALIVE61#1802@aamodbhatt1.07713/316.0 MBNeural Record
ALIVE62#1536@dexhunter1.07753/316.0 MBTTT GPTQ Non-Record
ALIVE63#1540@aryanbhosale1.07773/316.0 MBNeural Record
ALIVE64#1541@bigbag1.07783/316.0 MBNeural Record
ALIVE65#1561@EthanYangTW1.07833/316.0 MBNeural Record
ALIVE66#1732@Victory9631.07853/316.0 MBTTT ?Record
ALIVE67#1676@aazizyan1.07883/316.0 MBNeural Record
ALIVE68#1533@aryanbhosale1.07903/316.0 MBNeural Record
ALIVE69#1423@aryanbhosale1.07913/315.1 MBTTT GPTQ Record
ALIVE70#1416@erichroepke1.07953/315.1 MBTTT GPTQ Record
ALIVE71#1770@liujshi1.07963/316.0 MBNeural Record
ALIVE72#1583@codemath30001.08013/316.0 MBNeural Record
ALIVE73#1408@aamodbhatt1.08023/316.0 MBTTT GPTQ Record
ALIVE74#1776@anmarhindi1.08083/316.0 MBTTT GPTQ Record
ALIVE75#1715@G3sparky1.08093/316.0 MBGPTQ Record
ALIVE76#1678@tashapais1.08103/316.0 MBNeural Record
ALIVE77#1493@bigbag1.08103/316.0 MBNeural Record
ALIVE78#1747@swapp19901.08203/316.0 MBTTT GPTQ Record
ALIVE79#1689@chris-colinsky1.08223/315.9 MBNeural Record
ALIVE80#1477@aryanbhosale1.08223/316.0 MBNeural Record
ALIVE81#1520@taka67451.08243/316.1 MBNeural Record
ALIVE82#1460@resouer1.08273/316.0 MBNeural Record
ALIVE83#1413@dexhunter1.08283/30.0 MBNeural Record
ALIVE84#1450@andrewbaggio11.08483/3384.0 MBGPTQ Record
ALIVE85#1794@Programmerryoki1.08493/316.0 MBTTT GPTQ Record
ALIVE86#1424@OnlyJundong1.08583/315.1 MBNeural Non-Record
ALIVE87#1471@X-Abhishek-X1.08663/316.0 MBGPTQ Record
ALIVE88#1445@X-Abhishek-X1.08893/315.9 MBGPTQ Record
ALIVE89#1326@aryanbhosale1.08963/316.0 MBNeural Record
ALIVE90#1334@aryanbhosale1.08973/316.0 MBNeural Record
ALIVE91#1296@aryanbhosale1.08973/316.0 MBNeural Record
ALIVE92#1399@AnubhavBharadwaaj1.08983/316.1 MBTTT GPTQ Record
ALIVE93#1394@clarkkev1.09003/316.0 MBNeural Record
ALIVE94#1331@dexhunter1.09003/316.0 MBNeural Record
ALIVE95#1285@dexhunter1.09123/316.0 MBNeural Record
ALIVE96#1415@bigbag1.09133/316.0 MBGPTQ Record
ALIVE97#1176@bigbag1.09143/316.0 MBGPTQ Record
ALIVE98#1344@Omrigotlieb1.09233/316.0 MBGPTQ Record
ALIVE99#1395@dttdrv1.09243/316.0 MBGPTQ Record
ALIVE100#1279@dexhunter1.09243/30.0 MBNeural Record
ALIVE101#1421@X-Abhishek-X1.09253/315.9 MBGPTQ Record
ALIVE102#1291@dentity0071.09253/316.0 MBGPTQ Non-Record
ALIVE103#1260@dexhunter1.09293/316.0 MBNeural Record
ALIVE104#1339@bigbag1.09553/316.0 MBGPTQ Record
ALIVE105#1446@LauraGomezjurado1.09603/315.9 MBGPTQ Non-Record
ALIVE106#1407@OnlyJundong1.09603/316.0 MBNeural Non-Record
ALIVE107#1172@dexhunter1.10153/315.7 MBNeural Non-Record
ALIVE108#1392@Its-Just-Crump1.10203/315.9 MBTTT GPTQ Record
ALIVE109#1364@stukenov1.10253/316.0 MBTTT GPTQ Record
ALIVE110#1217@bigbag1.10273/315.8 MBNeural Non-Record
ALIVE111#1805@yevh1.10333/316.0 MBNeural Non-Record
ALIVE112#1218@clarkkev1.10413/316.0 MBGPTQ Record
ALIVE113#1398@Mertyandimata1.10473/315.9 MBGPTQ Non-Record
ALIVE114#1287@dentity0071.10483/316.0 MBGPTQ Non-Record
ALIVE115#1204@msisovic1.10633/315.9 MBGPTQ Record
ALIVE116#1307@amrayach1.10893/315.7 MBGPTQ Record
ALIVE117#1290@aryanbhosale1.11043/316.0 MBTTT GPTQ Record
ALIVE118#849@dttdrv1.11053/315.9 MBTTT ?Record
ALIVE119#1212@Gusanidas1.11083/315.7 MBGPTQ Record
ALIVE120#1179@dexhunter1.11103/316.0 MBNeural Record
ALIVE121#1512@Itssshikhar1.11173/316.8 MBNeural Record
ALIVE122#1060@dexhunter1.11223/316.0 MBGPTQ Record
ALIVE123#1169@Bortlesboat1.11263/316.0 MBGPTQ Record
ALIVE124#1130@Gusanidas1.11403/316.0 MBGPTQ Record
ALIVE125#1309@cadenmcmann1.11433/315.8 MBGPTQ Non-Record
ALIVE126#1019@abaybektursun1.11473/315.9 MBNeural ?Record
ALIVE127#726@DeepReinforce1.11473/315.2 MBTTT ?Record
ALIVE128#1128@AnubhavBharadwaaj1.11543/315.9 MBNeural Non-Record
ALIVE129#609@saml2121.11543/315.9 MBGPTQ Non-Record
ALIVE130#557@hypery111.11603/315.8 MBNeural Non-Record
ALIVE131#525@hypery111.11603/315.8 MBNeural Non-Record
ALIVE132#1156@haikosys1.11613/316.0 MBGPTQ Record
ALIVE133#1231@nestamidavaine1.11633/30.1 MBTTT Non-Record
ALIVE134#790@danialht1.11723/315.5 MBTTT GPTQ Record
ALIVE135#1129@EthanYangTW1.11743/316.0 MBTTT GPTQ Record
ALIVE136#1310@cadenmcmann1.11773/315.9 MBNeural Non-Record
ALIVE137#634@raahilshah1.11783/316.0 MBNeural ?Record
ALIVE138#713@hypery111.11803/315.8 MBTTT ?Record
ALIVE139#1084@AnubhavBharadwaaj1.11853/315.9 MBNeural Non-Record
ALIVE140#977@michaelwinczuk1.11853/316.0 MBTTT ?Record
ALIVE141#1118@adityakm241.11873/316.0 MBNeural Record
ALIVE142#1325@monisha-max1.11943/37.0 MBNeural Record
ALIVE143#964@vivekvar-dl1.11943/316.0 MBTTT ?Record
ALIVE144#549@abaybektursun1.11943/315.9 MBNeural Record
ALIVE145#768@mradassaad1.12013/316.0 MBTTT Non-Record
ALIVE146#1011@AnubhavBharadwaaj1.12033/315.8 MBNeural ?Non-Record
ALIVE147#577@newjordan1.12073/315.6 MBTTT ?Record
ALIVE148#398@felipe-parodi1.12133/315.5 MBTTT ?Non-Record
ALIVE149#838@aryanbhosale1.12153/315.8 MBTTT ?Non-Record
ALIVE150#578@newjordan1.12153/315.6 MBTTT ?Record
ALIVE151#1092@teddyoweh1.12193/315.9 MBNeural Record
ALIVE152#1696@kings-crown1.12243/315.7 MBTTT Record
ALIVE153#1182@adityakm241.12273/315.9 MBNeural Record
ALIVE154#175@anthony-maio1.12293/316.0 MBNeural ?Record
ALIVE155#414@signalrush1.12333/315.6 MBNeural ?Record
ALIVE156#641@CiprianFlorin-Ifrim1.12393/315.7 MBNeural ?Non-Record
ALIVE157#64@yesbhautik1.12503/316.0 MBTTT ?Record
ALIVE158#478@gowtham09921.12683/315.6 MBNeural ?Record
ALIVE159#1016@ADIITJ1.12693/316.0 MBTTT ?Non-Record
ALIVE160#564@sadeghja10701.12703/315.5 MBNeural Record
ALIVE161#406@dentity0071.12873/315.7 MBTTT ?Non-Record
ALIVE162#400@chanwoo-park-official1.12963/315.6 MBNeural ?Non-Record
ALIVE163#455@kasimte1.12993/316.0 MBTTT ?Record
ALIVE164#572@ritikmahy51.13003/316.0 MBTTT ?Record
ALIVE165#265@unnir1.13073/315.9 MBNeural ?Record
ALIVE166#493@parinzee1.13093/315.8 MBNeural ?Record
ALIVE167#1127@dentity0071.13113/316.0 MBTTT Record
ALIVE168#1453@iverbovoy1.13243/315.4 MBNeural Non-Record
ALIVE169#223@0xjaishy1.13263/315.7 MBTTT ?Record
ALIVE170#1166@Christopher-Lee-McClendon1.13353/315.1 MBNeural Non-Record
ALIVE171#861@JoeProAI1.13393/316.3 MBTTT ?Non-Record
ALIVE172#857@aruniyer1.13603/315.9 MBNeural ?Non-Record
ALIVE173#586@EaCognitive1.13653/315.6 MBNeural ?Record
ALIVE174#1579@Tonyy19771.13723/315.0 MBNeural Record
ALIVE175#958@shouryamaanjain1.13823/315.5 MBTTT Record
ALIVE176#979@0xadvait1.13873/315.5 MBNeural ?Record
ALIVE177#537@Christopher-Lee-McClendon1.13873/315.4 MBTTT Non-Record
ALIVE178#349@Mapika1.13993/316.0 MBNeural Record
ALIVE179#236@saml2121.14003/315.7 MBNeural ?Record
ALIVE180#989@alexanderaperry-arch1.14023/315.8 MBNeural Record
ALIVE181#274@haikosys1.14033/316.0 MBNeural ?Record
ALIVE182#1630@KevinChunye1.14123/313.5 MBNeural Record
ALIVE183#1202@VirajDeshwal1.14123/316.0 MBTTT Record
ALIVE184#602@ReNothingg1.14223/315.8 MBNeural ?Non-Record
ALIVE185#467@ADIITJ1.14283/316.0 MBTTT ?Record
ALIVE186#76@unixmadtoonslab1.14333/31.0 MBNeural ?Record
ALIVE187#348@EthanYangTW1.14443/315.9 MBTTT Record
ALIVE188#306@xuafeng1.14483/316.0 MBNeural ?Non-Record
ALIVE189#884@BhatiaUday1.14483/315.6 MBNeural Non-Record
ALIVE190#264@stukenov1.14553/315.9 MBTTT ?Record
ALIVE191#665@harborglowvintage-oss1.14643/315.7 MBNeural Record
ALIVE192#451@harborglowvintage-oss1.14643/315.7 MBNeural ?Record
ALIVE193#1573@shivangbaveja1.14643/315.9 MBNeural Record
ALIVE194#1456@sisegod1.14653/316.0 MBNeural Non-Record
ALIVE195#421@vytautas-bunevicius1.14663/314.7 MBTTT ?Non-Record
ALIVE196#996@Idan30111.14703/314.9 MBNeural Record
ALIVE197#637@bryjudy1.14773/316.0 MBNeural ?Non-Record
ALIVE198#295@gowtham09921.14773/315.9 MBNeural ?Record
ALIVE199#331@Rhodrium1.14873/316.0 MBNeural Record
ALIVE200#385@dentity0071.14883/315.2 MBNeural ?Non-Record
ALIVE201#1142@ymrohit1.14933/315.9 MBNeural Record
ALIVE202#206@dexhunter1.15073/316.0 MBNeural ?Record
ALIVE203#465@LoquiAuris1.15083/315.7 MBNeural ?Record
ALIVE204#1029@fielding1.15293/315.6 MBNeural ?Non-Record
ALIVE205#1666@mrbese1.15313/312.7 MBNeural Record
ALIVE206#173@tamoghnokandar1.15323/316.0 MBNeural ?Record
ALIVE207#219@alertcat1.15413/31.8 MBNeural ?Non-Record
ALIVE208#215@JayCheng1131.15483/316.0 MBNeural ?Non-Record
ALIVE209#201@machdragon1.15513/312.7 MBNeural ?Record
ALIVE210#252@greqone1.15543/316.0 MBNeural ?Non-Record
ALIVE211#65@aquariouseworkman1.15563/315.9 MBNeural ?Record
ALIVE212#333@mahsumaktas1.15653/315.9 MBNeural Record
ALIVE213#640@CiprianFlorin-Ifrim1.15703/316.0 MBNeural ?Record
ALIVE214#122@mtybadger1.16003/315.3 MBNeural ?Record
ALIVE215#156@dexhunter1.16023/316.0 MBNeural Record
ALIVE216#1381@X-Abhishek-X1.16043/315.2 MBNeural Non-Record
ALIVE217#88@seanward1.16053/316.0 MBNeural Record
ALIVE218#286@chris-buckley1.16283/315.5 MBNeural ?Record
ALIVE219#123@saikrishnarallabandi1.16423/315.8 MBNeural ?Record
ALIVE220#363@evangelinehelsinki1.16483/315.3 MBNeural ?Non-Record
ALIVE221#312@chanwoo-park-official1.16683/313.2 MBNeural ?Non-Record
ALIVE222#927@Tonyy19771.16963/315.8 MBTTT ?Record
ALIVE223#1783@ismailntl1.17163/316.0 MBGPTQ Record
ALIVE224#671@keshav551.18073/314.5 MBNeural Record
ALIVE225#515@keshav551.18073/314.6 MBNeural Record
ALIVE226#1047@newjordan1.18233/310.0 MBNeural ?Record
ALIVE227#660@HugoOchoaLP1.18263/316.0 MBNeural Non-Record
ALIVE228#914@mkenney21.18733/314.3 MBNeural ?Non-Record
ALIVE229#896@MVPandey1.19003/316.0 MBNeural Non-Record
ALIVE230#1221@amabito1.19153/315.0 MBNeural Non-Record
ALIVE231#1509@Lumi-node1.19623/316.0 MBNeural Non-Record
ALIVE232#169@beee0031.19733/315.9 MBNeural Record
ALIVE233#426@aniketio-ctrl1.20263/316.0 MBNeural ?Record
ALIVE234#316@SkywardSyntax1.20353/31.0 MBNeural ?Non-Record
ALIVE235#1305@DariusFeher1.20703/315.8 MBNeural ?Non-Record
ALIVE236#1799@jamesEmerson1121.20733/315.3 MBTTT Record
ALIVE237#1206@oneKn81.20743/39.3 MBNeural Non-Record
ALIVE238#141@nglain1.20753/316.0 MBNeural Non-Record
ALIVE239#1427@kjahan1.20923/314.4 MBGPTQ Record
ALIVE240#39@nanlliu1.21473/315.9 MBNeural Record
ALIVE241#705@seanward1.21513/315.5 MBNeural ?Record
ALIVE242#1617@adityasasidhar1.21923/315.9 MBNeural Non-Record
ALIVE243#1057@Programmerryoki1.22013/315.0 MBTTT ?Record
ALIVE244#319@Arth-Singh1.27163/316.0 MBNeural ?Non-Record
ALIVE245#904@anthony-maio1.27343/315.8 MBTTT Non-Record
ALIVE246#1463@tsubasagit1.27743/316.0 MBNeural Non-Record
ALIVE247#1682@PapaFranku46471.28183/316.0 MBNeural Non-Record
ALIVE248#1549@dljr-github1.32203/313.5 MBNeural Non-Record
ALIVE249#1582@He-Wenhao1.34283/314.7 MBNeural Non-Record
ALIVE250#678@SPThole1.35253/315.6 MBNeural ?Non-Record
ALIVE251#737@SPThole1.35573/315.2 MBNeural ?Non-Record
ALIVE252#1665@mrbese1.35713/37.6 MBNeural Non-Record
ALIVE253#1053@ikermoel1.36003/312.9 MBNeural ?Record
ALIVE254#941@aptsalt1.36203/316.0 MBNeural Record
ALIVE255#1784@renqianluo1.40003/315.9 MBTTT GPTQ Record
ALIVE256#1425@dentity0071.44793/30.9 MBGPTQ Non-Record
ALIVE257#669@amabito1.49423/316.0 MBNeural ?Non-Record
ALIVE258#1239@tmancino1.59183/312.2 MBNeural Non-Record
ALIVE259#1499@dippatel19941.63233/314.1 MBTTT GPTQ Record
ALIVE260#1486@AlirezaAlampour1.66563/316.0 MBNeural Non-Record
ALIVE261#1152@ericdatum1.79423/32.0 MBNeural ?Non-Record
ALIVE262#1300@Ribin5451.81663/316.0 MBNeural Non-Record
ALIVE263#1513@ikermoel1.86583/316.0 MBNeural Non-Record
ALIVE264#645@FlynnCruse1.89903/316.0 MBNeural Non-Record
ALIVE265#874@fielding1.93003/32.4 MBGPTQ Non-Record
ALIVE266#1778@simon-marcus2.00273/316.0 MBNeural Non-Record
ALIVE267#905@anthony-maio2.17273/313.7 MBNeural ?Non-Record
ALIVE268#1010@AnubhavBharadwaaj2.93893/30.1 MBNeural ?Non-Record
ALIVE269#1749@gracebml4.10973/313.9 MBTTT GPTQ Non-Record

Live data from GitHub API. Last updated: March 28, 2026.

All Submissions (The Archive)

Filter: | |
Status#PRAuthorBPBSeedsArtifactTypeTrackReason
ALIVE1#42@chonchiog0.00052/316.0 MBNeural Record
ALIVE2#1722@deborahnelson87887260.65603/315.8 MBTTT GPTQ Record
ALIVE3#1319@canivel0.69513/315.7 MBGPTQ Record
ALIVE4#1376@stukenov0.70943/316.0 MBTTT GPTQ Record
ALIVE5#1324@yahya0100.72713/316.0 MBGPTQ Record
ALIVE6#1321@anthony-maio0.74063/315.8 MBNeural Record
ALIVE7#1278@GitGeeks0.77363/315.7 MBNeural ?Record
ALIVE8#1488@ndokutovich0.82653/316.0 MBTTT Record
ALIVE9#909@sunnypatneedi0.86093/315.9 MBCache ?Record
ALIVE10#1313@anthony-maio0.86373/315.8 MBNeural Record
ALIVE11#795@hypery110.88813/314.0 MBTTT Record
ALIVE12#788@hypery110.90593/314.0 MBTTT Record
ALIVE13#1263@xexyz0.93543/315.8 MBGPTQ Record
ALIVE14#782@newjordan0.93623/315.6 MBGPTQ Record
ALIVE15#1303@anthony-maio0.94623/315.8 MBNeural Record
ALIVE16#1184@icryo0.94853/316.0 MBGPTQ Record
ALIVE17#1795@OE-GOD0.95163/3152.6 MBGPTQ Record
ALIVE18#1318@renqianluo1.00953/315.7 MBTTT GPTQ Record
ALIVE19#1743@OleStan1.00993/316.0 MBNeural Record
ALIVE20#1698@arsenis-cmd1.00993/316.6 MBNeural Record
ALIVE21#807@connectwithprakash1.01163/310.8 MBNeural Non-Record
ALIVE22#1672@andrewbaggio11.01193/316.0 MBTTT GPTQ Non-Record
ALIVE23#1758@kilojoules1.02853/30.0 MBNeural Record
ALIVE24#755@dcrow851.03213/316.0 MBNeural Record
ALIVE25#1738@alertcat1.03543/316.0 MBGPTQ Record
ALIVE26#731@pentxayc1.04003/316.0 MBTTT ?Record
ALIVE27#1735@AjAnubolu1.04293/316.0 MBGPTQ Record
ALIVE28#758@hypery111.04653/314.0 MBTTT Record
ALIVE29#700@RoyiRa1.05413/316.0 MBNeural ?Record
ALIVE30#1693@dexhunter1.05733/315.2 MBTTT GPTQ Record
ALIVE31#1550@translatingthename1.05873/316.0 MBTTT GPTQ Non-Record
ALIVE32#1670@dexhunter1.05973/315.2 MBTTT GPTQ Record
ALIVE33#1487@ndokutovich1.06003/316.0 MBGPTQ Record
ALIVE34#1797@dexhunter1.06163/316.0 MBTTT GPTQ Record
ALIVE35#1647@powerpratik1.06163/316.0 MBNeural Record
ALIVE36#1801@leon2k2k2k1.06293/315.9 MBTTT GPTQ Record
ALIVE37#1517@RulinShao1.06323/315.0 MBTTT GPTQ Record
ALIVE38#1787@nprime061.06343/316.0 MBTTT GPTQ Record
ALIVE39#1585@codemath30001.06393/316.0 MBNeural Record
ALIVE40#1779@leon2k2k2k1.06423/316.0 MBTTT GPTQ Record
ALIVE41#1769@dexhunter1.06453/30.0 MBTTT GPTQ Record
ALIVE42#1898@X-Abhishek-X1.06483/316.0 MBTTT GPTQ Non-Record
ALIVE43#1771@bigbag1.06513/316.0 MBNeural Record
ALIVE44#1729@romeerp1.06783/315.9 MBTTT GPTQ Record
ALIVE45#1790@miaoyuxun1.06993/316.0 MBTTT GPTQ Record
ALIVE46#1528@xiehuanyi1.07033/316.0 MBTTT GPTQ Non-Record
ALIVE47#1626@dexhunter1.07193/315.9 MBTTT GPTQ Record
ALIVE48#1727@yahya0101.07223/316.0 MBTTT GPTQ Record
ALIVE49#1700@jorge-asenjo1.07223/316.0 MBTTT GPTQ Record
ALIVE50#1518@abaybektursun1.07333/316.0 MBGPTQ Record
ALIVE51#1707@nothingLiva1.07403/316.0 MBGPTQ Record
ALIVE52#1560@dexhunter1.07413/316.0 MBNeural Record
ALIVE53#1804@abi20241.07433/316.0 MBTTT GPTQ Non-Record
ALIVE54#1755@OE-GOD1.07463/316.0 MBNeural Record
ALIVE55#1586@dexhunter1.07493/316.0 MBTTT GPTQ Record
ALIVE56#1584@codemath30001.07523/316.0 MBNeural Record
ALIVE57#1529@msisovic1.07583/316.0 MBNeural Record
ALIVE58#1695@X-Abhishek-X1.07593/315.7 MBTTT GPTQ Record
ALIVE59#1555@andrewbaggio11.07643/316.0 MBTTT GPTQ Non-Record
ALIVE60#1333@aryanbhosale1.07663/316.0 MBNeural Record
ALIVE61#1728@mikeapedia1.07713/316.0 MBGPTQ Non-Record
ALIVE62#1802@aamodbhatt1.07713/316.0 MBNeural Record
ALIVE63#1536@dexhunter1.07753/316.0 MBTTT GPTQ Non-Record
ALIVE64#1540@aryanbhosale1.07773/316.0 MBNeural Record
ALIVE65#1541@bigbag1.07783/316.0 MBNeural Record
ALIVE66#1561@EthanYangTW1.07833/316.0 MBNeural Record
ALIVE67#1732@Victory9631.07853/316.0 MBTTT ?Record
ALIVE68#1676@aazizyan1.07883/316.0 MBNeural Record
ALIVE69#1533@aryanbhosale1.07903/316.0 MBNeural Record
ALIVE70#1423@aryanbhosale1.07913/315.1 MBTTT GPTQ Record
ALIVE71#1416@erichroepke1.07953/315.1 MBTTT GPTQ Record
ALIVE72#1770@liujshi1.07963/316.0 MBNeural Record
ALIVE73#1583@codemath30001.08013/316.0 MBNeural Record
ALIVE74#1408@aamodbhatt1.08023/316.0 MBTTT GPTQ Record
ALIVE75#1776@anmarhindi1.08083/316.0 MBTTT GPTQ Record
ALIVE76#1715@G3sparky1.08093/316.0 MBGPTQ Record
ALIVE77#1678@tashapais1.08103/316.0 MBNeural Record
ALIVE78#1493@bigbag1.08103/316.0 MBNeural Record
ALIVE79#1747@swapp19901.08203/316.0 MBTTT GPTQ Record
ALIVE80#1689@chris-colinsky1.08223/315.9 MBNeural Record
ALIVE81#1477@aryanbhosale1.08223/316.0 MBNeural Record
ALIVE82#1520@taka67451.08243/316.1 MBNeural Record
ALIVE83#1460@resouer1.08273/316.0 MBNeural Record
ALIVE84#1413@dexhunter1.08283/30.0 MBNeural Record
ALIVE85#1412@Robby9551.08353/3?Neural Record
ALIVE86#1450@andrewbaggio11.08483/3384.0 MBGPTQ Record
ALIVE87#1794@Programmerryoki1.08493/316.0 MBTTT GPTQ Record
ALIVE88#1424@OnlyJundong1.08583/315.1 MBNeural Non-Record
ALIVE89#1471@X-Abhishek-X1.08663/316.0 MBGPTQ Record
ALIVE90#1445@X-Abhishek-X1.08893/315.9 MBGPTQ Record
ALIVE91#1326@aryanbhosale1.08963/316.0 MBNeural Record
ALIVE92#1334@aryanbhosale1.08973/316.0 MBNeural Record
ALIVE93#1296@aryanbhosale1.08973/316.0 MBNeural Record
ALIVE94#1399@AnubhavBharadwaaj1.08983/316.1 MBTTT GPTQ Record
ALIVE95#1394@clarkkev1.09003/316.0 MBNeural Record
ALIVE96#1331@dexhunter1.09003/316.0 MBNeural Record
ALIVE97#1285@dexhunter1.09123/316.0 MBNeural Record
ALIVE98#1415@bigbag1.09133/316.0 MBGPTQ Record
ALIVE99#1176@bigbag1.09143/316.0 MBGPTQ Record
ALIVE100#1344@Omrigotlieb1.09233/316.0 MBGPTQ Record
ALIVE101#1395@dttdrv1.09243/316.0 MBGPTQ Record
ALIVE102#1279@dexhunter1.09243/30.0 MBNeural Record
ALIVE103#1421@X-Abhishek-X1.09253/315.9 MBGPTQ Record
ALIVE104#1291@dentity0071.09253/316.0 MBGPTQ Non-Record
ALIVE105#1260@dexhunter1.09293/316.0 MBNeural Record
ALIVE106#1339@bigbag1.09553/316.0 MBGPTQ Record
ALIVE107#1446@LauraGomezjurado1.09603/315.9 MBGPTQ Non-Record
ALIVE108#1407@OnlyJundong1.09603/316.0 MBNeural Non-Record
ALIVE109#1172@dexhunter1.10153/315.7 MBNeural Non-Record
ALIVE110#1392@Its-Just-Crump1.10203/315.9 MBTTT GPTQ Record
ALIVE111#1364@stukenov1.10253/316.0 MBTTT GPTQ Record
ALIVE112#1217@bigbag1.10273/315.8 MBNeural Non-Record
ALIVE113#1805@yevh1.10333/316.0 MBNeural Non-Record
ALIVE114#1218@clarkkev1.10413/316.0 MBGPTQ Record
ALIVE115#1398@Mertyandimata1.10473/315.9 MBGPTQ Non-Record
ALIVE116#1287@dentity0071.10483/316.0 MBGPTQ Non-Record
ALIVE117#1204@msisovic1.10633/315.9 MBGPTQ Record
ALIVE118#1307@amrayach1.10893/315.7 MBGPTQ Record
ALIVE119#1290@aryanbhosale1.11043/316.0 MBTTT GPTQ Record
ALIVE120#849@dttdrv1.11053/315.9 MBTTT ?Record
ALIVE121#1212@Gusanidas1.11083/315.7 MBGPTQ Record
ALIVE122#1179@dexhunter1.11103/316.0 MBNeural Record
ALIVE123#1512@Itssshikhar1.11173/316.8 MBNeural Record
ALIVE124#1060@dexhunter1.11223/316.0 MBGPTQ Record
ALIVE125#1169@Bortlesboat1.11263/316.0 MBGPTQ Record
ALIVE126#1130@Gusanidas1.11403/316.0 MBGPTQ Record
ALIVE127#1309@cadenmcmann1.11433/315.8 MBGPTQ Non-Record
ALIVE128#1019@abaybektursun1.11473/315.9 MBNeural ?Record
ALIVE129#726@DeepReinforce1.11473/315.2 MBTTT ?Record
ALIVE130#1128@AnubhavBharadwaaj1.11543/315.9 MBNeural Non-Record
ALIVE131#609@saml2121.11543/315.9 MBGPTQ Non-Record
ALIVE132#557@hypery111.11603/315.8 MBNeural Non-Record
ALIVE133#525@hypery111.11603/315.8 MBNeural Non-Record
ALIVE134#1156@haikosys1.11613/316.0 MBGPTQ Record
ALIVE135#1231@nestamidavaine1.11633/30.1 MBTTT Non-Record
ALIVE136#790@danialht1.11723/315.5 MBTTT GPTQ Record
ALIVE137#1129@EthanYangTW1.11743/316.0 MBTTT GPTQ Record
ALIVE138#1310@cadenmcmann1.11773/315.9 MBNeural Non-Record
ALIVE139#634@raahilshah1.11783/316.0 MBNeural ?Record
ALIVE140#713@hypery111.11803/315.8 MBTTT ?Record
ALIVE141#1084@AnubhavBharadwaaj1.11853/315.9 MBNeural Non-Record
ALIVE142#977@michaelwinczuk1.11853/316.0 MBTTT ?Record
ALIVE143#1118@adityakm241.11873/316.0 MBNeural Record
ALIVE144#1325@monisha-max1.11943/37.0 MBNeural Record
ALIVE145#964@vivekvar-dl1.11943/316.0 MBTTT ?Record
ALIVE146#549@abaybektursun1.11943/315.9 MBNeural Record
ALIVE147#768@mradassaad1.12013/316.0 MBTTT Non-Record
ALIVE148#1011@AnubhavBharadwaaj1.12033/315.8 MBNeural ?Non-Record
ALIVE149#577@newjordan1.12073/315.6 MBTTT ?Record
ALIVE150#398@felipe-parodi1.12133/315.5 MBTTT ?Non-Record
ALIVE151#838@aryanbhosale1.12153/315.8 MBTTT ?Non-Record
ALIVE152#578@newjordan1.12153/315.6 MBTTT ?Record
ALIVE153#1092@teddyoweh1.12193/315.9 MBNeural Record
ALIVE154#1696@kings-crown1.12243/315.7 MBTTT Record
ALIVE155#1182@adityakm241.12273/315.9 MBNeural Record
ALIVE156#175@anthony-maio1.12293/316.0 MBNeural ?Record
ALIVE157#414@signalrush1.12333/315.6 MBNeural ?Record
ALIVE158#641@CiprianFlorin-Ifrim1.12393/315.7 MBNeural ?Non-Record
ALIVE159#315@jfprincz1.12482/315.6 MBNeural ?Record
ALIVE160#64@yesbhautik1.12503/316.0 MBTTT ?Record
ALIVE161#478@gowtham09921.12683/315.6 MBNeural ?Record
ALIVE162#1016@ADIITJ1.12693/316.0 MBTTT ?Non-Record
ALIVE163#564@sadeghja10701.12703/315.5 MBNeural Record
ALIVE164#287@jfprincz1.12712/315.5 MBNeural ?Record
ALIVE165#406@dentity0071.12873/315.7 MBTTT ?Non-Record
ALIVE166#400@chanwoo-park-official1.12963/315.6 MBNeural ?Non-Record
ALIVE167#455@kasimte1.12993/316.0 MBTTT ?Record
ALIVE168#572@ritikmahy51.13003/316.0 MBTTT ?Record
ALIVE169#265@unnir1.13073/315.9 MBNeural ?Record
ALIVE170#493@parinzee1.13093/315.8 MBNeural ?Record
ALIVE171#1127@dentity0071.13113/316.0 MBTTT Record
ALIVE172#1453@iverbovoy1.13243/315.4 MBNeural Non-Record
ALIVE173#223@0xjaishy1.13263/315.7 MBTTT ?Record
ALIVE174#1166@Christopher-Lee-McClendon1.13353/315.1 MBNeural Non-Record
ALIVE175#861@JoeProAI1.13393/316.3 MBTTT ?Non-Record
ALIVE176#857@aruniyer1.13603/315.9 MBNeural ?Non-Record
ALIVE177#586@EaCognitive1.13653/315.6 MBNeural ?Record
ALIVE178#1579@Tonyy19771.13723/315.0 MBNeural Record
ALIVE179#958@shouryamaanjain1.13823/315.5 MBTTT Record
ALIVE180#979@0xadvait1.13873/315.5 MBNeural ?Record
ALIVE181#537@Christopher-Lee-McClendon1.13873/315.4 MBTTT Non-Record
ALIVE182#349@Mapika1.13993/316.0 MBNeural Record
ALIVE183#236@saml2121.14003/315.7 MBNeural ?Record
ALIVE184#989@alexanderaperry-arch1.14023/315.8 MBNeural Record
ALIVE185#274@haikosys1.14033/316.0 MBNeural ?Record
ALIVE186#1630@KevinChunye1.14123/313.5 MBNeural Record
ALIVE187#1202@VirajDeshwal1.14123/316.0 MBTTT Record
ALIVE188#602@ReNothingg1.14223/315.8 MBNeural ?Non-Record
ALIVE189#467@ADIITJ1.14283/316.0 MBTTT ?Record
ALIVE190#180@thwu11.1428?15.5 MBNeural ?Record
ALIVE191#76@unixmadtoonslab1.14333/31.0 MBNeural ?Record
ALIVE192#348@EthanYangTW1.14443/315.9 MBTTT Record
ALIVE193#306@xuafeng1.14483/316.0 MBNeural ?Non-Record
ALIVE194#884@BhatiaUday1.14483/315.6 MBNeural Non-Record
ALIVE195#264@stukenov1.14553/315.9 MBTTT ?Record
ALIVE196#665@harborglowvintage-oss1.14643/315.7 MBNeural Record
ALIVE197#451@harborglowvintage-oss1.14643/315.7 MBNeural ?Record
ALIVE198#1573@shivangbaveja1.14643/315.9 MBNeural Record
ALIVE199#1456@sisegod1.14653/316.0 MBNeural Non-Record
ALIVE200#421@vytautas-bunevicius1.14663/314.7 MBTTT ?Non-Record
ALIVE201#996@Idan30111.14703/314.9 MBNeural Record
ALIVE202#637@bryjudy1.14773/316.0 MBNeural ?Non-Record
ALIVE203#295@gowtham09921.14773/315.9 MBNeural ?Record
ALIVE204#162@raahilshah1.14831/315.9 MBNeural Record
ALIVE205#331@Rhodrium1.14873/316.0 MBNeural Record
ALIVE206#385@dentity0071.14883/315.2 MBNeural ?Non-Record
ALIVE207#1142@ymrohit1.14933/315.9 MBNeural Record
ALIVE208#206@dexhunter1.15073/316.0 MBNeural ?Record
ALIVE209#465@LoquiAuris1.15083/315.7 MBNeural ?Record
ALIVE210#1029@fielding1.15293/315.6 MBNeural ?Non-Record
ALIVE211#1666@mrbese1.15313/312.7 MBNeural Record
ALIVE212#173@tamoghnokandar1.15323/316.0 MBNeural ?Record
ALIVE213#219@alertcat1.15413/31.8 MBNeural ?Non-Record
ALIVE214#215@JayCheng1131.15483/316.0 MBNeural ?Non-Record
ALIVE215#201@machdragon1.15513/312.7 MBNeural ?Record
ALIVE216#252@greqone1.15543/316.0 MBNeural ?Non-Record
ALIVE217#65@aquariouseworkman1.15563/315.9 MBNeural ?Record
ALIVE218#333@mahsumaktas1.15653/315.9 MBNeural Record
ALIVE219#640@CiprianFlorin-Ifrim1.15703/316.0 MBNeural ?Record
ALIVE220#122@mtybadger1.16003/315.3 MBNeural ?Record
ALIVE221#156@dexhunter1.16023/316.0 MBNeural Record
ALIVE222#1381@X-Abhishek-X1.16043/315.2 MBNeural Non-Record
ALIVE223#88@seanward1.16053/316.0 MBNeural Record
ALIVE224#286@chris-buckley1.16283/315.5 MBNeural ?Record
ALIVE225#123@saikrishnarallabandi1.16423/315.8 MBNeural ?Record
ALIVE226#363@evangelinehelsinki1.16483/315.3 MBNeural ?Non-Record
ALIVE227#312@chanwoo-park-official1.16683/313.2 MBNeural ?Non-Record
ALIVE228#927@Tonyy19771.16963/315.8 MBTTT ?Record
ALIVE229#1783@ismailntl1.17163/316.0 MBGPTQ Record
ALIVE230#60@notapplica1.17482/314.7 MBNeural ?Record
ALIVE231#671@keshav551.18073/314.5 MBNeural Record
ALIVE232#515@keshav551.18073/314.6 MBNeural Record
ALIVE233#63@yahya0101.18212/316.0 MBNeural ?Record
ALIVE234#1047@newjordan1.18233/310.0 MBNeural ?Record
ALIVE235#660@HugoOchoaLP1.18263/316.0 MBNeural Non-Record
ALIVE236#914@mkenney21.18733/314.3 MBNeural ?Non-Record
ALIVE237#896@MVPandey1.19003/316.0 MBNeural Non-Record
ALIVE238#1221@amabito1.19153/315.0 MBNeural Non-Record
ALIVE239#50@mattqlf1.1925?15.9 MBNeural ?Record
ALIVE240#1509@Lumi-node1.19623/316.0 MBNeural Non-Record
ALIVE241#169@beee0031.19733/315.9 MBNeural Record
ALIVE242#52@spokane-way1.20141/3?Neural ?Record
ALIVE243#426@aniketio-ctrl1.20263/316.0 MBNeural ?Record
ALIVE244#316@SkywardSyntax1.20353/31.0 MBNeural ?Non-Record
ALIVE245#49@spokane-way1.20643/3?Neural ?Record
ALIVE246#1305@DariusFeher1.20703/315.8 MBNeural ?Non-Record
ALIVE247#1799@jamesEmerson1121.20733/315.3 MBTTT Record
ALIVE248#1206@oneKn81.20743/39.3 MBNeural Non-Record
ALIVE249#141@nglain1.20753/316.0 MBNeural Non-Record
ALIVE250#1427@kjahan1.20923/314.4 MBGPTQ Record
ALIVE251#39@nanlliu1.21473/315.9 MBNeural Record
ALIVE252#705@seanward1.21513/315.5 MBNeural ?Record
ALIVE253#61@saml2121.2154?15.9 MBNeural ?Record
ALIVE254#1617@adityasasidhar1.21923/315.9 MBNeural Non-Record
ALIVE255#1057@Programmerryoki1.22013/315.0 MBTTT ?Record
ALIVE256#319@Arth-Singh1.27163/316.0 MBNeural ?Non-Record
ALIVE257#904@anthony-maio1.27343/315.8 MBTTT Non-Record
ALIVE258#1463@tsubasagit1.27743/316.0 MBNeural Non-Record
ALIVE259#1682@PapaFranku46471.28183/316.0 MBNeural Non-Record
ALIVE260#1549@dljr-github1.32203/313.5 MBNeural Non-Record
ALIVE261#73@NishantDahal1.3281?16.0 MBNeural ?Non-Record
ALIVE262#1582@He-Wenhao1.34283/314.7 MBNeural Non-Record
ALIVE263#678@SPThole1.35253/315.6 MBNeural ?Non-Record
ALIVE264#737@SPThole1.35573/315.2 MBNeural ?Non-Record
ALIVE265#1665@mrbese1.35713/37.6 MBNeural Non-Record
ALIVE266#1053@ikermoel1.36003/312.9 MBNeural ?Record
ALIVE267#941@aptsalt1.36203/316.0 MBNeural Record
ALIVE268#1784@renqianluo1.40003/315.9 MBTTT GPTQ Record
ALIVE269#1425@dentity0071.44793/30.9 MBGPTQ Non-Record
ALIVE270#669@amabito1.49423/316.0 MBNeural ?Non-Record
ALIVE271#1239@tmancino1.59183/312.2 MBNeural Non-Record
ALIVE272#1499@dippatel19941.63233/314.1 MBTTT GPTQ Record
ALIVE273#1486@AlirezaAlampour1.66563/316.0 MBNeural Non-Record
ALIVE274#1152@ericdatum1.79423/32.0 MBNeural ?Non-Record
ALIVE275#1300@Ribin5451.81663/316.0 MBNeural Non-Record
ALIVE276#1513@ikermoel1.86583/316.0 MBNeural Non-Record
ALIVE277#645@FlynnCruse1.89903/316.0 MBNeural Non-Record
ALIVE278#874@fielding1.93003/32.4 MBGPTQ Non-Record
ALIVE279#1778@simon-marcus2.00273/316.0 MBNeural Non-Record
ALIVE280#77@samacqua2.0731??TTT ?Record
ALIVE281#905@anthony-maio2.17273/313.7 MBNeural ?Non-Record
ALIVE282#1010@AnubhavBharadwaaj2.93893/30.1 MBNeural ?Non-Record
ALIVE283#1749@gracebml4.10973/313.9 MBTTT GPTQ Non-Record
ALIVE284#1511@cocohearts??16.0 MBNeural ?Record
ALIVE285#1148@aamodbhatt?3/315.9 MBNeural Record
ALIVE286#616@valerio-oai???Neural ?Record
ALIVE287#561@cocohearts?3/3?Neural ?Record
ALIVE288#350@sha-huang???Neural ?Record
ALIVE289#269@yuzhougu-oai???Neural ?Record
ALIVE290#255@valerio-oai???Neural ?Record
ALIVE291#124@mattqlf???Neural ?Record
ALIVE292#105@0hq???Neural ?Record
ALIVE293#100@sandsevenone???Neural ?Record
ALIVE294#86@aruniyer?3/3?Neural Record
ALIVE295#35@0hq???Neural ?Record
ALIVE296#32@yhn112???Neural ?Record
ALIVE297#18@berniwal???Neural ?Record
ALIVE298#9@oof-baroomf???Neural ?Record
ALIVE299#1@TNELLI-OAI???Neural ?Record
AT-RISK300#1437@dexhunter0.00043/316.0 MBNeural RecordN-gram cache (03-27)
AT-RISK301#2049@ishangodawatta0.00043/30.0 MBTTT GPTQ Non-RecordTTT + GPTQ + EMA
AT-RISK302#399@abaybektursun0.00063/315.8 MBNeural ?RecordTTT + Muon + INT6 + EMA
AT-RISK303#1736@dexhunter0.00073/316.0 MBTTT GPTQ RecordTTT + LoRA
AT-RISK304#1433@mtybadger0.00203/32.0 MBNeural Non-RecordTTT + GPTQ + INT6 + INT8
AT-RISK305#1410@izlley0.00203/316.0 MBTTT RecordTTT + Muon + GPTQ
AT-RISK306#1302@vlivashkin0.00283/316.0 MBGPTQ RecordN-gram cache (03-27)
AT-RISK307#1170@Christopher-Lee-McClendon0.00323/315.7 MBNeural Non-RecordTTT + Muon + INT6 + EMA + N-gram
AT-RISK308#1312@adi-suresh010.00343/315.9 MBNeural Non-RecordINT6 + INT8 + N-gram
AT-RISK309#1247@fahmitech0.00523/316.0 MBNeural RecordGPTQ + INT6 + EMA
AT-RISK310#1714@Anakintano0.00603/316.0 MBNeural RecordTTT + Muon + LoRA + GPTQ + INT6 + INT8 + EMA
AT-RISK311#1642@himanshudongre0.0072??Cache ?Non-RecordN-gram cache (03-27)
AT-RISK312#1147@Robby9550.00902/3?Neural Non-RecordN-gram cache (03-27)
AT-RISK313#1807@davie2009kh0.01063/30.1 MBGPTQ RecordTTT + Muon + GPTQ + INT6 + EMA + N-gram
AT-RISK314#1465@sisegod0.01103/315.9 MBNeural Non-RecordTTT + Muon + GPTQ + INT6 + INT8 + EMA
AT-RISK315#911@Akhilesh-Gogikar0.01303/312.0 MBNeural ?RecordTTT + Muon + N-gram
AT-RISK316#1435@AbhayAnandUCSD0.01673/314.6 MBGPTQ RecordGPTQ + INT6 + EMA
AT-RISK317#1114@minh-stakc0.0235?6.5 MBNeural RecordN-gram cache (03-27)
AT-RISK318#375@charmquark19840.02803/32.0 MBNeural ?Non-RecordTTT + EMA
AT-RISK319#924@THUQiXuan0.02803/312.8 MBTTT Cache ?RecordN-gram cache (03-27)
AT-RISK320#883@THUQiXuan0.03083/33.5 MBTTT RecordN-gram cache (03-27)
AT-RISK321#780@sargonxg0.0400??Neural Non-RecordN-gram cache (03-27)
AT-RISK322#1186@andrewbaggio10.0450?16.0 MBNeural Non-RecordN-gram cache (03-27)
AT-RISK323#1498@owizdom0.04603/316.0 MBGPTQ Non-RecordTTT + Muon + GPTQ + INT6 + EMA + N-gram
AT-RISK324#910@Meirzhan050.06903/33.0 MBNeural ?Non-RecordTTT + Muon + GPTQ + INT6 + EMA
AT-RISK325#933@haikosys0.08043/37.5 MBCache ?RecordTTT + Muon + EMA + N-gram + Two-pass
AT-RISK326#986@sofiabod0.08303/316.0 MBCache RecordN-gram cache (03-27)
AT-RISK327#961@callithyia0.08813/316.0 MBCache ?RecordN-gram cache (03-27)
AT-RISK328#1095@vimeto0.09052/315.1 MBCache RecordN-gram cache (03-27)
AT-RISK329#922@greqone0.09723/315.9 MBCache ?RecordN-gram cache (03-27)
AT-RISK330#1030@sofiabod0.11303/35.8 MBCache ?RecordN-gram cache (03-27)
AT-RISK331#968@dentity0070.11543/315.1 MBCache ?RecordN-gram cache (03-27)
AT-RISK332#948@dentity0070.11563/315.1 MBNeural RecordN-gram cache (03-27)
AT-RISK333#918@haikosys0.16533/315.3 MBCache ?RecordN-gram cache (03-27)
AT-RISK334#1699@lsb0.18103/315.8 MBNeural ?Non-RecordMuon + EMA
AT-RISK335#1048@mrdavtan0.2056?14.3 MBNeural ?Non-RecordGPTQ + INT6 + EMA
AT-RISK336#1111@MichaelMcCulloch0.25323/311.4 MBTTT RecordN-gram cache (03-27)
AT-RISK337#865@aryanbhosale0.28413/316.0 MBCache ?RecordN-gram cache (03-27)
AT-RISK338#864@aryanbhosale0.28413/316.0 MBCache ?RecordN-gram cache (03-27)
AT-RISK339#840@quietsmile0.28733/316.0 MBCache ?RecordN-gram cache (03-27)
AT-RISK340#1454@bsisduck0.3509?14.9 MBCache GPTQ Non-RecordN-gram cache (03-27)
AT-RISK341#1159@JDAppleseed0.3693?10.2 MBNeural Non-RecordTTT + INT6 + EMA
AT-RISK342#1094@michaelwinczuk0.39583/315.9 MBNeural RecordN-gram cache (03-27)
AT-RISK343#1033@Naazimsnh020.43113/316.0 MBTTT Cache ?RecordN-gram cache (03-27)
AT-RISK344#803@pentxayc0.44163/315.9 MBNeural RecordN-gram cache (03-27)
AT-RISK345#890@sofiabod0.44293/314.9 MBCache RecordTTT + Muon + GPTQ + INT6 + EMA + N-gram
AT-RISK346#825@hypery110.54403/316.0 MBTTT RecordTTT + Muon + INT6 + EMA + N-gram
AT-RISK347#798@travispchen0.54663/316.0 MBTTT RecordN-gram cache (03-27)
AT-RISK348#808@Naazimsnh020.63602/315.9 MBNeural RecordN-gram cache (03-27)
AT-RISK349#813@hypery110.66713/316.0 MBTTT RecordN-gram cache (03-27)
AT-RISK350#770@minh-stakc0.66723/315.0 MBNeural RecordN-gram cache (03-27)
AT-RISK351#871@greqone0.80043/315.2 MBNeural Non-RecordN-gram cache (03-27)
AT-RISK352#786@shinegami-20020.81281/315.9 MBNeural RecordN-gram cache (03-27)
AT-RISK353#797@armantsaturian0.89603/315.9 MBCache RecordN-gram cache (03-27)
AT-RISK354#940@antaloaalonso0.95813/315.7 MBNeural RecordN-gram cache (03-27)
AT-RISK355#761@Asukabot00.95813/315.7 MBTTT Cache ?RecordN-gram cache (03-27)
AT-RISK356#753@newjordan0.96253/315.6 MBTTT GPTQ RecordN-gram cache (03-27)
AT-RISK357#915@anthony-maio0.9642??Cache ?Non-RecordN-gram cache (03-27)
AT-RISK358#889@anthony-maio0.96423/316.0 MBNeural RecordN-gram cache (03-27)
AT-RISK359#778@raahilshah0.97573/316.0 MBGPTQ RecordN-gram cache (03-27)
AT-RISK360#763@hypery110.99173/314.0 MBTTT RecordTTT + GPTQ + INT6 + EMA + N-gram
AT-RISK361#885@lolrazh0.99583/314.0 MBCache RecordN-gram cache (03-27)
AT-RISK362#702@lukacf1.02443/315.8 MBCache ?RecordN-gram cache (03-27)
AT-RISK363#715@Asukabot01.03373/316.0 MBCache ?RecordN-gram cache (03-27)
AT-RISK364#1557@ndokutovich1.07733/316.0 MBTTT GPTQ RecordN-gram cache (03-27)
AT-RISK365#1718@himanshudongre1.07883/316.0 MBNeural ?Non-RecordN-gram cache (03-27)
AT-RISK366#1514@dexhunter1.07983/316.0 MBNeural RecordN-gram cache (03-27)
AT-RISK367#1420@abaybektursun1.08313/30.0 MBGPTQ RecordN-gram cache (03-27)
AT-RISK368#1232@Christopher-Lee-McClendon1.0929?14.5 MBNeural Non-RecordN-gram cache (03-27)
AT-RISK369#1440@Mertyandimata1.10263/315.9 MBGPTQ RecordN-gram cache (03-27)
AT-RISK370#1089@mikeapedia1.10913/315.3 MBNeural RecordN-gram cache (03-27)
AT-RISK371#1145@AnirudhRahul1.11093/3?GPTQ RecordN-gram cache (03-27)
AT-RISK372#1126@AnirudhRahul1.11233/316.0 MBNeural RecordN-gram cache (03-27)
AT-RISK373#318@sseanliu1.1284??Cache ?RecordTTT + EMA
AT-RISK374#1741@amrayach1.12903/316.0 MBTTT GPTQ Non-RecordN-gram cache (03-27)
AT-RISK375#1205@SergheiBrinza1.14313/316.4 MBNeural Non-RecordN-gram cache (03-27)
AT-RISK376#831@sseanliu1.1581?16.0 MBNeural ?RecordMuon + SSM + INT6
AT-RISK377#978@AnirudhRahul1.1686??Neural ?RecordN-gram cache (03-27)
AT-RISK378#69@TevBenji1.1708?14.6 MBNeural ?RecordMuon + INT6
AT-RISK379#182@mihir-s-051.1844?14.5 MBTTT ?Non-RecordTTT + Muon + LoRA + INT6
AT-RISK380#858@nickferrantelive1.21353/315.5 MBNeural ?RecordN-gram cache (03-27)
AT-RISK381#1608@User1233311.2219??TTT Non-RecordN-gram cache (03-27)
AT-RISK382#886@abaybektursun1.2711?48.0 MBNeural ?Non-RecordN-gram cache (03-27)
AT-RISK383#794@jeremyschied1.3346??Neural RecordN-gram cache (03-27)
AT-RISK384#827@Programmerryoki1.39993/313.5 MBNeural ?RecordN-gram cache (03-27)
AT-RISK385#108@kellyvv1.4370?2.9 MBNeural Non-RecordN-gram cache (03-27)
AT-RISK386#559@Parswanadh1.5348?12.4 MBNeural ?Non-RecordMuon
AT-RISK387#1014@haimianbaobao0072.8700??TTT Cache ?RecordN-gram cache (03-27)
AT-RISK388#1609@Akhilesh-Gogikar??16.0 MBTTT Cache RecordN-gram cache (03-27)
AT-RISK389#1534@someone114514??16.0 MBNeural RecordN-gram cache (03-27)
AT-RISK390#1510@OE-GOD??1.6 MBNeural ?Non-RecordN-gram cache (03-27)
AT-RISK391#1272@andrewbaggio1???Neural ?Non-RecordN-gram cache (03-27)
AT-RISK392#1223@LucasErcolano??16.0 MBNeural ?Non-RecordCompliance violation
AT-RISK393#1056@sofiabod?3/31.4 MBCache ?RecordN-gram cache (03-27)
AT-RISK394#860@pappanick?3/3?Cache ?RecordN-gram cache (03-27)
AT-RISK395#830@zlxi02??13.5 MBCache ?Non-RecordN-gram cache (03-27)
AT-RISK396#767@RichiiiTV??7.8 MBGPTQ Non-RecordINT6 + N-gram
AT-RISK397#621@tigertonez??16.0 MBNeural RecordN-gram cache (03-27)
AT-RISK398#392@pinnerwt???Neural ?RecordN-gram cache (03-27)
AT-RISK399#387@shouryamaanjain???Cache ?RecordTTT
AT-RISK400#241@kellyvv???Neural ?Non-RecordTwo-pass (03-27)
INCOMPLETE401#1650@Jaredcastorena0.0001?14.8 MBNeural Non-RecordINT8
INCOMPLETE402#1214@gersh0.0001?16.0 MBGPTQ Non-RecordINT6
INCOMPLETE403#666@chrislovescoding0.0003?15.9 MBNeural Non-RecordMuon + GPTQ + INT6 + INT8 + EMA
INCOMPLETE404#1756@romeerp0.00043/3?TTT GPTQ RecordTTT + LoRA
INCOMPLETE405#587@newjordan0.00063/315.6 MBNeural ?RecordTTT + GPTQ + INT6 + EMA
INCOMPLETE406#1679@ChideraIbe1230.0008?16.0 MBNeural Non-RecordTTT + N-gram
INCOMPLETE407#1759@yijieyuan0.0008?16.0 MBNeural Non-RecordLoRA + GPTQ + INT8
INCOMPLETE408#960@ADIITJ0.0009?18.8 MBTTT ?RecordTTT + Muon + GPTQ + INT6 + EMA
2 SEEDS409#772@abaybektursun0.00102/3?Neural ?Non-RecordN-gram
INCOMPLETE410#1431@Idan30110.0012?16.0 MBTTT GPTQ RecordTTT + Muon + GPTQ + INT6 + INT8 + EMA
INCOMPLETE411#1061@rolandnsharp0.0020?11.2 MBNeural RecordTTT + Muon + INT8 + EMA
INCOMPLETE412#1002@SoHarshh0.0020?15.9 MBNeural RecordINT6 + EMA
INCOMPLETE413#983@WHITELOTUS00.0020?16.0 MBNeural Non-RecordMuon + INT6 + EMA
INCOMPLETE414#277@mohosy0.0020?16.0 MBTTT ?Non-RecordTTT + Muon + INT6
INCOMPLETE415#1775@dentity0070.00283/3?TTT GPTQ RecordTTT + LoRA + N-gram
INCOMPLETE416#480@imyesung0.0028?16.0 MBNeural ?Non-RecordMoE + INT6
2 SEEDS417#1371@aarjunsrinivasan0.00302/316.0 MBNeural Non-RecordMuon + INT8
INCOMPLETE418#183@anantdgoel0.0030?15.1 MBTTT Cache ?Non-RecordTTT + LoRA + INT8
INCOMPLETE419#1031@michaelwinczuk0.0037?16.0 MBTTT ?RecordTTT + Muon
INCOMPLETE420#341@tobiascanavesi0.0040?14.2 MBNeural RecordMuon + INT8
INCOMPLETE421#894@albertorkive0.0046?16.0 MBNeural Non-RecordMuon + EMA
INCOMPLETE422#1021@abaybektursun0.0050??Neural ?Non-RecordCompliance violation
INCOMPLETE423#1726@krishs04040.0060??Neural ?Non-RecordCompliance violation
INCOMPLETE424#1032@wfproc0.0070??Neural ?Non-RecordMuon + INT6 + EMA
INCOMPLETE425#975@Abhishek81080.0080?15.9 MBNeural ?Non-RecordINT6 + EMA
INCOMPLETE426#1385@korentomas0.0090?12.3 MBNeural ?Non-RecordCompliance violation
INCOMPLETE427#1664@zoharb1570.01203/316.0 MBGPTQ RecordGPTQ + INT6
INCOMPLETE428#1646@sergeevii1230.0120?16.0 MBGPTQ Non-RecordTTT + GPTQ + INT6
INCOMPLETE429#494@george116420.01203/3?TTT ?Non-RecordTTT + GPTQ + INT6
INCOMPLETE430#1360@JulianTang20270.0140?16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE431#283@Cwarren15-A0.0150??Neural ?RecordCompliance violation
INCOMPLETE432#490@amaljithkuttamath0.0170??TTT ?RecordTTT + GPTQ
INCOMPLETE433#1519@elliottdehn0.01943/3?Neural RecordGPTQ + EMA
INCOMPLETE434#1502@SPThole0.0230?16.0 MBTTT GPTQ Non-RecordTTT + Muon + SwiGLU + LoRA + GPTQ + INT6 + INT8 + EMA
INCOMPLETE435#1602@SPThole0.02303/316.0 MBNeural ?Non-RecordTTT + Muon + LoRA + GPTQ + INT6 + INT8 + EMA + N-gram
INCOMPLETE436#1565@Idan30110.0230?15.7 MBTTT GPTQ RecordTTT + Muon + GPTQ + INT8 + EMA
INCOMPLETE437#1601@SPThole0.0234?15.9 MBTTT GPTQ Non-RecordTTT + INT6 + EMA
INCOMPLETE438#1501@SPThole0.0234?16.0 MBTTT GPTQ Non-RecordTTT + Muon + SwiGLU + GPTQ + INT6 + INT8 + EMA + N-gram
INCOMPLETE439#459@mer22340.0280??Neural ?RecordCompliance violation
INCOMPLETE440#1341@himanshudongre0.0300?16.0 MBTTT ?Non-RecordTTT + LoRA + GPTQ + INT6
INCOMPLETE441#92@saikrishnarallabandi0.0310?14.7 MBNeural RecordINT6 + INT8
2 SEEDS442#990@newjordan0.03302/316.6 MBGPTQ RecordINT6 + INT8 + EMA + N-gram
INCOMPLETE443#103@MatthewHRockwell0.0350?14.9 MBNeural Non-RecordLoRA + INT6
INCOMPLETE444#822@henrycashe260.0470?15.8 MBNeural RecordMuon + LoRA + INT6
INCOMPLETE445#895@iverbovoy0.0600?15.8 MBTTT Non-RecordCompliance violation
2 SEEDS446#1380@ranausmanai0.07002/3?Neural Non-RecordEMA
INCOMPLETE447#919@TheDryhtscipe0.0750??Neural ?Non-RecordCompliance violation
2 SEEDS448#693@EthanYangTW0.07702/316.0 MBNeural ?RecordTTT + GPTQ + INT6 + EMA
INCOMPLETE449#1222@abaybektursun0.0790?16.0 MBTTT ?Non-RecordTTT + GPTQ + INT6 + EMA
INCOMPLETE450#1246@deborahnelson87887260.22513/3?TTT GPTQ RecordN-gram
INCOMPLETE451#1461@viasky6570.4118??Neural RecordCompliance violation
INCOMPLETE452#1368@JKSNS0.8503?13.3 MBTTT Non-RecordCompliance violation
INCOMPLETE453#926@NandhuRajRK0.8705?15.8 MBNeural ?RecordLeakyReLUΒ² + GPTQ + INT6 + EMA
2 SEEDS454#776@agalimova0.92582/316.0 MBTTT GPTQ RecordTTT
INCOMPLETE455#1240@andrewbaggio10.9300??TTT GPTQ Non-RecordCompliance violation
2 SEEDS456#774@travispchen0.93702/315.9 MBTTT GPTQ RecordN-gram
INCOMPLETE457#1241@aiejvn0.9901??Neural ?Non-RecordCompliance violation
INCOMPLETE458#875@shalyhinpavel1.0226?16.0 MBNeural RecordTTT + INT8
INCOMPLETE459#168@spokane-way1.0238?8.8 MBNeural RecordINT8
INCOMPLETE460#1791@genji03061.03393/3?Neural RecordTTT + Muon + INT6 + EMA + N-gram
INCOMPLETE461#1578@mikeapedia1.06683/3?Neural RecordTTT + Muon + GPTQ + EMA
2 SEEDS462#1667@MarioPaerle1.07142/316.0 MBTTT GPTQ RecordTTT + GPTQ + INT6 + EMA
2 SEEDS463#1792@renqianluo1.07192/316.0 MBTTT GPTQ RecordTTT + LoRA + INT8
0 SEEDS464#1530@samacqua1.07340/316.0 MBTTT GPTQ RecordTTT + LoRA
2 SEEDS465#1767@renqianluo1.07422/315.9 MBTTT GPTQ RecordTTT + LoRA + GPTQ
2 SEEDS466#1765@renqianluo1.07422/316.0 MBTTT GPTQ RecordTTT + LoRA + GPTQ
INCOMPLETE467#1546@SPThole1.0744?16.0 MBNeural Non-RecordTTT + GPTQ + EMA
INCOMPLETE468#1572@anthony-maio1.07973/30.0 MBNeural RecordTTT + GPTQ + INT6 + INT8 + EMA + N-gram
INCOMPLETE469#1521@aryanbhosale1.08023/3?Neural RecordTTT + Muon + GPTQ + EMA + N-gram
INCOMPLETE470#1516@dexhunter1.0805?16.0 MBGPTQ Non-RecordMuon
2 SEEDS471#1796@simon-marcus1.08062/3?Cache RecordTTT
INCOMPLETE472#1716@himanshudongre1.0810?16.0 MBNeural RecordTTT + GPTQ + INT6 + INT8 + EMA + N-gram
INCOMPLETE473#1552@Tanush19121.0810?16.0 MBTTT GPTQ RecordTTT + LoRA
INCOMPLETE474#1725@teslaeco1.08133/3?Neural RecordTTT
INCOMPLETE475#1476@aryan-cs1.0842?16.0 MBNeural RecordTTT + INT6 + EMA
INCOMPLETE476#1663@pablinga191.08443/3?TTT GPTQ RecordINT6 + EMA
INCOMPLETE477#1730@N10ELabs1.0845?16.0 MBNeural Non-RecordTTT + GPTQ
INCOMPLETE478#1515@dexhunter1.0872?15.9 MBNeural Non-RecordGPTQ + INT6 + INT8
INCOMPLETE479#1786@sachinnchaudhary1.09183/316.0 MBNeural ?Non-RecordTTT
INCOMPLETE480#668@Christopher-Lee-McClendon1.0920?14.1 MBTTT Non-RecordTTT + LoRA + GPTQ + INT6 + EMA
INCOMPLETE481#644@Christopher-Lee-McClendon1.0944?14.5 MBTTT Non-RecordTTT + LoRA + GPTQ + INT6 + EMA
INCOMPLETE482#1774@aruniyer1.09813/316.0 MBGPTQ RecordTTT + GPTQ
INCOMPLETE483#628@Christopher-Lee-McClendon1.0983?14.3 MBTTT ?Non-RecordTTT + LoRA + GPTQ + INT6 + INT8 + EMA
INCOMPLETE484#1062@yaowubarbara1.1001?16.0 MBNeural Non-RecordTTT + GPTQ + INT6 + EMA
1 SEED485#1467@PhamPhuHoa-231.10561/315.7 MBGPTQ Non-RecordTTT + GPTQ + INT6 + EMA
INCOMPLETE486#1254@Elarwei0011.1070?14.4 MBNeural RecordTTT + LoRA + INT6
INCOMPLETE487#1495@shram861.1077?18.6 MBNeural Non-RecordMuon + INT6 + INT8 + EMA
INCOMPLETE488#612@Christopher-Lee-McClendon1.1079?14.8 MBTTT Non-RecordTTT + GPTQ + INT6 + INT8
2 SEEDS489#1535@newjordan1.10832/315.8 MBGPTQ Non-RecordTTT + GPTQ + INT6 + INT8 + EMA + N-gram
INCOMPLETE490#1219@Gusanidas1.10843/3?GPTQ RecordGPTQ + N-gram
INCOMPLETE491#1006@NewyorkDev1.1085?16.0 MBTTT ?RecordTTT + GPTQ + INT6 + EMA
INCOMPLETE492#1270@VirajDeshwal1.1088?15.8 MBTTT Non-RecordTTT
INCOMPLETE493#1120@newjordan1.10993/315.6 MBGPTQ RecordMuon + GPTQ + INT6
INCOMPLETE494#1625@ChideraIbe1231.1104?13.8 MBNeural Non-RecordTTT + N-gram
INCOMPLETE495#1135@barneywohl1.11103/3?GPTQ RecordGPTQ
INCOMPLETE496#1655@himanalot1.11353/316.0 MBTTT ?RecordTTT + GPTQ + INT6
INCOMPLETE497#1694@Rtx09x1.1136?15.4 MBGPTQ Non-RecordGPTQ + EMA
INCOMPLETE498#756@abaybektursun1.1142??TTT ?Non-RecordTTT + GPTQ + INT6
INCOMPLETE499#1171@EthanYangTW1.11453/315.4 MBTTT GPTQ RecordLeakyReLUΒ² + TTT + Muon + GPTQ + INT6 + EMA + N-gram + Two-pass
INCOMPLETE500#1103@abaybektursun1.1147??Neural ?Non-RecordGPTQ + INT6 + INT8 + N-gram
2 SEEDS501#1150@sahiee-dev1.11512/316.0 MBNeural RecordTTT + Muon + GPTQ + INT6 + EMA + N-gram
INCOMPLETE502#841@someone1145141.1157?16.0 MBTTT ?RecordTTT + Muon
1 SEED503#1072@vimeto1.11701/315.9 MBGPTQ RecordTTT + Muon + GPTQ + INT6 + EMA
INCOMPLETE504#670@abaybektursun1.11713/3?Neural ?Non-RecordTTT + Muon + GPTQ + INT8
INCOMPLETE505#1422@swapp19901.1172?15.4 MBTTT GPTQ Non-RecordTTT + Muon + SwiGLU + LoRA + GPTQ + INT6 + INT8
INCOMPLETE506#1236@ibarrajo1.1179?15.2 MBTTT GPTQ Non-RecordTTT + GPTQ
INCOMPLETE507#1181@Tanush19121.1182?16.0 MBTTT GPTQ RecordTTT + LoRA + INT6
INCOMPLETE508#1004@ibarrajo1.1182?15.5 MBTTT ?Non-RecordTTT + GPTQ + EMA
INCOMPLETE509#752@Naazimsnh021.1182?15.9 MBNeural RecordTTT + Muon + GPTQ + INT6 + EMA
INCOMPLETE510#965@Adam-Jacuch1.1184?16.0 MBNeural ?RecordCompliance violation
INCOMPLETE511#1001@ibarrajo1.1188?16.3 MBTTT GPTQ Non-RecordTTT + GPTQ + INT6
INCOMPLETE512#1039@yufengli-oai1.11893/3?TTT ?RecordTTT
INCOMPLETE513#852@Prush691.1189?14.5 MBNeural ?RecordTTT + Muon + SSM
INCOMPLETE514#1070@manfromnowhere1431.1190?15.9 MBTTT Cache Non-RecordTTT + Muon + GPTQ + INT6 + INT8 + EMA
INCOMPLETE515#610@ChaosCodes1.1190?15.8 MBNeural RecordTTT + GPTQ + INT6 + EMA
INCOMPLETE516#181@manfromnowhere1431.1190?15.9 MBTTT ?Non-RecordTTT + Muon + GPTQ + INT6 + INT8 + EMA
INCOMPLETE517#1276@BiggerDABOSS1.1194?16.0 MBNeural RecordTTT + Muon + GPTQ + INT6 + EMA + N-gram + Two-pass
INCOMPLETE518#1124@NewyorkDev1.11943/316.0 MBTTT GPTQ RecordTTT + Muon + GPTQ
INCOMPLETE519#1106@agalimova1.1194??Neural ?Non-RecordLeakyReLUΒ²
INCOMPLETE520#816@jimliu7415231.1194??Neural RecordTTT + Muon + GPTQ + INT6 + EMA
INCOMPLETE521#697@Danishlynx1.1194??TTT ?RecordTTT + INT6
INCOMPLETE522#1320@jpfeiffe1.1196??Neural Non-RecordTTT
INCOMPLETE523#1237@ibarrajo1.1198?15.1 MBTTT GPTQ Non-RecordTTT
INCOMPLETE524#1284@tyrel-beede1.12073/316.0 MBGPTQ RecordTTT + Muon + INT6
INCOMPLETE525#928@autocode-rayes1.1211?15.9 MBNeural ?Non-RecordCompliance violation
INCOMPLETE526#836@autocode-rayes1.1219??Neural ?RecordINT6
INCOMPLETE527#1494@G3sparky1.1220?15.9 MBGPTQ RecordGPTQ + EMA
INCOMPLETE528#1361@jorge-asenjo1.1220?15.9 MBNeural ?RecordGPTQ + INT6 + EMA
INCOMPLETE529#1081@michaelwinczuk1.1220?16.0 MBNeural Non-RecordTTT + INT6 + EMA
INCOMPLETE530#1080@ciach1.1228??Neural Non-RecordCompliance violation
INCOMPLETE531#416@kshitizz361.1230?16.0 MBNeural ?Non-RecordINT6 + EMA
INCOMPLETE532#429@AbhisekBasu11.1231?16.0 MBNeural ?Non-RecordTTT + GPTQ + INT6 + EMA
INCOMPLETE533#682@gthgomez1.1233?16.0 MBNeural ?Non-RecordMuon + INT6 + INT8 + EMA
INCOMPLETE534#636@NewyorkDev1.1234?15.9 MBNeural ?Non-RecordGPTQ + INT6 + EMA
INCOMPLETE535#1249@ibarrajo1.1240?16.0 MBTTT GPTQ Non-RecordTTT + GPTQ
INCOMPLETE536#710@Dhruba5311.1240?15.6 MBNeural ?RecordMuon + GPTQ + INT6 + EMA
INCOMPLETE537#374@unnir1.1246?15.7 MBNeural ?RecordMuon + INT6 + INT8
INCOMPLETE538#1323@sohv1.1247?16.0 MBNeural RecordCompliance violation
INCOMPLETE539#394@greqone1.1247?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE540#379@dannywillowliu-uchi1.1257??Neural ?RecordGPTQ + INT6
INCOMPLETE541#1043@okezue1.1261??Neural ?RecordTTT + Muon
INCOMPLETE542#1248@ibarrajo1.1264?16.0 MBTTT GPTQ Non-RecordTTT + GPTQ
INCOMPLETE543#1327@mrbese1.1276?15.3 MBNeural RecordMuon + GPTQ + INT6
INCOMPLETE544#1271@andrewbaggio11.12893/3?Neural ?Non-RecordGPTQ
INCOMPLETE545#1101@amrayach1.1290?16.0 MBNeural Non-RecordTTT + INT6 + EMA
2 SEEDS546#1311@htrung11051.13032/315.9 MBNeural Non-RecordMuon + GPTQ + INT6 + EMA
INCOMPLETE547#254@timowhite881.1303??TTT ?RecordTTT + INT6
1 SEED548#1475@Jaksenc1.13071/315.7 MBGPTQ Non-RecordTTT + GPTQ + INT6 + EMA + N-gram
1 SEED549#1316@AR64201.13101/315.6 MBGPTQ Non-RecordLeakyReLUΒ² + Muon + GPTQ + EMA
2 SEEDS550#198@jfprincz1.13182/315.7 MBNeural ?RecordMuon + INT6
INCOMPLETE551#383@joelnishanth1.1320?15.8 MBNeural ?RecordMuon + INT6 + INT8
INCOMPLETE552#332@saml2121.1320?15.7 MBNeural RecordINT6 + EMA
INCOMPLETE553#579@newjordan1.1325?15.2 MBNeural ?RecordTTT + MoE + LoRA + GPTQ + EMA
INCOMPLETE554#489@sofiabod1.13273/3?TTT ?RecordTTT + Muon + INT6 + INT8
INCOMPLETE555#344@aryanbhosale1.13303/3?TTT Non-RecordMuon + GPTQ + INT6 + EMA
INCOMPLETE556#598@Christopher-Lee-McClendon1.1334?15.7 MBTTT ?Non-RecordTTT + Muon + GPTQ + INT6 + INT8 + EMA
2 SEEDS557#1634@arsenis-cmd1.13352/315.8 MBGPTQ Non-RecordTTT
INCOMPLETE558#1251@ibarrajo1.1349?16.0 MBTTT GPTQ Non-RecordTTT + GPTQ
INCOMPLETE559#1086@Omrigotlieb1.1349?16.3 MBTTT RecordMuon + GPTQ + INT6 + INT8 + EMA
2 SEEDS560#695@0xNoramiya1.13522/315.9 MBNeural ?RecordTTT + Muon + INT6 + EMA
INCOMPLETE561#667@suchitj27021.1352?15.4 MBNeural Non-RecordTTT + Muon + INT6
INCOMPLETE562#562@bigbag1.1354?15.3 MBNeural Non-RecordTTT + Muon + INT6
INCOMPLETE563#290@ibarrajo1.1354?15.9 MBTTT ?RecordTTT + INT6
INCOMPLETE564#307@dennisimoo1.1357?15.7 MBNeural ?RecordINT6 + EMA
INCOMPLETE565#1308@newjordan1.13643/315.2 MBNeural Non-RecordTTT + GPTQ
INCOMPLETE566#339@sheeki031.1364?16.2 MBNeural RecordTTT + Muon + INT6 + EMA
2 SEEDS567#458@ofirkris1.13652/3?Neural ?RecordTTT + INT6 + EMA
INCOMPLETE568#1366@yunoshev1.1371?15.9 MBTTT Non-RecordTTT + Muon + LoRA + GPTQ + EMA
INCOMPLETE569#1773@Amanbig1.1387??TTT Non-RecordTTT + INT6 + INT8 + EMA
INCOMPLETE570#422@albertorkive1.1396?15.9 MBNeural ?RecordMuon + INT6 + EMA
INCOMPLETE571#267@andrewgcodes1.1402??Neural ?RecordTTT
INCOMPLETE572#1087@Dhenenjay1.1407?15.7 MBNeural RecordLeakyReLUΒ² + TTT + GPTQ + INT6 + EMA
INCOMPLETE573#601@anantdgoel1.1418?15.7 MBNeural ?Non-RecordTTT + GPTQ + INT6 + EMA
INCOMPLETE574#526@Christopher-Lee-McClendon1.1425?15.5 MBTTT Non-RecordTTT + Muon + INT6
INCOMPLETE575#360@MultiFe221.1426?16.0 MBNeural ?Non-RecordEMA
INCOMPLETE576#553@Vighaneshs1.1428?16.0 MBNeural RecordSwiGLU + INT6 + INT8 + EMA + N-gram
INCOMPLETE577#658@hmlizama1.1428??TTT Non-RecordTTT + LoRA
INCOMPLETE578#447@CREVIOS1.1431?16.0 MBNeural ?Non-RecordMuon + INT6
INCOMPLETE579#1474@shram861.1434?15.9 MBNeural Non-RecordMuon + INT6 + INT8 + EMA
2 SEEDS580#303@sseanliu1.14362/315.3 MBTTT ?Non-RecordTTT + EMA
INCOMPLETE581#317@chris-buckley1.1442?16.0 MBTTT ?RecordTTT + Muon + INT6 + EMA
INCOMPLETE582#1244@monkeyKingProgrammer1.1443?15.7 MBNeural Non-RecordLeakyReLUΒ² + TTT + Muon + EMA
INCOMPLETE583#1256@oidebrett1.1444?16.0 MBNeural Non-RecordMuon + INT6
INCOMPLETE584#461@Christopher-Lee-McClendon1.1446?14.8 MBTTT ?Non-RecordTTT + Muon + INT6
2 SEEDS585#327@Ananddna1.14502/3?Neural RecordTTT + Muon + LoRA + INT6
INCOMPLETE586#1479@andrewbaggio11.1450?13.8 MBTTT GPTQ Non-RecordTTT + SSM + GPTQ + INT6 + INT8 + EMA
INCOMPLETE587#1675@jayzuccarelli1.1451?15.8 MBGPTQ RecordMuon + GPTQ + EMA
INCOMPLETE588#1386@Buld1n1.1452?15.6 MBNeural Non-RecordINT6 + EMA
INCOMPLETE589#1457@DilpreetBansi1.1454?16.0 MBTTT GPTQ RecordTTT + LoRA + GPTQ + INT6 + EMA
INCOMPLETE590#1233@ibarrajo1.1460?16.0 MBTTT GPTQ Non-RecordTTT + GPTQ
INCOMPLETE591#1234@ibarrajo1.1461?16.0 MBTTT GPTQ Non-RecordTTT + GPTQ + INT6
INCOMPLETE592#325@ar0cket11.1462?16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE593#450@zachgoldfine441.14663/3?Neural ?RecordTTT + INT6
INCOMPLETE594#389@trasnake871.1466?14.8 MBNeural ?RecordINT6 + EMA
2 SEEDS595#1245@mkenney21.14702/315.7 MBNeural Non-RecordTTT + SSM + INT8
2 SEEDS596#179@devin-cog1.14722/315.9 MBNeural ?RecordMuon + INT6
INCOMPLETE597#592@Skytuhua1.1476?15.5 MBNeural ?RecordGPTQ + INT6 + EMA
INCOMPLETE598#709@StolbaJ1.14783/3?Neural ?RecordINT6
INCOMPLETE599#150@yahya0101.1478?15.8 MBTTT RecordTTT + Muon + INT6
1 SEED600#194@baudrillardsgh0st1.14801/319.1 MBNeural ?RecordMuon + INT6 + INT8
INCOMPLETE601#680@bro4all1.1483?16.0 MBNeural ?Non-RecordTTT + Muon + SwiGLU + INT6 + EMA
2 SEEDS602#583@suchihype1.14892/316.0 MBNeural ?RecordINT6
INCOMPLETE603#1275@ranausmanai1.1492??Neural ?Non-RecordTTT + INT8
2 SEEDS604#364@shikhar17291.14972/315.9 MBNeural ?RecordCompliance violation
INCOMPLETE605#1108@DbBested1.1502??Neural RecordTTT
INCOMPLETE606#192@baudrillardsgh0st1.1502?15.5 MBNeural ?RecordMuon + INT6 + INT8
INCOMPLETE607#623@SPThole1.15073/315.4 MBNeural RecordTTT + Muon + GPTQ + INT6 + EMA
INCOMPLETE608#1045@Hilo-Hilo1.1509?15.3 MBTTT ?Non-RecordTTT + INT6
INCOMPLETE609#538@cruz-andr1.1511??TTT RecordTTT + LoRA
INCOMPLETE610#289@integrate-your-mind1.1518?15.2 MBNeural ?RecordTTT + Muon + LoRA + INT6
INCOMPLETE611#302@JackYoung271.1520?15.1 MBTTT ?Non-RecordTTT + INT6
INCOMPLETE612#1238@ibarrajo1.1521?2.1 MBTTT GPTQ Non-RecordTTT
INCOMPLETE613#485@harsha-gouru1.1522?15.4 MBNeural ?RecordINT6
2 SEEDS614#164@jfprincz1.15242/315.4 MBNeural RecordMuon + INT6 + INT8
INCOMPLETE615#1355@mradassaad1.1526?16.0 MBNeural ?Non-RecordSSM + GPTQ + INT6
INCOMPLETE616#1228@meinlebenswerk1.15273/315.9 MBTTT Non-RecordTTT + MoE + LoRA + INT6 + EMA
INCOMPLETE617#456@Christopher-Lee-McClendon1.1532?16.0 MBTTT ?Non-RecordTTT + Muon + LoRA + GPTQ + INT6
2 SEEDS618#1065@rithunkp1.15362/315.7 MBNeural Non-RecordMuon + INT6 + INT8
INCOMPLETE619#1008@monkeyKingProgrammer1.1538?15.8 MBTTT ?Non-RecordTTT + Muon + EMA
INCOMPLETE620#920@CiprianFlorin-Ifrim1.15393/316.0 MBNeural ?RecordTTT + Muon
INCOMPLETE621#135@unnir1.1539?15.2 MBNeural RecordMuon + INT6
INCOMPLETE622#230@MatthewHRockwell1.1541?16.0 MBNeural ?RecordINT6
INCOMPLETE623#1353@Rtx09x1.1546?15.2 MBGPTQ Non-RecordGPTQ + INT6 + EMA
INCOMPLETE624#653@demirelo1.1550?16.0 MBNeural RecordTTT + Muon
INCOMPLETE625#507@skarakulak1.1558?15.2 MBNeural ?RecordMuon + SwiGLU + INT6 + EMA
INCOMPLETE626#1090@swapp19901.1573?15.0 MBTTT Non-RecordTTT + Muon + SwiGLU + LoRA + INT6 + INT8
INCOMPLETE627#366@shivnarainms221.1574?15.5 MBTTT ?Non-RecordTTT + INT6
INCOMPLETE628#365@outsourc-e1.1574??Neural ?RecordINT6
INCOMPLETE629#114@saml2121.1574?16.0 MBNeural ?RecordINT6 + INT8
INCOMPLETE630#273@dentity0071.1575?14.7 MBNeural ?Non-RecordMuon + INT6
INCOMPLETE631#947@aamodbhatt1.1576?14.9 MBTTT GPTQ Non-RecordTTT + N-gram + Two-pass
INCOMPLETE632#932@anthony-maio1.15803/3?Neural ?Non-RecordCompliance violation
INCOMPLETE633#901@Hilo-Hilo1.1590?15.9 MBNeural RecordTTT + INT6 + INT8
INCOMPLETE634#492@Divyesh-Thirukonda1.1591?16.0 MBTTT ?RecordTTT + LoRA + INT6 + INT8 + EMA
2 SEEDS635#128@rsavitt1.15942/315.2 MBNeural ?RecordINT6 + INT8
INCOMPLETE636#251@kshitizz361.1596?15.3 MBNeural ?RecordMuon + INT6
INCOMPLETE637#191@chris-buckley1.1598?15.9 MBNeural ?RecordMuon + INT6
INCOMPLETE638#1658@AVINASH00521.1600?16.0 MBTTT RecordTTT + Muon + LoRA + GPTQ + INT6 + INT8 + EMA
INCOMPLETE639#1215@turbo-indubitable1.1601?15.9 MBNeural Non-RecordINT6 + N-gram
INCOMPLETE640#222@ansh-deriv1.1601?16.0 MBNeural ?Non-RecordMuon + INT6 + INT8
INCOMPLETE641#99@takhir-iota1.1605?0.0 MBNeural RecordINT6 + INT8
INCOMPLETE642#946@aamodbhatt1.1606?13.4 MBTTT GPTQ Non-RecordTTT + N-gram + Two-pass
INCOMPLETE643#330@bopmite1.1609??TTT Non-RecordINT6
INCOMPLETE644#102@unnir1.1618?15.1 MBNeural RecordMuon + MoE + INT6 + INT8
2 SEEDS645#89@vmfunc1.16222/315.5 MBNeural RecordMuon + INT6
INCOMPLETE646#160@ChaseWNorton1.1623??Neural RecordINT6 + INT8
INCOMPLETE647#1568@yuitokyouni1.1639?13.2 MBGPTQ Non-RecordGPTQ + INT6 + EMA
INCOMPLETE648#698@hesong0222-dev1.1642?15.6 MBNeural ?Non-RecordMuon + GPTQ + INT6 + EMA
INCOMPLETE649#296@sseanliu1.1645?16.0 MBTTT ?Non-RecordTTT
INCOMPLETE650#1022@aramdov1.1646?16.9 MBNeural ?Non-RecordMuon + INT8
INCOMPLETE651#107@m0at1.1648?15.9 MBNeural RecordINT6
INCOMPLETE652#929@andreanjos1.1653?15.0 MBNeural ?RecordINT6
INCOMPLETE653#352@sp00mm1.1659?15.1 MBNeural RecordINT6 + EMA
1 SEED654#70@jfprincz1.16591/314.9 MBNeural ?RecordINT6
INCOMPLETE655#170@baudrillardsgh0st1.1669?14.8 MBNeural ?RecordMuon + INT6 + INT8
INCOMPLETE656#81@polarizedfortnite-cpu1.1670??TTT ?RecordTTT + SwiGLU + LoRA + INT6
INCOMPLETE657#305@Naazimsnh021.1672?14.4 MBNeural ?RecordINT6 + INT8
INCOMPLETE658#1013@himanshudongre1.1682?13.0 MBNeural ?Non-RecordSSM + GPTQ + N-gram + Two-pass
INCOMPLETE659#453@Divyesh-Thirukonda1.1689?16.0 MBNeural ?Non-RecordTTT
INCOMPLETE660#474@joshuaswarren1.1690?15.3 MBNeural ?Non-RecordMuon + INT6
INCOMPLETE661#299@Mistobaan1.1697?16.0 MBTTT ?Non-RecordTTT + LoRA
INCOMPLETE662#117@trovatochris1.1702?15.3 MBNeural ?RecordMuon + INT6
INCOMPLETE663#249@kvmukilan1.1704?13.5 MBNeural ?Non-RecordINT6
INCOMPLETE664#1378@Rajat1234567891.1711?14.8 MBNeural Non-RecordLeakyReLUΒ² + GPTQ + EMA
INCOMPLETE665#418@yashverms1.1715?15.6 MBNeural ?Non-RecordMuon + INT6 + N-gram
INCOMPLETE666#211@dubthecat1.1719?16.0 MBNeural ?RecordCompliance violation
INCOMPLETE667#487@anantdgoel1.1720?19.4 MBNeural ?Non-RecordEMA
INCOMPLETE668#329@lee1011.1722?16.0 MBNeural RecordINT8
INCOMPLETE669#424@someone1145141.1725?16.4 MBNeural ?Non-RecordMuon + INT6 + EMA
INCOMPLETE670#176@GLDRoger1.1732?15.8 MBNeural ?RecordMuon + INT6
INCOMPLETE671#908@albertorkive1.1734?16.8 MBNeural ?Non-RecordEMA
INCOMPLETE672#381@codestrongestx1.1739??Neural ?Non-RecordCompliance violation
INCOMPLETE673#256@IvGolovach1.1747?15.9 MBNeural ?RecordTTT + INT6 + INT8
INCOMPLETE674#166@chinesepowered1.1748?16.0 MBNeural RecordMuon
2 SEEDS675#547@shajalahamedcse1.17522/31.5 MBNeural RecordINT6
INCOMPLETE676#217@kshitizz361.1753?14.7 MBNeural ?RecordINT6 + INT8
INCOMPLETE677#1208@newjordan1.17603/316.0 MBNeural RecordCompliance violation
1 SEED678#96@saml2121.17641/315.9 MBNeural RecordMuon
2 SEEDS679#66@arjun-krishna11.17692/315.3 MBNeural ?RecordINT6
INCOMPLETE680#367@ksang1231.1770?15.9 MBNeural ?Non-RecordTTT + INT6 + EMA
INCOMPLETE681#310@vishesh91311.1787?15.6 MBTTT ?RecordTTT + Muon + LoRA + INT8
INCOMPLETE682#1505@Rohan-Abhilash1.1791?24.5 MBNeural Non-RecordGPTQ + INT6 + INT8
INCOMPLETE683#205@xinpw81.1792?12.1 MBNeural ?Non-RecordMuon + INT6
INCOMPLETE684#1141@ivanontech1.1801??Neural Non-RecordMuon
INCOMPLETE685#1139@ivanontech1.1801??Neural Non-RecordMuon + EMA
INCOMPLETE686#1724@Unwindology1.1803?15.9 MBNeural RecordMuon + INT6 + EMA
INCOMPLETE687#543@rarce1.1804?15.9 MBNeural Non-RecordMuon + GPTQ + INT6 + INT8
INCOMPLETE688#805@zeytx1.1807?3.9 MBNeural RecordGPTQ + INT6 + EMA
INCOMPLETE689#301@lookin-zz1.1807?16.0 MBTTT ?Non-RecordTTT + INT6
INCOMPLETE690#1709@Bananakin11.1812?16.0 MBNeural Non-RecordMuon + INT6
INCOMPLETE691#172@GMaN19111.1812?16.0 MBNeural ?RecordINT6 + INT8
INCOMPLETE692#1448@shram861.1834?15.4 MBNeural Non-RecordMuon + INT6 + EMA
INCOMPLETE693#1760@BrandtChristian1.1863?15.9 MBNeural Non-RecordTTT + INT6 + INT8 + EMA
INCOMPLETE694#321@andreanjos1.1864??Neural ?RecordINT8
INCOMPLETE695#1140@newjordan1.18673/38.8 MBGPTQ RecordINT6 + N-gram
INCOMPLETE696#1268@samquiring1.1875?15.5 MBGPTQ Non-RecordSSM + GPTQ + EMA
INCOMPLETE697#137@abhishekgahlot21.1877?15.2 MBNeural RecordMuon + INT6
INCOMPLETE698#197@machdragon1.1893?15.3 MBNeural ?Non-RecordMuon + INT8
INCOMPLETE699#542@ddavidgao1.1898?16.6 MBNeural Non-RecordTTT + MoE + SwiGLU
2 SEEDS700#221@shajalahamedcse1.18992/316.0 MBNeural ?RecordCompliance violation
INCOMPLETE701#832@jfprincz1.1903?14.2 MBNeural ?Non-RecordMuon + INT6 + EMA
INCOMPLETE702#355@josusanmartin1.1913?16.1 MBNeural Non-RecordINT8
2 SEEDS703#309@NewyorkDev1.19142/311.5 MBNeural ?RecordINT6 + INT8
INCOMPLETE704#500@ikermoel1.19253/3?Neural ?RecordTTT + LoRA + INT8
INCOMPLETE705#142@ankitmaloo1.1925??Neural RecordINT8
INCOMPLETE706#446@sofiabod1.1933?16.0 MBNeural ?RecordCompliance violation
INCOMPLETE707#560@Rohan5commit1.1935??Neural Non-RecordCompliance violation
INCOMPLETE708#1623@divagr181.1942?15.6 MBGPTQ RecordMuon + SwiGLU + GPTQ + INT8 + EMA
INCOMPLETE709#1125@jainpranjal971.1946??Neural Non-RecordMuon + INT8
INCOMPLETE710#1335@wchen-ai1.1948?16.0 MBNeural Non-RecordEMA
INCOMPLETE711#161@santosh55411.1957?15.9 MBTTT RecordTTT + LoRA + INT8
INCOMPLETE712#1036@ivanontech1.1974??Neural ?Non-RecordCompliance violation
INCOMPLETE713#1123@sisegod1.1986?16.0 MBNeural Non-RecordTTT + Muon + INT6
INCOMPLETE714#510@SelfAnush1.1989??Neural Non-RecordMuon
INCOMPLETE715#799@yuvraajbains1.2000??Neural Non-RecordSwiGLU
INCOMPLETE716#448@handemanai1.2006?15.0 MBNeural ?RecordINT6
INCOMPLETE717#200@khasinski1.2012?14.3 MBNeural ?RecordINT6
INCOMPLETE718#1527@alphastar11111.2026?15.8 MBNeural ?RecordLeakyReLUΒ² + Muon + INT6 + INT8
INCOMPLETE719#1438@sabdulmajid1.2029?16.0 MBNeural Non-RecordLeakyReLUΒ² + INT6 + EMA
INCOMPLETE720#139@ksang1231.2029?15.1 MBNeural Non-RecordINT6
INCOMPLETE721#454@nalediym1.2055?19.6 MBNeural ?Non-RecordINT6 + INT8
INCOMPLETE722#1038@Vibes-me1.2058?16.0 MBTTT ?RecordTTT
INCOMPLETE723#244@simon-marcus1.2064?15.3 MBNeural Non-RecordINT8
INCOMPLETE724#649@pall23-mech1.2073?15.5 MBNeural ?RecordMuon + INT6 + EMA
INCOMPLETE725#1337@sergimichi1.2079?15.7 MBNeural ?Non-RecordINT8
INCOMPLETE726#225@dibdabo1.2089?15.2 MBNeural ?Non-RecordMuon + INT6
2 SEEDS727#163@Focus23211.20912/313.2 MBNeural RecordMuon + SwiGLU
2 SEEDS728#495@SergiuDeveloper1.20922/315.5 MBTTT ?Non-RecordTTT + LoRA
INCOMPLETE729#651@phulin1.2093??Neural ?RecordTTT
INCOMPLETE730#1250@ibarrajo1.2094?16.0 MBTTT GPTQ Non-RecordTTT + GPTQ
INCOMPLETE731#1553@Abhishek81081.2097?16.0 MBGPTQ Non-RecordTTT + GPTQ + INT6 + N-gram
INCOMPLETE732#136@ibarrajo1.2101?15.9 MBTTT RecordTTT + SwiGLU + INT8
INCOMPLETE733#85@hydeh3r31.2156??Neural RecordMuon + INT6 + INT8
INCOMPLETE734#1046@Jayteare1.2174?15.1 MBNeural ?RecordINT6 + INT8 + EMA
INCOMPLETE735#1751@Pravin-dev061.2193??Neural Non-RecordSwiGLU + INT8
INCOMPLETE736#1273@DushyantChetiwal1.2196?14.9 MBNeural Non-RecordMuon + GPTQ + INT6 + EMA
INCOMPLETE737#155@peytontolbert1.2202?16.0 MBNeural RecordMuon
INCOMPLETE738#334@nathon-lee1.2207?15.4 MBNeural Non-RecordTTT + Muon + INT6 + EMA
INCOMPLETE739#440@Ashutosh31428571.22193/3?Neural ?RecordEMA
2 SEEDS740#1243@simon-marcus1.22442/316.0 MBNeural Non-RecordINT6 + EMA
2 SEEDS741#1315@andrewmouldon1.22622/316.0 MBNeural Non-RecordCompliance violation
2 SEEDS742#1264@andrewmouldon1.22622/316.0 MBNeural Non-RecordCompliance violation
2 SEEDS743#1035@andrewmouldon1.22622/316.0 MBNeural ?Non-RecordCompliance violation
2 SEEDS744#966@andrewmouldon1.22622/316.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE745#1478@jxgod1.2268?16.0 MBNeural RecordCompliance violation
INCOMPLETE746#78@mtybadger1.2273?14.7 MBNeural ?RecordMuon + INT6 + INT8
INCOMPLETE747#506@eshansinghal141.2294?16.0 MBNeural ?Non-RecordINT8
INCOMPLETE748#204@Akasxh1.2320?14.2 MBNeural ?RecordMuon + INT6
INCOMPLETE749#1581@aiejvn1.2321??Neural ?Non-RecordMuon
INCOMPLETE750#1253@Okropniak1.2326?15.6 MBNeural Non-RecordLeakyReLUΒ² + INT6 + EMA
INCOMPLETE751#288@trasnake871.2334?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE752#195@chasewebb1.2355?15.9 MBNeural ?RecordINT8
INCOMPLETE753#600@humanaiconvention1.2364?15.7 MBTTT ?Non-RecordTTT + LoRA + INT6
INCOMPLETE754#1428@ntwari-bruce1.2370?15.9 MBNeural Non-RecordSwiGLU
INCOMPLETE755#395@NishantDahal1.2374?13.5 MBNeural ?Non-RecordSwiGLU + INT8
INCOMPLETE756#436@CrimsonSithria1.2392?15.9 MBNeural ?Non-RecordMuon + INT8 + EMA
INCOMPLETE757#370@SergheiBrinza1.2421?13.3 MBNeural ?RecordINT6
INCOMPLETE758#272@simon-marcus1.2427?10.4 MBNeural ?Non-RecordTTT + INT6 + INT8
INCOMPLETE759#343@joeynyc1.2459?15.9 MBNeural RecordCompliance violation
INCOMPLETE760#939@brian3861.25193/3?Neural Non-RecordCompliance violation
INCOMPLETE761#1088@serdardoesml1.2542?16.0 MBNeural Non-RecordINT8
INCOMPLETE762#1525@Jash-Vora1.2552?14.9 MBNeural Non-RecordMuon + SSM
0 SEEDS763#1684@camden-git1.25540/316.0 MBGPTQ Non-RecordMuon + LoRA + GPTQ + INT6 + EMA
INCOMPLETE764#580@micoverde1.2623?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE765#855@aazizyan1.2624?16.0 MBNeural ?Non-RecordINT8
INCOMPLETE766#1390@NICOH-YAY1.2634?15.8 MBNeural Non-RecordCompliance violation
INCOMPLETE767#1439@reyhandl1.2639?14.7 MBNeural ?Non-RecordLoRA
INCOMPLETE768#1654@IshiPareek1.2699?73.0 MBNeural Non-RecordINT6 + INT8 + EMA
INCOMPLETE769#1480@IshiPareek1.2699?135.0 MBNeural Non-RecordEMA
INCOMPLETE770#632@AtomChen04251.2767?15.9 MBNeural ?Non-RecordINT6
INCOMPLETE771#501@aamodbhatt1.2771?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE772#791@ShihChunHao1.28243/3?Neural RecordINT6
INCOMPLETE773#293@Nishu2000-hub1.2827?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE774#354@Skrisps261.2838?14.4 MBNeural Non-RecordMuon + INT6
INCOMPLETE775#384@anantdgoel1.2882?13.2 MBTTT Cache ?Non-RecordTTT
INCOMPLETE776#326@crony-io1.2890?16.0 MBNeural Non-RecordMuon + INT6 + INT8
INCOMPLETE777#970@dnldsz1.2907?15.8 MBNeural ?Non-RecordMuon + SSM + INT8
INCOMPLETE778#193@KHUCHAN1.2917?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE779#1753@Abhishek-Dalvi4101.2917?14.8 MBNeural ?Non-RecordINT8
INCOMPLETE780#1301@himanshudongre1.2957?16.0 MBNeural ?Non-RecordLoRA + INT6
INCOMPLETE781#664@tsbiosky1.2982?15.8 MBNeural Non-RecordCompliance violation
INCOMPLETE782#1027@Syed-M-Zeeshan1.3036?16.0 MBNeural ?Non-RecordTTT + INT6 + EMA
INCOMPLETE783#1417@depoledna1.3039?15.4 MBNeural Non-RecordINT6 + INT8
INCOMPLETE784#1174@Okropniak1.3069?16.0 MBNeural Non-RecordINT6 + EMA
INCOMPLETE785#1444@hypnoastic1.3081?16.0 MBNeural Non-RecordGPTQ
INCOMPLETE786#1078@chinmaypatwardhan-ops1.3193??Neural Non-RecordCompliance violation
INCOMPLETE787#407@itu-itis24-buyukhelvacigilm241.3208??Neural ?Non-RecordINT8
INCOMPLETE788#1589@nnm26021.3223??Neural ?Non-RecordCompliance violation
INCOMPLETE789#1733@G3sparky1.3262?10.9 MBNeural Non-RecordTTT + GPTQ + INT6 + INT8
INCOMPLETE790#488@pkim021.3267?13.3 MBNeural ?RecordMuon + INT6 + EMA
INCOMPLETE791#1074@ldh-at1.3288?16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE792#1367@ieuko1.3319?15.8 MBNeural Non-RecordCompliance violation
2 SEEDS793#1096@vimeto1.33422/311.4 MBGPTQ RecordMuon + LoRA + INT6 + N-gram
2 SEEDS794#1097@danielxmed1.33552/316.5 MBNeural RecordINT8
INCOMPLETE795#104@gwelinder1.3358?15.8 MBNeural Non-RecordINT6 + INT8
INCOMPLETE796#1190@Durlabhkumarjha1.3365??Neural ?Non-RecordMuon + INT6 + EMA
INCOMPLETE797#435@rthgit1.3379?14.7 MBNeural ?RecordINT6 + INT8 + EMA
INCOMPLETE798#1133@swetapaul081.3440?16.0 MBNeural Non-RecordINT8
INCOMPLETE799#226@CRouvroy1.3446??Neural ?RecordLoRA + INT8
INCOMPLETE800#1713@AbhiShet1081.3479?14.7 MBNeural Non-RecordCompliance violation
INCOMPLETE801#1403@Rhoahndur1.3485?16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE802#438@stevenshinechen1.3490??Neural ?Non-RecordMuon + EMA
INCOMPLETE803#1443@hardik-bhadani-git1.3496?15.1 MBNeural Non-RecordINT8 + EMA
INCOMPLETE804#285@DanishjeetSingh1.3510?11.9 MBTTT ?Non-RecordTTT + INT8
INCOMPLETE805#346@bjbjbjbjbjbj1.3529??Neural Non-RecordCompliance violation
INCOMPLETE806#746@C0neF1.3556?14.8 MBNeural Non-RecordCompliance violation
INCOMPLETE807#1192@dentity0071.3560??Neural Non-RecordLeakyReLUΒ²
2 SEEDS808#1144@inFaaa1.35722/315.5 MBNeural Non-RecordCompliance violation
INCOMPLETE809#1025@Zagot-byte1.3579?21.0 MBNeural ?Non-RecordSwiGLU
INCOMPLETE810#1191@dentity0071.3587??Neural Non-RecordTTT
2 SEEDS811#1104@DariusFeher1.35952/316.0 MBNeural ?Non-RecordEMA
INCOMPLETE812#681@Alfaxad1.3628?7.9 MBNeural ?Non-RecordTTT + EMA
INCOMPLETE813#630@LapushBaby1.3629??Neural ?Non-RecordCompliance violation
INCOMPLETE814#567@nitSubedi1.3660?12.0 MBTTT Non-RecordMuon + INT6
INCOMPLETE815#1449@codeprakhar251.3680?10.0 MBNeural Non-RecordINT8
INCOMPLETE816#749@FyeJordy1.3684?15.1 MBNeural RecordINT8
INCOMPLETE817#1349@LocalX9911.3693?16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE818#125@akshai02961.3797?10.2 MBNeural ?Non-RecordINT8
INCOMPLETE819#1131@JianYan111.3822??Neural RecordCompliance violation
INCOMPLETE820#196@sicauzxl1.3825?15.8 MBTTT ?Non-RecordTTT + INT8
INCOMPLETE821#1671@souro261.3827??Neural RecordCompliance violation
INCOMPLETE822#1258@jorge-asenjo1.3874?2.6 MBNeural RecordMuon + INT6 + INT8
INCOMPLETE823#266@User1233311.3932?12.8 MBNeural ?Non-RecordTTT + LoRA + INT8
INCOMPLETE824#441@CrimsonSithria1.3936?3.7 MBNeural ?RecordCompliance violation
2 SEEDS825#1606@AlirezaAlampour1.39692/316.0 MBNeural Non-RecordMuon + INT8 + EMA
INCOMPLETE826#386@Sambhav2420051.4061?4.4 MBNeural ?RecordINT8
INCOMPLETE827#1616@Vickyrrrrrr1.4100?11.2 MBNeural RecordINT8
INCOMPLETE828#284@DanishjeetSingh1.4106?11.1 MBNeural ?Non-RecordMuon + INT8
INCOMPLETE829#588@andyluo221.4120?16.0 MBNeural ?Non-RecordTTT
INCOMPLETE830#992@TimS-ml1.4129?11.9 MBNeural Non-RecordMuon + INT8
INCOMPLETE831#997@randy06122001-boop1.41823/311.6 MBNeural Non-RecordMuon + INT6 + INT8
INCOMPLETE832#1418@Park-Tae-Hwan1.4192??GPTQ Non-RecordMuon + INT6
INCOMPLETE833#1556@sidhanth971.4326?16.0 MBNeural ?Non-RecordINT8
INCOMPLETE834#937@mihir-s-051.4386?16.0 MBTTT Non-RecordINT6 + EMA
INCOMPLETE835#1193@dentity0071.4390?2.9 MBTTT Non-RecordTTT + INT6
INCOMPLETE836#228@hmhm01.4444??Neural ?RecordCompliance violation
INCOMPLETE837#413@anantdgoel1.4525?13.2 MBNeural ?Non-RecordEMA
INCOMPLETE838#444@AymanMahfuz271.4536?14.6 MBNeural ?Non-RecordMuon + INT6 + INT8 + EMA
INCOMPLETE839#476@aquemy1.4574?10.8 MBNeural ?Non-RecordCompliance violation
INCOMPLETE840#554@chrisnkuno1.4612?16.0 MBTTT Non-RecordCompliance violation
INCOMPLETE841#1393@Abhinav-Avasarala1.4716?16.0 MBNeural RecordSwiGLU + INT8
INCOMPLETE842#1607@inin-zou1.4765?8.2 MBNeural ?Non-RecordSSM + GPTQ + INT6
INCOMPLETE843#530@j4201.4963??Neural ?Non-RecordCompliance violation
INCOMPLETE844#739@Jonas-T51.5000?13.0 MBNeural ?Non-RecordINT6
1 SEED845#1614@seekerPrice1.50961/3?Neural Non-RecordCompliance violation
INCOMPLETE846#1612@seekerPrice1.50963/3?Neural ?Non-RecordMuon
INCOMPLETE847#232@kellyvv1.5164?2.9 MBNeural ?RecordINT6
INCOMPLETE848#1762@frido221.5200?16.0 MBNeural Non-RecordINT8 + EMA
INCOMPLETE849#1434@ranausmanai1.5207?14.0 MBNeural ?Non-RecordINT8
INCOMPLETE850#502@aamodbhatt1.5248?13.1 MBNeural ?Non-RecordINT6
INCOMPLETE851#504@fleeb831.5275?15.4 MBNeural ?Non-RecordCompliance violation
INCOMPLETE852#263@Dannybc1231.5382?11.5 MBTTT ?Non-RecordTTT + INT8
INCOMPLETE853#1411@Blakethefn1.5568?15.9 MBNeural Non-RecordMuon + INT6 + INT8 + EMA
INCOMPLETE854#1107@mradassaad1.5633?10.9 MBNeural ?Non-RecordTTT + Muon + SSM + INT6
INCOMPLETE855#1163@intelligentiaomni1.5645?16.0 MBNeural ?RecordINT8
INCOMPLETE856#643@frido221.5672?16.0 MBNeural ?Non-RecordINT8 + EMA
INCOMPLETE857#1793@sunburnt7161.5782?16.0 MBNeural ?Non-RecordMuon
INCOMPLETE858#91@koushikkethamakka1.5890?20.4 MBNeural ?RecordCompliance violation
INCOMPLETE859#1490@wisebreadloaf1.6110?16.0 MBNeural Non-RecordN-gram
INCOMPLETE860#247@riatzukiza1.6114?16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE861#1198@ymrohit1.6224?16.0 MBNeural Non-RecordINT8
INCOMPLETE862#248@riatzukiza1.6231?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE863#1782@OE-GOD1.6239?15.9 MBNeural Non-RecordINT8
INCOMPLETE864#259@outsourc-e1.6353??Neural ?RecordINT8
INCOMPLETE865#974@anthony-maio1.6542?1.2 MBNeural ?Non-RecordLoRA
INCOMPLETE866#1537@pireylow1.6567?16.0 MBNeural ?Non-RecordTTT + MoE + GPTQ + INT6 + EMA
INCOMPLETE867#258@riatzukiza1.6572?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE868#276@riatzukiza1.6577?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE869#240@riatzukiza1.6660?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE870#1491@wisebreadloaf1.6924?16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE871#550@haimianbaobao0071.7140??Neural RecordTTT + LoRA + INT6 + EMA
INCOMPLETE872#1034@Jeneesh10141.7195?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE873#313@my-sonicase1.7232?8.4 MBNeural ?Non-RecordINT8
INCOMPLETE874#126@Athenox141.7510?3.8 MBNeural ?Non-RecordMuon + INT8
INCOMPLETE875#1685@butbutt421.7622?7.5 MBNeural Non-RecordINT8
INCOMPLETE876#1669@Laalinibh1.7968??Neural RecordMuon
INCOMPLETE877#356@sjp6111.8338?10.0 MBNeural Non-RecordINT6 + EMA
INCOMPLETE878#237@takoyakisoft1.8389??Neural ?RecordTTT
INCOMPLETE879#56@cschubiner1.8440?16.0 MBNeural ?Non-RecordINT8
INCOMPLETE880#220@timothywangdev1.8480?16.0 MBNeural ?Non-RecordSSM + INT8
INCOMPLETE881#345@anandks20061.8522?3.5 MBNeural Non-RecordINT8
INCOMPLETE882#342@adhyaay-karnwal1.9011?16.0 MBNeural ?Non-RecordMuon
INCOMPLETE883#80@staticplayHub1.9041?14.2 MBNeural ?Non-RecordINT8
INCOMPLETE884#68@swangai71781.9105??Neural ?RecordCompliance violation
INCOMPLETE885#597@AnirudhaRamesh1.9263?16.0 MBNeural ?Non-RecordSwiGLU
INCOMPLETE886#328@kingjulio82381.9588?12.3 MBNeural Non-RecordMuon + INT6 + INT8
INCOMPLETE887#539@PavelPaha1.9672?10.5 MBNeural RecordINT8
INCOMPLETE888#708@juvi212.1250?16.0 MBNeural ?Non-RecordEMA
INCOMPLETE889#1073@ranausmanai2.1680??Neural ?Non-RecordEMA
INCOMPLETE890#1653@caseyjholler-ai2.2000??Neural RecordINT6
INCOMPLETE891#1195@dentity0072.2017?15.0 MBNeural Non-RecordLoRA
INCOMPLETE892#1196@dentity0072.2020??Neural Non-RecordCompliance violation
INCOMPLETE893#906@andrew-medrano2.3839??Neural ?Non-RecordCompliance violation
INCOMPLETE894#1154@LucasErcolano2.3861?88.0 MBNeural Non-RecordCompliance violation
INCOMPLETE895#1024@immartian2.4023??Neural ?RecordN-gram
INCOMPLETE896#62@stpcoder2.4070?16.0 MBNeural ?Non-RecordINT8
INCOMPLETE897#789@ab28912.4452??TTT ?Non-RecordTTT
INCOMPLETE898#1146@nguthiru2.4646?14.1 MBNeural Non-RecordCompliance violation
INCOMPLETE899#1673@thehimalayanleo2.6360?9.2 MBNeural Non-RecordMuon + INT6 + INT8
INCOMPLETE900#323@megnat05-tmm2.7873?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE901#320@megnat05-tmm2.7873?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE902#431@spatnala183.0844?16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE903#1281@rlphlrnrys3.1728?1.3 MBNeural ?Non-RecordMuon + INT8
INCOMPLETE904#523@hesong0222-dev3.2439?16.0 MBNeural Non-RecordCompliance violation
2 SEEDS905#1173@imitation-alpha3.26072/316.0 MBNeural Non-RecordCompliance violation
INCOMPLETE906#801@garindean3.2636?8.8 MBNeural ?Non-RecordMuon + SwiGLU + INT8
INCOMPLETE907#1197@dentity0073.3168?16.0 MBNeural Non-RecordSSM
INCOMPLETE908#90@gwskier11-design3.3198?16.0 MBNeural Non-RecordINT8
INCOMPLETE909#1194@dentity0073.3801??Neural Non-RecordCompliance violation
INCOMPLETE910#118@stukenov3.3841?16.0 MBNeural ?Non-RecordINT8
INCOMPLETE911#1436@DevWizard-Vandan4.1072?105.0 MBNeural Non-RecordMuon + INT6 + INT8 + EMA
INCOMPLETE912#1363@divyaprakash04265.9911??Neural RecordCompliance violation
INCOMPLETE913#1304@KenMalloy7.9221?0.1 MBNeural Non-RecordCompliance violation
INCOMPLETE914#1288@yassienshaalan8.2186?10.5 MBNeural ?RecordCompliance violation
INCOMPLETE915#2002@cedrichaddad??16.0 MBNeural ?Non-RecordTTT + Muon + LoRA + INT6
INCOMPLETE916#1806@cocohearts???Neural ?RecordTTT + Muon + GPTQ
INCOMPLETE917#1803@sscswapnil?3/316.0 MBNeural RecordCompliance violation
INCOMPLETE918#1788@marinabar??2.9 MBNeural ?Non-RecordGPTQ + INT6
INCOMPLETE919#1781@yangguohao???Neural Non-RecordCompliance violation
INCOMPLETE920#1780@wisebreadloaf?3/316.0 MBNeural RecordTTT
INCOMPLETE921#1768@lkk688?3/316.0 MBNeural Non-RecordCompliance violation
INCOMPLETE922#1766@tashapais?3/316.0 MBTTT GPTQ RecordTTT + Muon + LoRA + GPTQ + INT6 + INT8
INCOMPLETE923#1764@gmn0105??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE924#1763@gmn0105??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE925#1757@aiejvn???Neural ?Non-RecordSSM + INT6
INCOMPLETE926#1754@upascal??16.0 MBGPTQ Non-RecordTTT + GPTQ + INT6 + N-gram
INCOMPLETE927#1752@luccifer00???Neural ?RecordCompliance violation
INCOMPLETE928#1750@teslaeco?3/3?TTT Non-RecordCompliance violation
INCOMPLETE929#1748@elad-simbalista???Neural Non-RecordCompliance violation
INCOMPLETE930#1746@SyntagmaNull??16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE931#1745@SyntagmaNull??16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE932#1744@MuhammedErinArchitecture??16.0 MBNeural RecordTTT
INCOMPLETE933#1739@DevelopedByAnurag???Neural RecordMuon + GPTQ + INT8 + EMA
INCOMPLETE934#1737@sakthivarshans??16.0 MBTTT RecordTTT
INCOMPLETE935#1717@samchill666???GPTQ Non-RecordCompliance violation
INCOMPLETE936#1710@AVINASH0052??13.4 MBTTT GPTQ RecordTTT + GPTQ + INT6 + INT8 + EMA
INCOMPLETE937#1708@newjordan??16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE938#1706@aamodbhatt??16.0 MBNeural Non-RecordTTT + N-gram
INCOMPLETE939#1704@Buld1n???GPTQ Non-RecordTTT
INCOMPLETE940#1703@Buld1n???GPTQ Non-RecordCompliance violation
INCOMPLETE941#1702@Buld1n???GPTQ Non-RecordCompliance violation
INCOMPLETE942#1701@Buld1n???GPTQ Non-RecordCompliance violation
INCOMPLETE943#1697@Buld1n?3/316.0 MBGPTQ Non-RecordTTT + INT8
INCOMPLETE944#1692@joshEng1??16.0 MBNeural Non-RecordMuon + MoE
INCOMPLETE945#1690@vanivamshi???Neural RecordCompliance violation
INCOMPLETE946#1688@Buld1n?3/316.0 MBGPTQ RecordTTT + EMA
INCOMPLETE947#1677@Nour-Masmoudi25???TTT RecordCompliance violation
INCOMPLETE948#1674@mikeapedia???TTT GPTQ Non-RecordTTT + Muon + SSM + N-gram
INCOMPLETE949#1661@anderamondarainh-stack??16.0 MBNeural RecordMuon + INT6 + EMA
INCOMPLETE950#1659@wczubal1???TTT Non-RecordTTT
INCOMPLETE951#1657@ChipGlitch???Neural ?RecordGPTQ
INCOMPLETE952#1656@NGBao1608???Neural ?Non-RecordCompliance violation
INCOMPLETE953#1652@bhagyapatel178???Neural RecordINT6 + INT8
INCOMPLETE954#1651@alexdwu13??16.0 MBGPTQ RecordCompliance violation
INCOMPLETE955#1649@joyceyan??16.0 MBNeural Non-RecordINT6 + INT8
INCOMPLETE956#1648@mikeapedia?3/3?TTT GPTQ Non-RecordTTT + EMA
INCOMPLETE957#1645@scottcui-georgian??16.0 MBTTT GPTQ Non-RecordTTT + Muon
INCOMPLETE958#1640@thestbobo??16.0 MBNeural Non-RecordMuon + GPTQ + INT6
INCOMPLETE959#1639@kunwar-vikrant???GPTQ RecordTTT + GPTQ + INT6
INCOMPLETE960#1637@ZxsTas???Neural RecordCompliance violation
INCOMPLETE961#1636@PapaFranku4647??16.0 MBNeural Non-RecordINT8
INCOMPLETE962#1627@mike-ferguson??14.8 MBNeural Non-RecordINT6 + INT8
INCOMPLETE963#1620@shiawyonglim??11.7 MBNeural RecordTTT + INT6
INCOMPLETE964#1618@Magumbian???Neural RecordCompliance violation
INCOMPLETE965#1615@diaslmb???Neural ?Non-RecordTTT
0 SEEDS966#1610@romeerp?0/316.0 MBTTT GPTQ RecordTTT + LoRA
INCOMPLETE967#1600@sayujshah?3/310.0 MBNeural Non-RecordTTT + INT6 + EMA
INCOMPLETE968#1599@kailean???Neural ?RecordCompliance violation
INCOMPLETE969#1598@amrayach?3/316.0 MBNeural Non-RecordTTT
INCOMPLETE970#1596@Heron4gf??16.7 MBGPTQ Non-RecordGPTQ + INT6
INCOMPLETE971#1593@kiratoyoshihara??16.0 MBNeural RecordINT8
INCOMPLETE972#1590@architb1703???Neural ?RecordCompliance violation
INCOMPLETE973#1580@liveyourday???Neural Non-RecordCompliance violation
INCOMPLETE974#1577@redefine-qbit??16.7 MBNeural Non-RecordMuon + INT8
INCOMPLETE975#1574@KRGulaj??15.9 MBNeural Non-RecordTTT + SSM + LoRA
INCOMPLETE976#1571@skar07???Neural Non-RecordN-gram
INCOMPLETE977#1570@yufang67???Neural RecordCompliance violation
INCOMPLETE978#1558@Subramanyam6???GPTQ RecordGPTQ + INT6
INCOMPLETE979#1554@dentity007??16.0 MBTTT Non-RecordTTT
INCOMPLETE980#1543@PavelPaha??15.0 MBNeural ?RecordMuon + INT6 + INT8
INCOMPLETE981#1542@negrurv??13.9 MBNeural RecordCompliance violation
2 SEEDS982#1538@davie2009kh?2/3?GPTQ RecordMoE
INCOMPLETE983#1532@nogakeren???Neural RecordTTT
INCOMPLETE984#1531@mini-sarami??16.0 MBNeural RecordINT6
INCOMPLETE985#1504@Stuckertks09???Neural ?Non-RecordCompliance violation
INCOMPLETE986#1503@vukadinovic936??11.0 MBNeural Non-RecordMuon + INT8
INCOMPLETE987#1496@shram86??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE988#1483@jmccrayiii???Neural Non-RecordCompliance violation
INCOMPLETE989#1481@Cayton-Tech??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE990#1473@AVINASH0052?3/315.8 MBNeural RecordMuon + GPTQ + INT6 + EMA
INCOMPLETE991#1472@trhgbao??16.0 MBNeural RecordMuon + INT8
INCOMPLETE992#1469@zantasimperator-blip???Neural RecordCompliance violation
INCOMPLETE993#1464@ZxsTas???Neural RecordCompliance violation
INCOMPLETE994#1462@Victory963??16.0 MBNeural ?RecordTTT + Muon
INCOMPLETE995#1441@nogakeren???Neural RecordCompliance violation
INCOMPLETE996#1432@vikrant-akavaram??16.0 MBNeural Non-RecordTTT + MoE + SSM + GPTQ + INT6 + EMA
2 SEEDS997#1406@aamodbhatt?2/315.9 MBNeural RecordTTT + GPTQ + N-gram + Two-pass
INCOMPLETE998#1404@greqone??16.0 MBNeural Non-RecordTTT + SSM
INCOMPLETE999#1402@arsenis-cmd???GPTQ RecordMuon + GPTQ + EMA
INCOMPLETE1000#1401@teerthsharma??16.0 MBNeural RecordMuon + GPTQ + INT6 + EMA
INCOMPLETE1001#1389@Rome-1??16.0 MBNeural Non-RecordGPTQ + INT6 + INT8 + EMA
INCOMPLETE1002#1387@Muhammad-Ahmed-Rayyan??16.0 MBNeural Non-RecordINT8
INCOMPLETE1003#1382@johnlennyt5?3/37.3 MBGPTQ RecordMuon + SSM + GPTQ + INT6
INCOMPLETE1004#1377@Sarthakm811???Neural RecordEMA
INCOMPLETE1005#1375@mini-sarami??16.0 MBNeural RecordINT8
INCOMPLETE1006#1374@r2smith141??9.3 MBNeural Non-RecordMuon + INT6
INCOMPLETE1007#1373@metadore???Neural RecordINT6
INCOMPLETE1008#1369@xiayicheng3-code??16.0 MBGPTQ Non-RecordINT6 + EMA + N-gram
INCOMPLETE1009#1365@PersusUS??13.6 MBNeural Non-RecordSSM + INT6
INCOMPLETE1010#1362@gargarnav?3/316.0 MBGPTQ Non-RecordTTT + GPTQ + INT6
INCOMPLETE1011#1358@zeal175???Neural RecordTTT
INCOMPLETE1012#1357@mollahasani??16.0 MBNeural Non-RecordINT6 + INT8
INCOMPLETE1013#1356@teslaeco???Neural ?Non-RecordCompliance violation
INCOMPLETE1014#1348@nebullii???Neural ?RecordCompliance violation
INCOMPLETE1015#1347@shasank0001??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE1016#1346@shasank0001??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE1017#1345@shasank0001??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE1018#1343@thgieeight???Neural Non-RecordCompliance violation
INCOMPLETE1019#1342@nicholasbailey87?3/316.9 MBNeural Non-RecordSSM + INT8
INCOMPLETE1020#1340@Rugved1817???Neural RecordINT6
INCOMPLETE1021#1330@luciobaiocchi???Neural Non-RecordCompliance violation
INCOMPLETE1022#1314@simon-marcus???Neural ?Non-RecordCompliance violation
INCOMPLETE1023#1295@austinluk???Neural RecordLoRA
INCOMPLETE1024#1293@5en5e1??15.8 MBNeural Non-RecordCompliance violation
INCOMPLETE1025#1280@aamodbhatt?3/315.9 MBNeural RecordTTT + GPTQ + N-gram + Two-pass
INCOMPLETE1026#1277@Ochakov64??11.0 MBNeural Non-RecordINT8 + EMA
INCOMPLETE1027#1269@Jtss-ux??16.0 MBNeural ?RecordMuon
INCOMPLETE1028#1262@SID-6921??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE1029#1261@Aniket-pd??11.9 MBNeural Non-RecordINT8
INCOMPLETE1030#1259@himanshudongre??15.8 MBNeural ?Non-RecordTTT + SSM
INCOMPLETE1031#1257@BoxiYu???TTT ?Non-RecordTTT
INCOMPLETE1032#1255@akaiHuang??16.0 MBNeural Non-RecordTTT
INCOMPLETE1033#1235@maksblu??17.7 MBNeural Non-RecordSwiGLU + INT8
INCOMPLETE1034#1227@himanshudongre??16.0 MBNeural ?Non-RecordTTT + SSM + N-gram
INCOMPLETE1035#1226@Wolfie8935??16.0 MBNeural Non-RecordGPTQ
INCOMPLETE1036#1225@FireworksAI26???Neural RecordCompliance violation
INCOMPLETE1037#1224@vermissa0ss??16.0 MBGPTQ Non-RecordGPTQ
INCOMPLETE1038#1220@Hieuabssy???Neural RecordCompliance violation
INCOMPLETE1039#1216@SoHarshh??16.5 MBNeural RecordTTT + Muon + GPTQ + INT6 + EMA
INCOMPLETE1040#1210@mikeapedia???Neural ?Non-RecordCompliance violation
INCOMPLETE1041#1207@RAVINDRA8008??16.0 MBTTT GPTQ RecordTTT + GPTQ + INT6 + EMA
INCOMPLETE1042#1203@raider99k??12.6 MBNeural Non-RecordCompliance violation
INCOMPLETE1043#1199@Ribin545??16.0 MBNeural Non-RecordMuon
INCOMPLETE1044#1188@rithvik-duddupudi??16.0 MBNeural RecordMuon + INT6
INCOMPLETE1045#1180@estesryan???Neural Non-RecordCompliance violation
INCOMPLETE1046#1165@brandonpf???Neural RecordCompliance violation
INCOMPLETE1047#1164@papalino456??16.0 MBTTT Non-RecordTTT + LoRA
INCOMPLETE1048#1162@abaybektursun??16.0 MBNeural ?RecordINT6 + EMA + N-gram
INCOMPLETE1049#1153@LucasErcolano???Neural Non-RecordINT8
INCOMPLETE1050#1149@LucasErcolano??16.0 MBNeural Non-RecordINT8
INCOMPLETE1051#1138@greqone??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE1052#1137@Hieuabssy???Neural RecordGPTQ + EMA
INCOMPLETE1053#1132@jxning0422-dev???Neural ?RecordCompliance violation
INCOMPLETE1054#1115@schoudhary90210??16.0 MBNeural Non-RecordLeakyReLUΒ² + TTT
INCOMPLETE1055#1112@dillon-blake?3/315.9 MBNeural Non-RecordLeakyReLUΒ² + Muon + RWKV + INT6 + EMA
INCOMPLETE1056#1093@Muhtasham???Neural ?RecordCompliance violation
INCOMPLETE1057#1077@malc3om?3/316.0 MBTTT RecordTTT + GPTQ + INT6 + EMA
INCOMPLETE1058#1075@guilhhotina???Neural Non-RecordINT8
INCOMPLETE1059#1071@AbhayAnandUCSD??15.9 MBNeural Non-RecordMuon + INT6
INCOMPLETE1060#1068@LappyG??16.1 MBNeural ?Non-RecordCompliance violation
INCOMPLETE1061#1067@dheeren-tejani?3/317.1 MBNeural ?Non-RecordCompliance violation
INCOMPLETE1062#1063@SHN2004???Neural Non-RecordLeakyReLUΒ²
INCOMPLETE1063#1059@edidisheng???Neural ?RecordINT6
INCOMPLETE1064#1054@samy-oid??16.0 MBNeural ?RecordCompliance violation
INCOMPLETE1065#1051@tejas-goyal??16.0 MBNeural ?RecordTTT + GPTQ + INT6 + EMA
INCOMPLETE1066#1050@Taleef7??16.0 MBTTT ?RecordTTT + Muon
INCOMPLETE1067#1044@greqone??15.4 MBNeural ?Non-RecordSSM + INT6 + EMA
INCOMPLETE1068#1023@DanielSooman???Neural ?RecordCompliance violation
INCOMPLETE1069#1020@VettyCordwainer???Neural ?RecordCompliance violation
INCOMPLETE1070#1012@himanshudongre??16.0 MBNeural ?Non-RecordSSM + EMA
INCOMPLETE1071#1009@SoHarshh???Neural ?RecordTTT + EMA
INCOMPLETE1072#1003@techleadershipofanurag??16.0 MBNeural Non-RecordMuon + LoRA + INT6 + EMA
INCOMPLETE1073#1000@Elarwei001??16.0 MBNeural RecordINT6
INCOMPLETE1074#998@asuramaya??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE1075#994@singhaikshitijjain???Neural RecordMuon + SwiGLU + INT8 + EMA
INCOMPLETE1076#987@Evreu1pro??16.0 MBNeural Non-RecordTTT + Muon + SwiGLU + INT6
INCOMPLETE1077#985@danielweidinger2299-debug???Neural RecordCompliance violation
INCOMPLETE1078#984@jzgdev???Neural Non-RecordCompliance violation
INCOMPLETE1079#981@BurguerJohn??16.0 MBNeural ?Non-RecordMoE
INCOMPLETE1080#980@slowomir33-arch??16.0 MBNeural ?RecordMuon + INT8
INCOMPLETE1081#957@genji0306???Neural ?Non-RecordMoE
INCOMPLETE1082#956@genji0306???Neural ?Non-RecordCompliance violation
INCOMPLETE1083#955@genji0306??16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE1084#954@genji0306???Neural ?Non-RecordCompliance violation
INCOMPLETE1085#951@Bharath-970??1.3 MBNeural RecordTTT + Muon + GPTQ + INT6 + EMA
INCOMPLETE1086#938@numb3r33???Neural Non-RecordCompliance violation
INCOMPLETE1087#936@Electroiscoding???Neural Non-RecordMoE
INCOMPLETE1088#935@fumbl8??16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE1089#930@lamb356???Neural ?Non-RecordCompliance violation
INCOMPLETE1090#902@Muhtasham??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE1091#892@robbiebusinessacc??16.0 MBNeural ?Non-RecordTTT + N-gram
INCOMPLETE1092#879@tejassaboo??16.0 MBNeural RecordMuon
INCOMPLETE1093#877@clthuang?3/316.0 MBNeural Non-RecordCompliance violation
INCOMPLETE1094#862@ashishSrivastava-19???Neural ?RecordCompliance violation
INCOMPLETE1095#845@rubenbalbastre???Neural ?RecordCompliance violation
INCOMPLETE1096#844@preyam2002??16.0 MBNeural ?RecordTTT + Muon + SwiGLU + LoRA + GPTQ + INT6 + INT8 + EMA
INCOMPLETE1097#842@JUSTSUJAY??14.6 MBNeural ?Non-RecordINT8
INCOMPLETE1098#823@ai-wes??16.0 MBNeural Non-RecordTTT
INCOMPLETE1099#820@mtybadger??15.3 MBNeural ?Non-RecordINT6 + INT8
INCOMPLETE1100#819@Tetrahedroned???Neural RecordEMA
INCOMPLETE1101#818@lucamignatti???TTT RecordINT6
INCOMPLETE1102#804@Devchandrasen?3/316.0 MBNeural Non-RecordTTT
INCOMPLETE1103#793@pall23-mech???Neural ?RecordCompliance violation
INCOMPLETE1104#785@SirSaltySalmon?3/3?Neural Non-RecordLeakyReLUΒ² + TTT + Muon
INCOMPLETE1105#783@petergpt??16.0 MBGPTQ Non-RecordGPTQ + INT6
INCOMPLETE1106#773@siddhantparadox??16.0 MBNeural Non-RecordINT6
2 SEEDS1107#766@Shakil281?2/316.0 MBNeural Non-RecordTTT + Muon + SwiGLU + INT6
INCOMPLETE1108#765@grgomrton???Neural ?RecordCompliance violation
INCOMPLETE1109#759@markste-in??16.0 MBNeural RecordINT6 + EMA
INCOMPLETE1110#751@Shuvam-Banerji-Seal???Neural Non-RecordCompliance violation
INCOMPLETE1111#742@teerthsharma???Neural RecordCompliance violation
INCOMPLETE1112#736@Git-Aarya??16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE1113#717@Jaksenc???Neural ?Non-RecordCompliance violation
INCOMPLETE1114#716@SHN2004???Neural ?Non-RecordCompliance violation
2 SEEDS1115#714@Upsalla?2/3?TTT ?RecordTTT
INCOMPLETE1116#704@sauravtom??16.0 MBCache ?RecordINT8 + EMA
INCOMPLETE1117#699@RohanMulay1???Neural ?RecordLeakyReLUΒ² + INT6 + EMA
INCOMPLETE1118#696@gravelBridge??16.0 MBNeural ?Non-RecordTTT + INT6
INCOMPLETE1119#683@mvanhorn??16.0 MBNeural ?RecordCompliance violation
INCOMPLETE1120#676@they-call-me-god?3/3?Neural ?RecordLeakyReLUΒ² + TTT + Muon + SwiGLU
INCOMPLETE1121#673@Aristide021??16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE1122#662@simon-marcus??16.0 MBNeural Non-RecordTTT
INCOMPLETE1123#647@zanwenfu???TTT Non-RecordCompliance violation
INCOMPLETE1124#631@senstar-hsoleimani??16.0 MBTTT ?RecordTTT + GPTQ
INCOMPLETE1125#629@ever-oli???Neural ?RecordCompliance violation
INCOMPLETE1126#625@Joeavaib???Neural RecordCompliance violation
INCOMPLETE1127#619@zeal175???Neural Non-RecordINT6 + EMA
INCOMPLETE1128#607@Neopolita??13.7 MBNeural RecordEMA
INCOMPLETE1129#604@whitestone1121-web??16.0 MBNeural ?RecordMuon + SwiGLU + GPTQ + INT8 + EMA
INCOMPLETE1130#603@AnirudhRahul?3/3?Neural ?RecordLeakyReLUΒ² + GPTQ
INCOMPLETE1131#599@mkenney2???Neural ?Non-RecordSSM + INT6 + EMA
INCOMPLETE1132#591@SirSaltySalmon???Neural ?Non-RecordCompliance violation
INCOMPLETE1133#582@pgxcare???Neural ?RecordCompliance violation
INCOMPLETE1134#575@k-oconnor???Neural ?RecordMuon + INT8
INCOMPLETE1135#570@armmer016???Neural Non-RecordCompliance violation
INCOMPLETE1136#565@kulharshit21???TTT ?RecordTTT + LoRA
INCOMPLETE1137#558@nehowell???Neural RecordCompliance violation
INCOMPLETE1138#556@retryoos??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE1139#552@loveless2001??13.2 MBNeural Non-RecordCompliance violation
INCOMPLETE1140#551@Vinaya-ai???Neural ?RecordCompliance violation
INCOMPLETE1141#540@devferrazZz??14.2 MBNeural RecordCompliance violation
INCOMPLETE1142#536@Jaksenc??16.0 MBNeural Non-RecordMuon + INT8
INCOMPLETE1143#524@Himanshukkk???Neural RecordTTT + LoRA
INCOMPLETE1144#514@sanjith3057??5.5 MBTTT Non-RecordTTT + INT8
INCOMPLETE1145#513@Musabnouman???Neural ?RecordCompliance violation
INCOMPLETE1146#511@AnirudhRahul?3/316.0 MBNeural Non-RecordN-gram
INCOMPLETE1147#497@THUQiXuan???Neural ?Non-RecordCompliance violation
INCOMPLETE1148#496@galaxy4552???Neural ?Non-RecordCompliance violation
INCOMPLETE1149#479@chirag-bajaj?3/3?Neural ?RecordSwiGLU + INT6
INCOMPLETE1150#475@abrahaw123-cell??16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE1151#472@pgxcare???Neural ?RecordCompliance violation
INCOMPLETE1152#471@yuvrajyadav17???Neural ?RecordCompliance violation
INCOMPLETE1153#470@leofeasby??16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE1154#468@utkuaydiin??15.5 MBNeural ?RecordMuon + INT6
INCOMPLETE1155#464@javaxhaskell???Neural ?RecordCompliance violation
INCOMPLETE1156#463@Diomandeee???Neural ?RecordINT6
INCOMPLETE1157#460@abhishekrajdhar???Neural ?Non-RecordTTT + Muon + LoRA + INT8
INCOMPLETE1158#457@carlesonielfa?3/315.3 MBTTT ?RecordTTT + LoRA + INT8
INCOMPLETE1159#449@eb1386??16.0 MBNeural ?RecordINT6 + EMA
INCOMPLETE1160#439@teerthsharma?3/316.0 MBNeural ?Non-RecordMuon + INT6
INCOMPLETE1161#437@jupram???Neural ?Non-RecordCompliance violation
INCOMPLETE1162#432@jadechip??9.2 MBNeural Non-RecordINT6
INCOMPLETE1163#427@VeerGosai?3/316.0 MBNeural ?RecordMuon + INT6
INCOMPLETE1164#425@DeividasMat???Neural ?Non-RecordCompliance violation
INCOMPLETE1165#423@GITHUB-SUBASHk???Neural ?RecordSwiGLU + EMA
INCOMPLETE1166#420@leofeasby???Neural ?Non-RecordTTT + LoRA + INT8
INCOMPLETE1167#408@markste-in??16.0 MBNeural ?RecordCompliance violation
INCOMPLETE1168#404@yashward001???Neural ?Non-RecordINT6
INCOMPLETE1169#403@malc3om??16.0 MBNeural ?RecordMuon + INT6 + INT8
INCOMPLETE1170#396@Viswanath129???Neural ?RecordCompliance violation
INCOMPLETE1171#380@turbo-indubitable??16.0 MBNeural ?Non-RecordMuon + INT8
INCOMPLETE1172#378@benogeorge???Neural ?RecordCompliance violation
INCOMPLETE1173#361@adityagupta26??16.0 MBTTT ?RecordTTT + Muon + LoRA + INT6 + INT8
INCOMPLETE1174#358@adityagupta26??16.0 MBNeural ?RecordMuon + INT8
INCOMPLETE1175#357@adityagupta26??16.0 MBNeural ?RecordMuon
2 SEEDS1176#347@FlashyFlash3011?2/316.0 MBNeural RecordTTT + INT6 + EMA
INCOMPLETE1177#340@starfly-web??4.8 MBTTT RecordMuon + SwiGLU + INT8
INCOMPLETE1178#336@jackopenn??2.1 MBNeural ?RecordCompliance violation
INCOMPLETE1179#322@romainsantoli-web?3/3?TTT ?RecordTTT + INT6
INCOMPLETE1180#311@small-cactus??16.0 MBNeural ?Non-RecordEMA
INCOMPLETE1181#308@gb250e???Neural ?RecordCompliance violation
INCOMPLETE1182#300@Janksuu??16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE1183#297@davidpuertolas?3/316.0 MBTTT ?RecordTTT + Muon + LoRA + INT6
INCOMPLETE1184#291@mohosy???TTT ?Non-RecordTTT + SwiGLU + GPTQ + INT6 + EMA
INCOMPLETE1185#282@Cwarren15-A??16.0 MBNeural ?RecordMuon + INT6 + INT8
INCOMPLETE1186#268@brn-mwai??16.0 MBNeural ?RecordMuon + INT6
INCOMPLETE1187#261@MnemoTek??16.0 MBNeural ?RecordCompliance violation
INCOMPLETE1188#238@kellyvv???Neural ?Non-RecordINT6
INCOMPLETE1189#235@zeyuchenphd??16.0 MBNeural ?RecordMuon + INT8
INCOMPLETE1190#234@RyanLisse???Neural ?RecordCompliance violation
INCOMPLETE1191#233@FlorinelTudor???Neural ?RecordCompliance violation
INCOMPLETE1192#229@hooiv??16.0 MBNeural ?Non-RecordMuon
INCOMPLETE1193#227@riatzukiza???Neural ?RecordCompliance violation
INCOMPLETE1194#216@alons23??15.6 MBNeural ?RecordMuon
2 SEEDS1195#203@LexHarie?2/3?Neural ?RecordMuon + INT6
INCOMPLETE1196#189@shuofengzhang???TTT ?RecordTTT
INCOMPLETE1197#177@magungh1??16.0 MBNeural ?RecordINT8
INCOMPLETE1198#171@FlorinelTudor???Neural ?RecordINT8
INCOMPLETE1199#167@SkywardSyntax??5.0 MBNeural Non-RecordMuon + INT6 + INT8
INCOMPLETE1200#165@jtakahashi0604???Neural ?RecordCompliance violation
INCOMPLETE1201#154@evnkm???Neural Non-RecordCompliance violation
INCOMPLETE1202#153@RogueTex??16.0 MBTTT RecordTTT + Muon
INCOMPLETE1203#149@pleasedontddosme???TTT RecordMuon + INT6
INCOMPLETE1204#147@ankitmaloo???TTT RecordINT6
INCOMPLETE1205#133@SoumilRathi???Neural RecordCompliance violation
INCOMPLETE1206#130@mohosy???Neural Non-RecordMuon + INT6 + INT8
INCOMPLETE1207#127@matt-wright86??16.0 MBNeural ?Non-RecordLoRA + INT6
INCOMPLETE1208#115@felix-ab??16.0 MBNeural ?RecordINT6 + INT8
INCOMPLETE1209#111@aamodbhatt??16.0 MBNeural Non-RecordCompliance violation
2 SEEDS1210#110@mr-ashish-panday?2/316.0 MBNeural RecordINT6
INCOMPLETE1211#106@krammnic???Neural RecordCompliance violation
INCOMPLETE1212#98@leloykun???Neural RecordCompliance violation
INCOMPLETE1213#94@aamodbhatt??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE1214#93@aamodbhatt??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE1215#84@cschubiner??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE1216#79@Marvbuster??14.7 MBNeural ?Non-RecordSwiGLU
INCOMPLETE1217#75@takhir-iota?3/316.0 MBNeural ?RecordMuon
INCOMPLETE1218#74@takhir-iota?3/316.0 MBNeural ?RecordMuon
INCOMPLETE1219#72@sanky369???Neural ?RecordCompliance violation
INCOMPLETE1220#58@Jenja-N???Neural ?RecordCompliance violation
INCOMPLETE1221#55@AVINASH0052???Neural ?Non-RecordCompliance violation
DEAD1222#721@hypery110.00003/3?Neural ?Non-RecordCompliance violation
DEAD1223#40@bahman20170.0000?16.0 MBNeural Non-RecordINT8
DEAD1224#959@himanalot0.00003/316.0 MBCache ?RecordN-gram cache (03-27)
DEAD1225#113@JoeProAI0.0005??Neural ?RecordINT8
DEAD1226#679@andrewmouldon0.0010??Neural ?Non-RecordLoRA
DEAD1227#692@EthanYangTW0.00152/316.0 MBNeural ?RecordTTT + GPTQ + INT6 + EMA
DEAD1228#690@EthanYangTW0.00152/316.0 MBNeural ?RecordTTT + GPTQ + INT6 + EMA
DEAD1229#38@kxddry0.0022?16.0 MBNeural RecordLoRA + INT8
DEAD1230#1105@abaybektursun0.00253/3302.0 MBGPTQ RecordMuon + GPTQ + INT6 + EMA + N-gram + Two-pass
DEAD1231#686@msisovic0.00253/315.9 MBNeural ?RecordTTT + Muon + INT6
DEAD1232#934@tuanaqeelbohoran0.0030?16.0 MBNeural ?RecordGPTQ + INT6 + INT8 + EMA
DEAD1233#433@Robby9550.0035?16.2 MBNeural RecordMuon + LoRA + INT6
DEAD1234#1283@newjordan0.00383/316.0 MBNeural RecordGPTQ
DEAD1235#1282@newjordan0.00503/316.0 MBNeural RecordMuon + INT6
DEAD1236#145@mrdavtan0.0070?16.0 MBNeural Non-RecordINT6 + INT8
DEAD1237#784@iverbovoy0.0130?15.9 MBTTT Non-RecordMuon + GPTQ
DEAD1238#962@AnirudhRahul0.02143/316.0 MBCache ?RecordGPTQ + N-gram + Two-pass
DEAD1239#945@TimPietrusky0.02743/316.0 MBNeural RecordN-gram cache (03-27)
DEAD1240#925@THUQiXuan0.02813/312.9 MBTTT Cache ?RecordN-gram cache (03-27)
DEAD1241#20@mattleonard160.03253/316.0 MBNeural ?Non-RecordINT8
DEAD1242#1429@aravhawk0.0340?16.0 MBGPTQ RecordTTT + Muon + GPTQ + INT6 + INT8 + EMA
DEAD1243#1426@aravhawk0.0340?16.0 MBGPTQ RecordTTT + Muon + GPTQ + INT6 + INT8 + EMA
DEAD1244#1632@Hkoyuer0.03902/316.0 MBGPTQ RecordTTT + GPTQ + EMA
DEAD1245#931@AnirudhRahul0.04983/315.9 MBCache ?RecordGPTQ + N-gram + Two-pass
DEAD1246#856@iverbovoy0.0510?15.9 MBNeural ?Non-RecordN-gram
DEAD1247#982@haikosys0.06383/38.1 MBCache ?RecordN-gram cache (03-27)
DEAD1248#611@teddyoweh0.08293/3?TTT RecordTTT + LoRA
DEAD1249#913@RoyiRa0.08873/316.0 MBCache ?RecordN-gram cache (03-27)
DEAD1250#870@simon-marcus0.09353/316.0 MBCache RecordTwo-pass (03-27)
DEAD1251#921@TimPietrusky0.09393/316.0 MBCache ?RecordN-gram cache (03-27)
DEAD1252#907@resouer0.09603/315.6 MBCache ?RecordTwo-pass (03-27)
DEAD1253#881@simon-marcus0.09903/315.9 MBCache RecordTwo-pass (03-27)
DEAD1254#880@RoyiRa0.10033/316.0 MBTTT GPTQ RecordN-gram cache (03-27)
DEAD1255#900@Robby9550.11563/314.9 MBNeural RecordGPTQ + N-gram
DEAD1256#869@THUQiXuan0.12903/312.6 MBCache GPTQ RecordTwo-pass (03-27)
DEAD1257#893@aryanbhosale0.13103/315.8 MBTTT RecordTwo-pass (03-27)
DEAD1258#853@quietsmile0.13152/313.4 MBCache ?RecordN-gram cache (03-27)
DEAD1259#846@himanshudongre0.14343/313.4 MBCache ?RecordTwo-pass (03-27)
DEAD1260#859@bigbag0.15843/315.8 MBTTT ?RecordN-gram cache (03-27)
DEAD1261#834@AnirudhRahul0.16633/316.0 MBTTT Cache ?RecordTTT + N-gram
DEAD1262#851@RoyiRa0.20713/316.0 MBCache ?RecordN-gram cache (03-27)
DEAD1263#1507@ChideraIbe1230.22823/316.0 MBNeural Non-RecordGPTQ + INT6 + EMA + N-gram
DEAD1264#796@Robby9550.22922/314.9 MBNeural RecordGPTQ + INT6 + N-gram
DEAD1265#972@Idan30110.2722?14.9 MBCache ?RecordTTT + EMA + N-gram
DEAD1266#810@Idan30110.27223/314.9 MBNeural RecordTTT + Muon + GPTQ + INT6 + INT8 + EMA + N-gram + Two-pass
DEAD1267#843@quietsmile0.28342/313.4 MBCache ?RecordN-gram cache (03-27)
DEAD1268#826@himanshudongre0.29513/313.4 MBTTT Cache ?RecordTTT + Muon + LoRA + GPTQ + EMA + N-gram
DEAD1269#809@AayushBaniya20060.29523/313.4 MBTTT GPTQ RecordN-gram cache (03-27)
DEAD1270#1605@renqianluo0.29883/315.8 MBTTT GPTQ RecordTTT + N-gram
DEAD1271#850@callithyia0.32123/315.0 MBTTT Cache ?RecordN-gram cache (03-27)
DEAD1272#916@Bortlesboat0.34613/316.0 MBCache ?RecordMuon + INT6 + EMA + N-gram
DEAD1273#912@Bortlesboat0.34613/316.0 MBCache ?RecordMuon + INT6 + EMA + N-gram
DEAD1274#1452@bsisduck0.3509?14.9 MBCache GPTQ Non-RecordTTT + LoRA + N-gram
DEAD1275#1379@LucasErcolano0.41623/316.0 MBTTT RecordTTT + Muon + INT6 + N-gram
DEAD1276#1359@LucasErcolano0.41883/316.0 MBTTT RecordTTT + Muon + INT6 + N-gram
DEAD1277#811@quietsmile0.43772/315.9 MBNeural RecordTTT + N-gram
DEAD1278#1100@agalimova0.4700??Neural ?Non-RecordLeakyReLUΒ²
DEAD1279#814@newjordan0.48203/315.6 MBGPTQ RecordN-gram cache (03-27)
DEAD1280#1083@newjordan0.49613/39.2 MBGPTQ RecordGPTQ + INT6 + N-gram
DEAD1281#800@newjordan0.56443/315.6 MBTTT GPTQ RecordGPTQ + N-gram
DEAD1282#675@ChideraIbe1230.57933/315.7 MBNeural ?Non-RecordN-gram
DEAD1283#876@Bortlesboat0.58633/315.6 MBTTT RecordINT6 + EMA + N-gram + Two-pass
DEAD1284#596@AriaAnima0.64303/316.0 MBTTT ?RecordTTT + LoRA + INT6
DEAD1285#806@ibarrajo0.6678?8.6 MBNeural RecordTTT + N-gram
DEAD1286#779@deanbrr0.66833/316.0 MBTTT RecordN-gram cache (03-27)
DEAD1287#1121@gowtham09920.68463/314.0 MBGPTQ Non-RecordGPTQ + INT6 + N-gram
DEAD1288#614@bigbag0.6864?15.5 MBTTT RecordTTT + LoRA
DEAD1289#1414@Abhishek81080.70873/316.0 MBTTT GPTQ Non-RecordTTT
DEAD1290#762@robinojw0.71393/315.8 MBTTT ?RecordTTT + LoRA + GPTQ + INT6
DEAD1291#605@bigbag0.7227?15.4 MBTTT ?RecordTTT + Muon + LoRA + INT6 + EMA
DEAD1292#568@MatoTeziTanka0.78533/315.6 MBTTT RecordTTT + LoRA + INT6
DEAD1293#1028@newjordan0.81043/310.0 MBNeural ?RecordGPTQ on eval tokens (03-27)
DEAD1294#642@minh-stakc0.81733/317.1 MBNeural RecordTTT + Muon + LoRA + GPTQ + INT6 + EMA
DEAD1295#769@MatoTeziTanka0.84953/316.0 MBNeural RecordN-gram cache (03-27)
DEAD1296#963@sunnypatneedi0.86093/316.0 MBCache ?RecordN-gram
DEAD1297#828@bigbag0.90743/315.5 MBCache ?RecordN-gram cache (03-27)
DEAD1298#802@Bortlesboat0.91233/3?TTT RecordLeakyReLUΒ² + Muon + INT6 + EMA + N-gram
DEAD1299#1229@resouer0.93003/315.6 MBGPTQ RecordGPTQ
DEAD1300#187@Idan30110.9393?14.9 MBCache ?RecordTTT + Muon + GPTQ + INT6 + INT8 + EMA + N-gram
DEAD1301#620@robinojw0.94432/316.0 MBTTT RecordTTT + Muon + LoRA + INT8
DEAD1302#512@MatoTeziTanka0.95123/315.4 MBTTT RecordTTT + LoRA + INT6
DEAD1303#120@andrewgcodes0.9588??Neural ?RecordINT6
DEAD1304#777@Robby9550.96233/316.0 MBGPTQ RecordTTT + LoRA + GPTQ + INT6 + N-gram
DEAD1305#993@aerosta0.96313/3?GPTQ RecordN-gram cache (03-27)
DEAD1306#764@ndokutovich0.96333/315.6 MBTTT GPTQ RecordTTT + GPTQ + N-gram
DEAD1307#1185@skoustav350.96413/316.0 MBTTT RecordN-gram cache (03-27)
DEAD1308#887@anthony-maio0.96423/316.0 MBCache ?RecordMuon + GPTQ + INT6 + EMA + N-gram
DEAD1309#376@anthony-maio0.96423/316.0 MBCache ?RecordMuon + GPTQ + INT6 + EMA + N-gram
DEAD1310#727@Asukabot00.96743/3?Cache ?RecordN-gram cache (03-27)
DEAD1311#517@lukacf0.97803/315.5 MBTTT RecordTTT
DEAD1312#741@andrewbaggio10.98503/315.6 MBNeural RecordTTT + N-gram
DEAD1313#1789@SlavH0.9982??Neural ?RecordTTT
DEAD1314#1370@Christopher-Lee-McClendon1.00303/315.2 MBTTT ?Non-RecordTTT + SwiGLU + GPTQ + INT6 + EMA
DEAD1315#1350@resouer1.00463/315.8 MBTTT GPTQ RecordTTT + GPTQ + EMA
DEAD1316#1372@Bortlesboat1.00503/316.0 MBTTT GPTQ RecordTTT + GPTQ + INT6
DEAD1317#1711@aamodbhatt1.00803/316.0 MBNeural RecordTTT + N-gram
DEAD1318#1721@OlesStankevych1.00993/316.0 MBNeural RecordTTT + GPTQ + INT6 + INT8
DEAD1319#1734@yahya0101.01083/316.0 MBNeural RecordTTT + Muon + GPTQ + INT6 + EMA + N-gram
DEAD1320#144@DJLougen1.0156?14.6 MBNeural RecordINT8
DEAD1321#1576@joshkmartinez1.01673/316.0 MBNeural RecordTTT + GPTQ + INT6 + EMA
DEAD1322#1575@joshkmartinez1.01673/316.0 MBNeural RecordEMA
DEAD1323#1622@joshkmartinez1.01713/316.0 MBGPTQ RecordTTT + INT6 + EMA
DEAD1324#1564@joshkmartinez1.01713/316.0 MBGPTQ RecordTTT + GPTQ + INT6 + EMA
DEAD1325#1712@aamodbhatt1.01723/316.0 MBNeural RecordTTT + EMA + N-gram
DEAD1326#1785@OE-GOD1.01923/316.0 MBNeural RecordTTT + GPTQ + INT6 + EMA + N-gram
DEAD1327#1563@joshkmartinez1.02053/315.8 MBGPTQ RecordTTT + GPTQ + INT6 + EMA
DEAD1328#1681@OE-GOD1.02083/314.9 MBGPTQ Non-RecordEMA
DEAD1329#745@stukenov1.02223/316.0 MBTTT RecordN-gram cache (03-27)
DEAD1330#733@stukenov1.02783/315.8 MBTTT ?RecordTTT + N-gram
DEAD1331#1545@Abhishek81081.02833/314.7 MBGPTQ RecordTTT + GPTQ + INT6 + EMA + N-gram
DEAD1332#1544@Abhishek81081.02833/314.7 MBGPTQ RecordTTT + GPTQ + INT6 + EMA + N-gram
DEAD1333#792@xexyz1.03403/315.9 MBGPTQ RecordN-gram cache (03-27)
DEAD1334#995@dexhunter1.03623/315.6 MBTTT GPTQ RecordTTT
DEAD1335#278@nicolasdickenmann1.0365?16.0 MBNeural ?RecordCompliance violation
DEAD1336#685@andrewbaggio11.03663/315.6 MBTTT ?RecordTTT + INT6
DEAD1337#1687@resouer1.04093/316.0 MBNeural RecordTTT + INT6 + EMA + N-gram
DEAD1338#967@dexhunter1.04503/315.7 MBTTT ?RecordTTT
DEAD1339#706@newjordan1.04613/315.6 MBNeural ?RecordGPTQ on eval tokens (03-27)
DEAD1340#674@newjordan1.04613/315.6 MBNeural ?RecordGPTQ on eval tokens (03-27)
DEAD1341#873@gowtham09921.0467?13.1 MBGPTQ RecordTTT + SSM
DEAD1342#872@gowtham09921.0467?13.1 MBGPTQ RecordTTT + SSM
DEAD1343#532@NotADevIAmaMeatPopsicle1.0487?14.1 MBNeural RecordTTT + LoRA + INT6 + EMA
DEAD1344#573@Sarimsaljook1.05231/315.9 MBTTT ?RecordTTT
DEAD1345#275@ibarrajo1.0539?11.7 MBNeural ?Non-RecordINT6
DEAD1346#262@ibarrajo1.0539?16.0 MBNeural ?RecordINT6
DEAD1347#684@DeepReinforce1.05733/315.6 MBTTT ?RecordTTT
DEAD1348#1633@joshkmartinez1.05853/316.0 MBGPTQ RecordCompliance violation
DEAD1349#1624@joshkmartinez1.05853/316.0 MBGPTQ RecordCompliance violation
DEAD1350#1539@translatingthename1.05873/316.0 MBTTT GPTQ RecordTTT + GPTQ + INT6 + INT8 + EMA + N-gram
DEAD1351#518@sofiabod1.06223/3?Neural RecordTTT + GPTQ + INT6 + EMA
DEAD1352#1800@leon2k2k2k1.06293/315.9 MBTTT GPTQ RecordTTT + LoRA + EMA + N-gram
DEAD1353#1798@leon2k2k2k1.06293/315.9 MBNeural ?RecordTTT + LoRA + EMA + N-gram
DEAD1354#462@JoeProAI1.06723/3?TTT ?RecordTTT + Muon + SwiGLU + INT6 + EMA
DEAD1355#1485@ndokutovich1.06793/316.0 MBGPTQ RecordTTT + GPTQ + INT6 + INT8 + EMA + N-gram
DEAD1356#581@teddyoweh1.06983/315.9 MBTTT ?RecordTTT + INT6 + EMA
DEAD1357#771@sunnypatneedi1.07053/315.8 MBTTT RecordTTT + Muon + GPTQ + INT6 + EMA
DEAD1358#1252@ahmetdenizyilmaz1.07133/313.7 MBGPTQ RecordLeakyReLUΒ² + TTT + Muon + GPTQ + INT6 + EMA
DEAD1359#724@hypery111.07173/315.8 MBCache ?RecordN-gram cache (03-27)
DEAD1360#953@dexhunter1.07223/316.0 MBTTT GPTQ RecordTTT + Muon + GPTQ + EMA + N-gram
DEAD1361#1489@joshkmartinez1.07363/313.9 MBGPTQ RecordTTT + GPTQ + INT6 + EMA
DEAD1362#688@RoyiRa1.07453/315.5 MBTTT ?RecordN-gram cache (03-27)
DEAD1363#687@RoyiRa1.07453/315.5 MBTTT ?RecordTTT + GPTQ + EMA + N-gram
DEAD1364#1523@EthanYangTW1.07783/316.0 MBNeural RecordTTT + Muon + N-gram
DEAD1365#672@andrewbaggio11.07813/315.6 MBTTT ?RecordTTT + INT6 + EMA
DEAD1366#1731@Victory9631.07853/316.0 MBTTT ?RecordTTT + GPTQ + INT6 + INT8 + N-gram
DEAD1367#1143@simon-marcus1.08062/3?Cache RecordTTT
DEAD1368#1351@resouer1.08073/315.8 MBTTT GPTQ RecordTTT + GPTQ + N-gram
DEAD1369#1492@bigbag1.08103/316.0 MBNeural RecordTTT + GPTQ + INT6 + INT8 + EMA + N-gram
DEAD1370#1289@MatoTeziTanka1.08193/3112.4 MBNeural RecordTTT + Muon + GPTQ + INT6 + EMA + N-gram + Two-pass
DEAD1371#1638@kunwar-vikrant1.08323/3?TTT ?RecordTTT
DEAD1372#1662@pablinga191.08443/315.9 MBTTT GPTQ RecordGPTQ + INT6 + EMA
DEAD1373#1306@resouer1.08463/315.9 MBTTT GPTQ RecordTTT + GPTQ + EMA
DEAD1374#1005@OnlyJundong1.08532/316.0 MBNeural ?Non-RecordTTT + INT6 + EMA
DEAD1375#1322@newjordan1.08543/316.0 MBGPTQ RecordLeakyReLUΒ² + Muon + GPTQ + INT6 + EMA + N-gram
DEAD1376#1405@anthony-maio1.08563/315.8 MBTTT GPTQ RecordTTT + GPTQ + INT6 + EMA + N-gram
DEAD1377#1660@pablinga191.0858?15.9 MBTTT GPTQ RecordGPTQ + INT6 + EMA
DEAD1378#548@LoquiAuris1.08651/315.7 MBNeural RecordTTT + LoRA + EMA
DEAD1379#1274@MatoTeziTanka1.08763/316.0 MBCache RecordTTT + Muon + GPTQ + INT6 + EMA + N-gram + Two-pass
DEAD1380#486@ndokutovich1.08873/315.3 MBTTT ?RecordTTT + INT6 + EMA
DEAD1381#824@sahiee-dev1.08972/314.9 MBTTT GPTQ RecordN-gram cache (03-27)
DEAD1382#430@sahiee-dev1.08972/314.9 MBTTT ?RecordTTT + GPTQ
DEAD1383#1242@Campbellb1.09033/316.0 MBGPTQ RecordTTT + Muon + INT6 + N-gram + Two-pass
DEAD1384#740@resouer1.09093/314.7 MBCache ?RecordMuon + INT8 + N-gram
DEAD1385#555@ymrohit1.09163/316.0 MBTTT RecordTTT + INT6 + EMA
DEAD1386#659@deanbrr1.0920?15.9 MBNeural RecordTTT + Muon
DEAD1387#622@Upsalla1.0941?15.0 MBNeural RecordTTT + LoRA + INT8
DEAD1388#1026@danielxmed1.09453/316.0 MBCache ?RecordN-gram cache (03-27)
DEAD1389#1042@nothingLiva1.09543/316.0 MBNeural ?RecordGPTQ + INT8
DEAD1390#1338@bigbag1.09553/316.0 MBGPTQ RecordTTT + GPTQ + INT6 + N-gram
DEAD1391#1332@Omrigotlieb1.09593/316.0 MBGPTQ RecordTTT
DEAD1392#738@gowtham09921.09703/315.7 MBCache ?RecordTTT + GPTQ + N-gram
DEAD1393#481@mrdavtan1.09703/315.8 MBTTT ?RecordTTT + Muon
DEAD1394#442@sjp6111.10273/3?TTT ?RecordTTT + INT6 + EMA
DEAD1395#1400@tmancino1.10353/316.0 MBTTT GPTQ Non-RecordTTT + GPTQ
DEAD1396#1298@Omrigotlieb1.10433/316.0 MBNeural RecordCompliance violation
DEAD1397#1297@Omrigotlieb1.10433/316.0 MBTTT RecordCompliance violation
DEAD1398#1397@Mertyandimata1.10473/315.9 MBGPTQ Non-RecordTTT + GPTQ + EMA + N-gram
DEAD1399#1458@newjordan1.10603/316.0 MBGPTQ RecordTTT + INT6 + INT8 + N-gram
DEAD1400#1209@andrewbaggio11.10643/3?TTT GPTQ RecordTTT + GPTQ + INT6 + EMA + N-gram
DEAD1401#1396@erichroepke1.10673/316.0 MBGPTQ RecordTTT + GPTQ + INT6 + N-gram
DEAD1402#720@agalimova1.10783/316.0 MBNeural ?RecordN-gram cache (03-27)
DEAD1403#1354@samacqua1.10930/315.9 MBTTT GPTQ RecordTTT + LoRA + INT6
DEAD1404#1177@dexhunter1.10983/3?Neural ?RecordINT6
DEAD1405#595@LoquiAuris1.1100?15.7 MBTTT ?RecordTTT
DEAD1406#185@dttdrv1.11053/315.9 MBTTT ?RecordTTT + GPTQ + EMA
DEAD1407#44@daniellawson99991.1111?16.0 MBNeural ?RecordCompliance violation
DEAD1408#757@fielding1.11243/315.4 MBGPTQ RecordTTT + Muon + INT6 + EMA
DEAD1409#1099@Bortlesboat1.11333/316.0 MBGPTQ RecordTTT + Muon + GPTQ + EMA
DEAD1410#952@FlashyFlash30111.11443/316.0 MBNeural RecordTTT + Muon + GPTQ + INT6 + EMA
DEAD1411#991@ibarrajo1.11453/315.9 MBTTT GPTQ RecordTTT + GPTQ
DEAD1412#1122@icryo1.11461/316.0 MBGPTQ RecordTTT + Muon + GPTQ
DEAD1413#728@abaybektursun1.11473/315.9 MBNeural ?RecordGPTQ on eval tokens (03-27)
DEAD1414#606@EthanYangTW1.11623/315.8 MBTTT GPTQ RecordGPTQ on eval tokens (03-27)
DEAD1415#1230@nestamidavaine1.11633/30.1 MBNeural ?Non-RecordTTT + Muon + GPTQ + INT6 + INT8 + EMA + Two-pass
DEAD1416#593@abaybektursun1.11633/315.9 MBNeural ?RecordGPTQ on eval tokens (03-27)
DEAD1417#638@Asukabot01.11643/315.9 MBNeural ?RecordTTT + INT6 + EMA + N-gram
DEAD1418#576@cmcdnd1.11643/315.6 MBNeural ?RecordTTT + GPTQ + EMA
DEAD1419#615@danialht1.11693/315.6 MBTTT GPTQ RecordGPTQ on eval tokens (03-27)
DEAD1420#661@andrewbaggio11.1175?7.5 MBTTT Non-RecordTTT + SwiGLU + INT6 + EMA
DEAD1421#639@Robby9551.11753/315.9 MBTTT ?RecordGPTQ on eval tokens (03-27)
DEAD1422#569@gowtham09921.11753/315.9 MBGPTQ RecordTTT + GPTQ + INT6
DEAD1423#509@andrewbaggio11.1175?7.5 MBTTT Non-RecordTTT + SwiGLU + INT6 + EMA
DEAD1424#589@RoyiRa1.11783/315.8 MBTTT ?RecordTTT + INT6 + EMA
DEAD1425#1037@TimPietruskyRunPod1.11793/315.9 MBNeural RecordTTT + Muon + GPTQ + INT6 + EMA + N-gram
DEAD1426#585@EthanYangTW1.11793/316.0 MBNeural ?RecordTTT + GPTQ + INT6
DEAD1427#545@EthanYangTW1.11793/316.0 MBTTT GPTQ RecordTTT + GPTQ + EMA
DEAD1428#505@JoeProAI1.11813/3?TTT ?RecordTTT + SwiGLU + GPTQ + INT6 + EMA
DEAD1429#484@Robby9551.1185?15.8 MBTTT ?Non-RecordTTT + SwiGLU + INT6 + EMA
DEAD1430#1117@adityakm241.1187?16.0 MBNeural RecordTTT
DEAD1431#1098@adityakm241.1187?16.0 MBNeural RecordTTT
DEAD1432#1069@manfromnowhere1431.1190?15.9 MBTTT Non-RecordTTT + Muon + GPTQ + INT6 + INT8 + EMA
DEAD1433#656@newjordan1.11903/315.9 MBTTT GPTQ RecordGPTQ on eval tokens (03-27)
DEAD1434#734@Robby9551.11932/316.0 MBTTT ?Non-RecordTTT + GPTQ + INT6 + EMA
DEAD1435#529@EthanYangTW1.11953/316.0 MBTTT GPTQ RecordGPTQ on eval tokens (03-27)
DEAD1436#528@EthanYangTW1.11953/316.0 MBTTT GPTQ RecordTTT + GPTQ + INT6 + INT8 + EMA
DEAD1437#503@EthanYangTW1.11953/316.0 MBTTT ?RecordTTT + GPTQ + INT6 + INT8 + EMA
DEAD1438#535@raahilshah1.12043/315.8 MBGPTQ RecordTTT + GPTQ + INT6 + EMA
DEAD1439#533@newjordan1.12073/315.6 MBTTT RecordTTT + GPTQ + INT6 + EMA
DEAD1440#473@abaybektursun1.12143/316.0 MBTTT ?RecordTTT + Muon + GPTQ + INT6 + EMA
DEAD1441#754@aryanbhosale1.12153/315.8 MBTTT Non-RecordTTT + Muon + GPTQ + INT6 + EMA
DEAD1442#508@newjordan1.12153/315.6 MBTTT RecordTTT + GPTQ + INT6 + EMA
DEAD1443#415@EthanYangTW1.1216?15.7 MBTTT ?RecordTTT + INT6
DEAD1444#410@EthanYangTW1.1216?15.8 MBTTT ?RecordTTT + INT6
DEAD1445#898@pattern4bots1.1217??Neural ?RecordCompliance violation
DEAD1446#417@EthanYangTW1.12273/315.8 MBTTT ?RecordTTT + INT6
DEAD1447#657@anthony-maio1.12293/316.0 MBNeural RecordMuon + GPTQ + INT6 + EMA
DEAD1448#388@ElliotSlusky1.1231?15.4 MBTTT ?RecordTTT + INT6
DEAD1449#584@ssatia1.12333/316.0 MBNeural ?RecordSwiGLU + GPTQ + EMA
DEAD1450#445@newjordan1.12362/315.6 MBTTT ?RecordTTT + GPTQ + INT6 + EMA
DEAD1451#401@newjordan1.12433/315.9 MBNeural ?RecordTTT + Muon + INT6 + INT8 + EMA
DEAD1452#635@aryanbhosale1.12533/315.0 MBTTT ?Non-RecordTTT + Muon + GPTQ + INT6 + EMA
DEAD1453#338@alertcat1.12543/315.6 MBNeural RecordTTT + Muon + INT6 + EMA
DEAD1454#1066@adityakm241.1259?15.9 MBNeural RecordCompliance violation
DEAD1455#1740@amrayach1.12903/316.0 MBCache ?Non-RecordTTT + LoRA + INT6 + EMA + N-gram
DEAD1456#390@newjordan1.12952/315.7 MBTTT ?RecordTTT + Muon + INT6
DEAD1457#369@signalrush1.13283/315.9 MBNeural ?RecordMuon + INT6 + INT8 + EMA
DEAD1458#212@mrdavtan1.13293/315.3 MBNeural ?Non-RecordINT6
DEAD1459#1040@JoeProAI1.1336?16.3 MBTTT ?Non-RecordTTT
DEAD1460#359@tmustier1.13453/315.4 MBNeural ?RecordMuon + SwiGLU + INT6 + EMA
DEAD1461#483@tmustier1.13463/316.0 MBNeural ?RecordCompliance violation
DEAD1462#646@Upsalla1.1349?16.6 MBNeural RecordTTT + INT6
DEAD1463#1041@JoeProAI1.1356?16.4 MBTTT ?Non-RecordTTT
DEAD1464#372@HyperPotatoNeo1.13612/315.8 MBNeural ?RecordMuon + INT6 + EMA
DEAD1465#397@translatingthename1.13643/315.7 MBTTT ?RecordTTT + INT6 + EMA
DEAD1466#452@ofirkris1.13662/3?Neural ?RecordTTT + Muon + INT6 + EMA
DEAD1467#434@parinzee1.13703/315.9 MBNeural RecordINT6
DEAD1468#281@charmquark19841.13743/315.5 MBNeural ?Non-RecordTTT + Muon + INT6 + INT8
DEAD1469#626@kshitizz361.13843/315.9 MBGPTQ RecordGPTQ on eval tokens (03-27)
DEAD1470#371@mrdavtan1.14013/315.4 MBTTT ?RecordTTT + INT6 + EMA
DEAD1471#691@xexyz1.14083/315.8 MBTTT ?RecordTTT + GPTQ + INT6 + EMA
DEAD1472#469@cmcdnd1.1418?15.7 MBNeural ?Non-RecordMuon + INT6
DEAD1473#314@aravhawk1.1428?2.0 MBNeural ?RecordINT6
DEAD1474#891@robbiebusinessacc1.1428??Neural ?Non-RecordTTT + N-gram
DEAD1475#648@maorinka1.1428?7.5 MBNeural RecordCompliance violation
DEAD1476#516@Asukabot01.14283/316.0 MBNeural RecordTTT + Muon + INT6 + EMA
DEAD1477#443@CREVIOS1.1431?16.0 MBNeural ?RecordMuon + INT6
DEAD1478#1384@iverbovoy1.14413/315.9 MBNeural RecordINT8
DEAD1479#499@newjordan1.1478?15.2 MBNeural ?RecordTTT + Muon + INT6 + EMA
DEAD1480#498@newjordan1.1478?15.2 MBNeural ?RecordTTT + Muon + INT6 + EMA
DEAD1481#362@mkenney21.14973/314.8 MBNeural ?RecordTTT + Muon + INT6 + EMA
DEAD1482#694@Bortlesboat1.15073/3?Neural ?RecordMuon + INT6
DEAD1483#482@harsha-gouru1.1522?15.4 MBNeural ?RecordINT6
DEAD1484#477@harsha-gouru1.1522?15.4 MBNeural ?RecordINT6
DEAD1485#633@MatoTeziTanka1.15263/315.4 MBTTT ?RecordTTT + LoRA + GPTQ + INT6
DEAD1486#1621@mrbese1.15312/316.0 MBNeural Non-RecordINT6 + EMA + N-gram
DEAD1487#174@Julz191.15373/316.0 MBNeural ?RecordMuon + INT6
DEAD1488#186@mahsumaktas1.15653/315.9 MBNeural ?RecordMuon + INT6 + EMA
DEAD1489#207@ajkpersonal1.1568?16.0 MBNeural ?RecordCompliance violation
DEAD1490#208@ajkpersonal1.1568?16.0 MBNeural ?RecordINT6
DEAD1491#209@JWLBOYCE1.1624?16.0 MBNeural ?Non-RecordINT6
DEAD1492#373@JoeProAI1.1634?14.8 MBNeural ?RecordMuon + SwiGLU + INT6
DEAD1493#294@sseanliu1.1645?16.0 MBTTT ?Non-RecordTTT + Muon + LoRA + INT6 + Two-pass
DEAD1494#351@sp00mm1.1659?15.1 MBNeural RecordINT6 + EMA
DEAD1495#178@timowhite881.1667??Neural ?RecordTTT + INT6
DEAD1496#324@crony-io1.17023/316.0 MBNeural Non-RecordMuon + INT6 + INT8
DEAD1497#246@kvmukilan1.1704?13.5 MBNeural Non-RecordINT6
DEAD1498#243@kvmukilan1.1704?13.5 MBNeural RecordMuon + INT6 + INT8
DEAD1499#190@newjordan1.1725?16.0 MBNeural ?RecordMuon + INT6
DEAD1500#304@Bortlesboat1.1739??TTT Cache ?Non-RecordTTT + LoRA + INT6
DEAD1501#546@shajalahamedcse1.17522/31.5 MBNeural RecordINT6
DEAD1502#152@timowhite881.1767??TTT RecordTTT
DEAD1503#534@rarce1.1804?15.9 MBNeural ?Non-RecordMuon + GPTQ + INT6 + INT8
DEAD1504#1447@shram861.1834?15.4 MBNeural Non-RecordMuon + INT6 + EMA
DEAD1505#95@MatoTeziTanka1.18363/315.9 MBNeural Non-RecordINT8 + EMA + Two-pass
DEAD1506#1442@akaiHuang1.18541/313.5 MBNeural Non-RecordTTT + Muon + GPTQ
DEAD1507#184@Idan30111.1855?15.8 MBNeural ?RecordMuon
DEAD1508#116@abhishekgahlot21.1877?15.2 MBNeural ?RecordMuon + INT6
DEAD1509#53@kshitizz361.1888?15.7 MBNeural ?RecordMuon + INT8
DEAD1510#159@santosh55411.1957?15.9 MBTTT RecordTTT + LoRA + INT8
DEAD1511#157@santosh55411.1957??TTT RecordTTT + LoRA
DEAD1512#1052@demouo1.1978?16.0 MBNeural ?RecordTTT + Muon + INT6 + EMA
DEAD1513#37@khasinski1.2012?14.3 MBNeural RecordINT6
DEAD1514#231@lenguyen18071.2036??Neural ?RecordMuon
DEAD1515#368@MatoTeziTanka1.2037?12.5 MBNeural ?Non-RecordMuon + INT6 + EMA
DEAD1516#151@mrdavtan1.2045?15.9 MBNeural Non-RecordCompliance violation
DEAD1517#976@Vibes-me1.2058?16.0 MBTTT ?RecordTTT
DEAD1518#1015@shram861.2115?15.1 MBNeural ?Non-RecordINT6 + EMA
DEAD1519#59@notapplica1.21602/315.8 MBNeural ?RecordINT8
DEAD1520#760@erikqu1.21853/3?Neural Non-RecordINT6 + EMA
DEAD1521#148@iverbovoy1.2196?12.8 MBTTT RecordINT8
DEAD1522#45@kiankyars1.2240?15.8 MBNeural ?RecordCompliance violation
DEAD1523#5@albertorkive1.2244?16.0 MBNeural RecordCompliance violation
DEAD1524#812@andrewmouldon1.22622/316.0 MBNeural Non-RecordCompliance violation
DEAD1525#41@kiankyars1.2296?16.0 MBNeural Non-RecordINT8
DEAD1526#391@NishantDahal1.2374?13.5 MBNeural ?Non-RecordSwiGLU + INT8
DEAD1527#393@CrimsonSithria1.2417?15.5 MBNeural ?Non-RecordMuon + INT8 + EMA
DEAD1528#48@MajdiZamim1.2430??Neural ?RecordCompliance violation
DEAD1529#1559@adityasasidhar1.2498?15.2 MBNeural Non-RecordMuon + INT6 + INT8
DEAD1530#31@JackYoung271.2663?13.9 MBNeural Non-RecordTTT
DEAD1531#30@JackYoung271.2663?13.9 MBNeural Non-RecordTTT
DEAD1532#46@vavo1.2697?11.0 MBNeural ?RecordINT8
DEAD1533#571@maxwellcipher1.2791??Neural ?Non-RecordCompliance violation
DEAD1534#744@ShihChunHao1.28243/316.0 MBNeural RecordINT6
DEAD1535#969@dnldsz1.2907?15.8 MBNeural ?Non-RecordMuon + SSM + INT8
DEAD1536#146@swapp19901.2987?15.8 MBNeural Non-RecordINT8
DEAD1537#271@xexyz1.3003??Neural ?Non-RecordSwiGLU + INT8
DEAD1538#242@jamesrziggy1.3049?13.4 MBTTT RecordTTT + Muon + LoRA + INT8
DEAD1539#1383@nirmathur1.3151?12.9 MBNeural Non-RecordTTT + Muon + EMA
DEAD1540#835@iverbovoy1.3190?15.9 MBNeural ?Non-RecordINT8
DEAD1541#1548@dljr-github1.32203/313.5 MBNeural RecordLoRA + GPTQ + INT6 + EMA
DEAD1542#292@xuafeng1.3274?13.8 MBNeural ?RecordSwiGLU + INT6 + INT8
DEAD1543#260@Kevxn971.3276??Neural ?RecordCompliance violation
DEAD1544#71@AntDX3161.3509?14.3 MBNeural ?RecordINT8
DEAD1545#854@ivanontech1.3712?16.0 MBNeural ?Non-RecordINT8
DEAD1546#1167@Durlabhkumarjha1.3736??Neural RecordMuon
DEAD1547#882@IshiPareek1.3762??Neural Non-RecordGPTQ + EMA
DEAD1548#377@Complexity-ML1.4072?14.6 MBTTT ?RecordTTT + MoE + INT8
DEAD1549#725@Shuvam-Banerji-Seal1.4078??Neural ?Non-RecordCompliance violation
DEAD1550#719@Shuvam-Banerji-Seal1.4078??Neural ?Non-RecordCompliance violation
DEAD1551#712@Shuvam-Banerji-Seal1.4078??Neural ?Non-RecordCompliance violation
DEAD1552#707@Shuvam-Banerji-Seal1.4078??Neural ?Non-RecordCompliance violation
DEAD1553#527@Shuvam-Banerji-Seal1.4078??Neural Non-RecordCompliance violation
DEAD1554#1160@LucasErcolano1.45943/316.0 MBNeural Non-RecordCompliance violation
DEAD1555#1391@Abhinav-Avasarala1.4716?16.0 MBNeural RecordSwiGLU + INT8
DEAD1556#618@0xtigerclaw1.4912?5.3 MBNeural RecordCompliance violation
DEAD1557#1183@akaiHuang1.5080?14.8 MBNeural Non-RecordINT6
DEAD1558#54@TheCause1.5283??Neural ?Non-RecordCompliance violation
DEAD1559#405@meett071.5516?9.3 MBNeural ?Non-RecordINT8
DEAD1560#213@estesryan1.5890?16.0 MBNeural ?Non-RecordINT8
DEAD1561#1484@AlirezaAlampour1.66563/316.0 MBNeural Non-RecordMuon + INT8 + EMA
DEAD1562#1299@Ribin5451.8184??Neural Non-RecordLoRA
DEAD1563#51@hacksurvivor2.0799?15.6 MBNeural ?RecordLoRA + INT8
DEAD1564#33@JusticeShultz2.1109?6.6 MBNeural RecordCompliance violation
DEAD1565#1595@seekerPrice2.22403/3?Neural Non-RecordGPTQ + INT6
DEAD1566#97@paritoshmmmec2.3075?10.4 MBNeural ?RecordCompliance violation
DEAD1567#1592@seekerPrice2.42643/316.0 MBNeural Non-RecordTwo-pass
DEAD1568#787@ab28912.44522/316.0 MBTTT ?Non-RecordTTT
DEAD1569#199@mrdavtan2.6200?16.0 MBNeural ?Non-RecordTTT + LoRA + INT8
DEAD1570#973@mrbese3.9143?12.9 MBNeural ?Non-RecordCompliance violation
DEAD1571#544@EthanYangTW4.10463/315.5 MBTTT GPTQ RecordTTT + GPTQ + INT6 + EMA
DEAD1572#531@pragnyanramtha4.10482/316.0 MBNeural RecordTTT + Muon + GPTQ + INT6 + INT8 + EMA
DEAD1573#1723@SlavH?2/316.0 MBNeural RecordMuon
DEAD1574#1705@genji0306?3/3?Neural RecordTTT + INT6 + EMA + N-gram
DEAD1575#1691@AVINASH0052???Neural RecordCompliance violation
DEAD1576#1686@AVINASH0052?3/316.0 MBTTT RecordMuon + SwiGLU + GPTQ + INT6 + EMA
DEAD1577#1680@benjaminW2025???Neural RecordCompliance violation
DEAD1578#1668@Pravin-dev06???Neural RecordCompliance violation
DEAD1579#1635@PapaFranku4647??16.0 MBGPTQ Non-RecordCompliance violation
DEAD1580#1619@AVINASH0052???GPTQ RecordCompliance violation
DEAD1581#1613@GITHUB-SUBASHk???Neural ?RecordCompliance violation
DEAD1582#1611@hectar-glitches???Neural ?RecordCompliance violation
DEAD1583#1597@bhagyapatel178???Neural RecordINT6 + INT8
DEAD1584#1569@abbudjoe?3/316.0 MBNeural Non-RecordTTT + INT6 + INT8 + EMA
DEAD1585#1562@joshkmartinez?3/315.8 MBGPTQ RecordTTT + GPTQ + INT6 + EMA
DEAD1586#1547@adityasasidhar???Neural Non-RecordCompliance violation
DEAD1587#1526@aravindkrishna2008???Neural RecordCompliance violation
DEAD1588#1524@Jash-Vora???Neural Non-RecordSSM
DEAD1589#1508@jpfeiffe?3/316.0 MBGPTQ RecordCompliance violation
DEAD1590#1506@jxdai2007???GPTQ RecordCompliance violation
DEAD1591#1482@aamodbhatt?3/316.0 MBTTT GPTQ RecordTTT + GPTQ + N-gram
DEAD1592#1470@AVINASH0052?1/315.8 MBNeural RecordMuon + GPTQ + INT6 + EMA
DEAD1593#1468@zantasimperator-blip???Neural RecordEMA
DEAD1594#1466@AVINASH0052???Neural RecordLeakyReLUΒ² + Muon + INT6 + EMA
DEAD1595#1459@jayzuccarelli???Neural RecordCompliance violation
DEAD1596#1451@davie2009kh?2/3?TTT RecordMoE
DEAD1597#1430@renqianluo?3/316.0 MBTTT Cache GPTQ RecordTTT + GPTQ + N-gram
DEAD1598#1419@windy-schmieder???Neural RecordCompliance violation
DEAD1599#1352@alientony???Neural ?Non-RecordCompliance violation
DEAD1600#1329@renqianluo?3/316.0 MBTTT GPTQ RecordTTT
DEAD1601#1328@renqianluo?3/316.0 MBTTT GPTQ RecordTTT
DEAD1602#1294@austinluk???Neural RecordLoRA
DEAD1603#1292@X-Abhishek-X??16.0 MBGPTQ RecordMuon + GPTQ + INT6 + EMA
DEAD1604#1286@newjordan?3/316.0 MBNeural RecordCompliance violation
DEAD1605#1213@pireylow???Neural ?RecordCompliance violation
DEAD1606#1211@demouo???Neural RecordCompliance violation
DEAD1607#1201@Mister2005??16.0 MBTTT RecordTTT
DEAD1608#1200@Mister2005???TTT RecordCompliance violation
DEAD1609#1187@rithvik-duddupudi???Neural RecordCompliance violation
DEAD1610#1178@smirror???Neural RecordCompliance violation
DEAD1611#1161@abaybektursun??16.0 MBNeural ?RecordINT6 + EMA + N-gram
DEAD1612#1155@Rhoahndur??9.6 MBNeural ?Non-RecordCompliance violation
DEAD1613#1136@Hieuabssy???Neural RecordGPTQ + EMA
DEAD1614#1134@WinterBlossom0???Neural RecordCompliance violation
DEAD1615#1109@BenedictChannn???TTT RecordTTT
DEAD1616#1091@MichaelMcCulloch???Neural RecordCompliance violation
DEAD1617#1085@adityasasidhar???Neural ?Non-RecordINT6
DEAD1618#1079@retryoos???Cache ?RecordCompliance violation
DEAD1619#1076@sofiabod?3/31.5 MBCache RecordTTT + GPTQ + N-gram + Two-pass
DEAD1620#1064@masterFoad???Neural RecordCompliance violation
DEAD1621#1058@resouer??16.0 MBNeural ?Non-RecordTTT
DEAD1622#1055@sanyalsunny111?2/316.0 MBTTT ?RecordTTT
DEAD1623#1049@tejas-goyal??16.0 MBNeural ?RecordLeakyReLUΒ² + GPTQ + EMA
DEAD1624#1018@BenedictChannn???Neural ?RecordTTT
DEAD1625#1007@dillon-blake?3/315.9 MBNeural ?Non-RecordLeakyReLUΒ² + Muon + RWKV + INT6 + EMA
DEAD1626#999@aamodbhatt?3/315.9 MBNeural RecordTTT + Muon + N-gram + Two-pass
DEAD1627#988@ymrohit?1/315.9 MBNeural RecordTTT + Muon + EMA
DEAD1628#971@mrbese??16.0 MBNeural ?RecordINT8
DEAD1629#950@jzgdev???Neural Non-RecordCompliance violation
DEAD1630#949@jzgdev???Neural Non-RecordCompliance violation
DEAD1631#944@aamodbhatt?3/316.0 MBTTT GPTQ RecordN-gram cache (03-27)
DEAD1632#943@aamodbhatt?3/316.0 MBTTT GPTQ RecordN-gram
DEAD1633#917@TheDryhtscipe???Neural ?Non-RecordINT6 + EMA
DEAD1634#888@aamodbhatt?3/316.0 MBTTT GPTQ RecordTwo-pass (03-27)
DEAD1635#878@tejassaboo???Neural RecordCompliance violation
DEAD1636#868@aamodbhatt?3/316.0 MBTTT GPTQ RecordTwo-pass (03-27)
DEAD1637#866@sunnypatneedi???TTT RecordCompliance violation
DEAD1638#863@sunnypatneedi?3/316.0 MBCache ?RecordINT6 + N-gram
DEAD1639#848@JUSTSUJAY???Neural ?RecordCompliance violation
DEAD1640#815@hguan6???Neural ?RecordCompliance violation
DEAD1641#781@sargonxg???Neural Non-RecordCompliance violation
DEAD1642#748@sueun-dev???Neural RecordCompliance violation
DEAD1643#735@rav-lad???Neural ?RecordMoE
DEAD1644#730@janwww??16.0 MBNeural ?Non-RecordCompliance violation
DEAD1645#723@Abhinav-Kotta???Neural ?RecordCompliance violation
DEAD1646#722@magicjulio???Neural ?RecordCompliance violation
DEAD1647#718@ivanontech??16.0 MBNeural ?Non-RecordSSM
DEAD1648#711@Complexity-ML??16.0 MBNeural ?RecordTTT + Muon + MoE + LoRA + INT6 + INT8
DEAD1649#703@Gusanidas?3/316.0 MBCache ?RecordTTT + Muon + INT8
DEAD1650#701@Muhtasham??16.0 MBNeural ?Non-RecordN-gram
DEAD1651#689@GuillermoTafoya???Neural ?RecordCompliance violation
DEAD1652#663@raahilg???Neural RecordCompliance violation
DEAD1653#655@dhruvjatkar???Neural ?RecordCompliance violation
DEAD1654#654@reimorster???Neural RecordCompliance violation
DEAD1655#652@reimorster???Neural RecordCompliance violation
DEAD1656#650@abaybektursun???Neural Non-RecordCompliance violation
DEAD1657#624@Rajat123456789???GPTQ RecordCompliance violation
DEAD1658#617@ryanadamsai???TTT RecordTTT + LoRA
DEAD1659#608@Teddygat0r???Neural ?Non-RecordSSM
DEAD1660#590@KalleNikula-Gill???Neural ?RecordCompliance violation
DEAD1661#574@aktasbatuhan???Neural ?RecordCompliance violation
DEAD1662#566@DerekWWang???Neural RecordCompliance violation
DEAD1663#563@instax-dutta??1.9 MBNeural RecordMuon + INT6
DEAD1664#541@immartian??16.0 MBNeural ?RecordMuon + INT8
DEAD1665#522@Himanshukkk???Neural RecordTTT + LoRA + N-gram
DEAD1666#521@hesong0222-dev???Neural Non-RecordCompliance violation
DEAD1667#491@ahmettrkck?3/316.0 MBTTT ?RecordTTT
DEAD1668#466@simonbissonnette?3/3?Neural ?RecordEMA
DEAD1669#428@Theocat321???Neural ?RecordCompliance violation
DEAD1670#419@AndreasBis???Neural ?Non-RecordCompliance violation
DEAD1671#412@tranphat180603???Neural ?RecordCompliance violation
DEAD1672#411@swordboom???Neural ?RecordCompliance violation
DEAD1673#409@swordboom???Neural ?RecordCompliance violation
DEAD1674#382@HugoOchoaLP???Neural ?RecordCompliance violation
DEAD1675#353@mergd???Neural ?RecordCompliance violation
DEAD1676#337@Vibes-me???Neural RecordCompliance violation
DEAD1677#335@rampheng27-byte???Neural ?RecordCompliance violation
DEAD1678#298@MrINVISO???Neural ?RecordCompliance violation
DEAD1679#279@Evreu1pro??15.5 MBNeural ?RecordTTT + Muon + MoE + LoRA
DEAD1680#257@ThomAub???Neural ?RecordCompliance violation
DEAD1681#250@Complexity-ML??14.2 MBNeural ?RecordMoE + SwiGLU + INT6
DEAD1682#245@carlulsoe???Neural ?RecordCompliance violation
DEAD1683#239@kellyvv???Neural ?Non-RecordCompliance violation
DEAD1684#224@Complexity-ML??16.0 MBNeural ?RecordMoE + SwiGLU
DEAD1685#218@bopmite???TTT ?RecordTTT
DEAD1686#214@wojciechkowalczyk11to-tech???Neural ?RecordRWKV + SwiGLU + INT8
DEAD1687#188@reimorster???Neural ?RecordCompliance violation
DEAD1688#143@Julz19??16.0 MBNeural RecordCompliance violation
DEAD1689#134@Dephoh???Neural ?RecordCompliance violation
DEAD1690#132@leloykun???Neural ?RecordCompliance violation
DEAD1691#131@Billy1900???Neural RecordCompliance violation
DEAD1692#121@mattqlf???Neural ?RecordCompliance violation
DEAD1693#119@AtlantisPleb??16.0 MBNeural ?Non-RecordCompliance violation
DEAD1694#112@eb1386??16.0 MBNeural ?RecordSwiGLU + INT8
DEAD1695#109@eb1386??16.0 MBNeural RecordSwiGLU + INT8
DEAD1696#57@cschubiner??8.0 MBNeural ?Non-RecordINT8
DEAD1697#47@calmdentist???Neural ?RecordCompliance violation
DEAD1698#36@brendanboyle87???Neural ?RecordCompliance violation
DEAD1699#34@ChenLiu-1996???Neural RecordCompliance violation
DEAD1700#29@nidhilak-Aquarius??5.2 MBNeural RecordSwiGLU
DEAD1701#24@elopez3???Neural RecordCompliance violation
DEAD1702#23@Kevxn97???Neural ?RecordCompliance violation
DEAD1703#22@Kevxn97???Neural ?RecordCompliance violation
DEAD1704#21@monroestephenson??16.0 MBNeural RecordSwiGLU + LoRA + INT8 + EMA
DEAD1705#19@MVPandey???Neural ?RecordCompliance violation
DEAD1706#16@irroder??16.0 MBNeural RecordCompliance violation
DEAD1707#15@ArthurKaroyan???Neural RecordCompliance violation
DEAD1708#14@jordankzf???Neural RecordCompliance violation
DEAD1709#13@GLDRoger??16.0 MBNeural ?RecordCompliance violation
DEAD1710#11@adityawrk??16.0 MBNeural RecordSwiGLU + LoRA + INT8
DEAD1711#10@LJX2017???Neural RecordINT8
DEAD1712#8@iranzithierry??16.0 MBNeural ?Non-RecordSwiGLU
DEAD1713#7@RolanH???Cache ?RecordCompliance violation
DEAD1714#6@JF10R???Neural RecordCompliance violation
DEAD1715#4@NOPIMPOSSSIBLEWHY??16.0 MBNeural ?RecordMuon
DEAD1716#2@0hq???Neural ?RecordCompliance violation
NOTABLE1717#1720@kiyoaki0.01103/316.0 MBNeural Non-RecordTTT + EMA
NOTABLE1718#923@CiprianFlorin-Ifrim1.1090?15.9 MBNeural ?Non-RecordCompliance violation
NOTABLE1719#903@CiprianFlorin-Ifrim1.2064?15.8 MBNeural ?Non-RecordMuon + SSM + EMA
NOTABLE1720#1110@gowtham09921.22493/34.9 MBGPTQ Non-RecordGPTQ + INT6 + EMA + N-gram
NOTABLE1721#1551@andrewmouldon1.22622/3?Neural Non-RecordCompliance violation
NOTABLE1722#1168@gowtham09921.36393/310.4 MBGPTQ Non-RecordSSM + GPTQ + INT6 + EMA + N-gram
NOTABLE1723#1113@gowtham09921.37053/35.2 MBGPTQ Non-RecordLoRA + GPTQ + INT6 + EMA + N-gram
NOTABLE1724#1116@gowtham09921.44473/310.1 MBGPTQ Non-RecordGPTQ + INT6
NOTABLE1725#1119@gowtham09921.45843/311.5 MBGPTQ Non-RecordGPTQ + INT6 + N-gram
NOTABLE1726#1388@CiprianFlorin-Ifrim1.53902/316.0 MBNeural ?Non-RecordMuon + SwiGLU + LoRA + EMA

Live data. 996 PRs tracked. Dispute a classification.

Funding Transparency

Community-reported data only. Actual distribution may be higher. We invite OpenAI to publish official numbers.

OpenAI Promised (via RunPod)
$2,129
Grants Tracked
$1,372.70+
Self-Funded Tracked
8
Participants Tracked
UserGrant
$2,179 tracked
Self-Funded
$5,757+ tracked
PlatformsProofBest PR
@greqone$25~$800Modal, RunPodPENDING source
@CiprianFlorin-Ifrim?~$800RunPodPENDING source#920
@MatoTeziTanka$1,029$1,372.70RunPod ($1,125 self + $1,029 credits), Modal ($197.75), Colab ($49.95)VERIFIED full auditRunPod grant received 2026-04-14 (email 2026-04-13)#633
@NewyorkDev$25~$250RunPod, Vast.aiPENDING PR body#1006
@ibarrajo$525~$130RunPodPENDING source#1004
@iverbovoy$525?RunPodPENDING source#895
@EthanYangTW?~$1,557RunPodVERIFIED billing screenshot#693
@himanshudongre$0~$47RunPodPENDING PR body#1013

Report your spending — opt-in only. All entries below are PUBLIC_STATEMENT (stated in public GitHub comments, linked). @MatoTeziTanka is the first VERIFIED entry (Modal API + RunPod dashboard). Submit billing screenshots to upgrade your proof level.

Blocked on Compute

Researchers with promising ideas who can't test them. Opt-in submissions only.

@himanshudongrePR #1013
Wants to test: interleaved SSM placement + alternative kernel families
Needs: 1×H100 for ~2 hours | Spent: $47 | Status: BLOCKED — pod terminated, out of credits

Submit your blocked experiment

Compute Survival Guide

The Golden Rule: Serverless for Iteration, Pods Only for Final Submission

Use serverless for development, testing, and architecture validation. It's cheaper, faster, and auto-stops. But official PR submissions must run on 8Γ—H100 SXM with verifiable timing —β€” serverless providers may use different hardware or add overhead that affects your reported step times. Use serverless to iterate, then do your final 3-seed submission run on a known 8Γ—H100 SXM pod.

Pods (anti-pattern)

  • Billing starts at CREATION
  • Setup time = burning money idle
  • Forget to stop = bleeding money
  • Crash at second 5 = still paying
  • Pod terminates = lose everything

Serverless (correct)

  • Billing starts when CODE runs
  • Pre-baked Docker = instant start
  • Auto-stops when done
  • Crash at second 5 = paid for 5s
  • Results returned before teardown

RunPod Serverless (Recommended)

Docker image: matotezitanka/proteus-pytorch:2.11.0-cuda12.8

Submit job β†’ it runs β†’ results come back β†’ billing stops. No SSH, no pod management.

H100 SXM. ~$0.45 per 10-min training run (calculated, not yet verified via receipt).

Modal ($30/month free)

Serverless by default. modal run train.py β€” that's it. $30 free every month = multiple runs.

Google Colab (Free / Pro $9.99/mo / Pro+ $49.99/mo)

GPUs available: T4 (free), A100 40/80GB, H100, RTX PRO 6000 Blackwell ~96GB (varies by tier and availability). Student Pro access available through educational institutions.

Batch size fix for single GPU: TRAIN_BATCH_TOKENS=65536. Save checkpoints to Drive. Resume on disconnect. ~6-7 hours for 20K steps on single H100.

Whether Colab's H100 is SXM or PCIe variant is unverified. Validate architecture on Colab, verify final submission timing on known SXM hardware.

CPU Smoke Tests (FREE — do these FIRST)

We've run 5+ smoke tests during competition development. Each catches different failure modes:

TestWhat it catchesCommand
Quick forward passImport errors, shape mismatches, config bugsITERATIONS=10 TRAIN_BATCH_TOKENS=4096 TRAIN_SEQ_LEN=256 python train_gpt.py
Artifact size checkModel too big for 16MB cappython cpu_test.py (validates INT6 roundtrip + size)
Quantization roundtripQuantization breaks model qualitypython cpu_test.py --matrix
Eval pipelineSliding window + BPB computation errorsITERATIONS=10 VAL_LOSS_EVERY=5 python train_gpt.py
Full mini-runEverything end-to-end on CPUITERATIONS=50 TRAIN_BATCH_TOKENS=4096 TRAIN_SEQ_LEN=256 VAL_LOSS_EVERY=25 python train_gpt.py

If it doesn't work on CPU, it won't work on GPU. Save your money. Our cpu_test.py is in the community toolkit.

H100 SXM vs PCIe

GPUNVLinkDDP SpeedWhere
H100 SXMYes (900 GB/s)Full speedRunPod, Vast.ai
H100 PCIeNo~30% slower DDPSome cloud providers

Competition requires 8Γ—H100 SXM for official timing. Colab H100 variant unverified β€” always confirm step timing matches expected SXM performance before submitting.

Community Infrastructure (We Built This)

When the credit pipeline broke, when the data downloads ate $3+/run on every pod launch, when participants needed checkpoint persistence across pod preemptions — the community had to build it. All of this is funded out of pocket by Light Speed Up. Free for every participant. No login. No paywall. No data collection.

It's not about the cost — it's about who actually has to step up when the maintainers go silent. The point is that none of this should have been our job.

💾 Pre-Tokenized Dataset on HuggingFace

What it solves: Every pod launch was wasting 10-30 minutes downloading 16+ GB of FineWeb data — ~$3.50 of billable GPU time burned on data transfer alone, every single run.

What we shipped: LightSpeedUp/parameter-golf-data — SP1024 (~15 GB) and Scylla (~11 GB) pre-tokenized FineWeb shards with SHA256 verification, tokenizer models included. No login required. Works from any cloud (RunPod, Modal, Colab, Vast.ai, GCP, local).

huggingface-cli download LightSpeedUp/parameter-golf-data \
  --include "fineweb_sp1024/*" --local-dir /workspace/data

Cost to you: $0. Cost to us: covered through April 30.

⚡ Cross-Provider Network Storage (the network volume that actually works)

The original plan was a RunPod Network Volume with the FineWeb dataset pre-loaded — community shared, free, mountable. It died on contact with reality: RunPod volumes are datacenter-locked (create in US-TX-3, can't mount in EU-RO-1), and the datacenters with 8×H100 SXM availability rarely have network volume capacity. RunPod's own docs warn it "may limit GPU availability and reduce failover options." Dead end.

So we built a better one. pgolf-api.lightspeedup.com — a Cloudflare Worker + R2 storage backend. Works from any provider in any region. RunPod, Modal, Colab, Vast.ai, GCP, your laptop — all of them can save and pull checkpoints from one place.

How to use it (no signup, no API key, no Vault):

# Save a checkpoint mid-training
curl -X PUT \
  -H "Authorization: Bearer ghp_yourgithubtoken" \
  --data-binary @checkpoint.pt \
  https://pgolf-api.lightspeedup.com/put/yourgithubuser/run-id/checkpoint.pt

# Resume on a different pod (different provider, different region β€” works)
curl -o checkpoint.pt \
  -H "Authorization: Bearer ghp_yourgithubtoken" \
  "https://pgolf-api.lightspeedup.com/download?run_id=run-id&filename=checkpoint.pt"

# List your checkpoints
curl -H "Authorization: Bearer ghp_yourgithubtoken" \
  "https://pgolf-api.lightspeedup.com/list?run_id=run-id"

Auth: Your GitHub Personal Access Token IS your identity — the API validates it against GitHub's /user endpoint over HTTPS, gets your username, and that's it. Token is never stored, never logged, never sold. The validation happens on every request.

Limits: 10 checkpoints per user, 2 GB each, 7-day auto-delete (cron). Cost to you: $0. Cost to us: ~$1/month, covered indefinitely.

Source: Worker code is on the open-source roadmap (file an issue if you want it sooner).

🐋 Pre-Built Docker Image

What it solves: Setting up CUDA, PyTorch, flash-attn, brotli, tokenmonster, sentencepiece, and the data pipeline takes an hour. Every. Single. Pod.

What we shipped: matotezitanka/proteus-pytorch:community — everything pre-installed, auto-downloads data on boot via env vars, SSH keepalive configured for long training sessions. Set PGOLF_DATA=sp1024 and you're training in under 60 seconds.

Status: Live on Docker Hub. Cost to you: $0.

🚀 RunPod Template (Pre-Configured)

What it solves: RunPod template configuration is fiddly. Wrong env vars = burned credits.

What we shipped: "Parameter Golf Light Speed Up Community" template — pre-baked with the Docker image, sane defaults, env vars wired up. One click β†’ training.

Cost to you: $0 to use the template (you still pay RunPod for compute, of course).

📊 This Site (The Agora)

What it solves: 1,425+ PRs across 518+ contributors with no auto-classified leaderboard, no compliance tracker, no technique map, no funding transparency. Issue #140 was the closest thing — until OpenAI walked away from it.

What we shipped: Auto-updating leaderboard, compliance engine, code-based technique detection (1,265 PRs analyzed), funding tracker, blocked-on-compute board, BPB timeline, and now — with this update — the public accountability banner above.

Cost to you: $0. Cost to us: server time, Cloudflare bandwidth, my own hours.

🛡 Community Toolkit

What it solves: Retokenization scripts, CPU smoke tests, classifier code, sweep harnesses — all the boring tooling nobody wants to write but everybody needs.

What we shipped: retokenize_scylla.py, cpu_test.py, classify.py, vocab_sweep.py (new today), and the Agora pipeline itself — all open source, all forkable.

Source: MatoTeziTanka/parameter-golf

Why we're saying this out loud: Because the maintainers walked away with a one-liner, and the only people who showed up for the community in the last 10 days are the community itself. If anyone wants to mirror, fork, or take over any piece of this — please do. We don't want to be the hub. We just don't want there to be no hub.

BPB Timeline

Cumulative SOTA curve built from 720 classified PRs with a positive BPB and final status ALIVE, AT-RISK, or DEAD. Neural-only strips cache-heavy rulings so the March 27 cliff stays visible.

Cumulative SOTA BPB by PR creation dateLog scale. Neural-only strips cache-heavy rulings; all-techniques keeps every classified result with a final status.1.0000.3000.1000.03000.01000.00300.00103.00e-041.00e-043.00e-051.00e-053.00e-061.00e-063.00e-07Mar 18Mar 25Apr 1Apr 8Apr 15Apr 22Apr 29May 6May 13May 17GPTQ rulingTTT rulingN-gram massacreAll-techniques: 3.50e-07 BPBNeural-only: 4.40e-04 BPBNeural-onlyAll-techniquesBPB (log scale)Date created

Technique Map

Scanned 1726 classified PRs. 23/24 named techniques have at least one hit. Untouched: GeGLU.

Technique Map

TTT

LEGAL

705 PRs · 328 people

Best ALIVE#1722 · 0.6560
Alive / Dead176 / 222

AT-RISK 61 · INCOMPLETE 245

EMA

LEGAL

519 PRs · 280 people

Best ALIVE#1319 · 0.6951
Alive / Dead118 / 159

AT-RISK 49 · INCOMPLETE 187

Muon optimizer

LEGAL

483 PRs · 311 people

Best ALIVE#1319 · 0.6951
Alive / Dead113 / 109

AT-RISK 44 · INCOMPLETE 215

GPTQ

LEGAL

466 PRs · 219 people

Best ALIVE#1722 · 0.6560
Alive / Dead135 / 135

AT-RISK 48 · INCOMPLETE 143

QAT

LEGAL

118 PRs · 94 people

Best ALIVE#1805 · 1.1033
Alive / Dead18 / 32

AT-RISK 3 · INCOMPLETE 65

LeakyReLUΒ²

LEGAL

109 PRs · 85 people

Best ALIVE#1319 · 0.6951
Alive / Dead25 / 36

AT-RISK 7 · INCOMPLETE 41

BigramHash

LEGAL

91 PRs · 79 people

Best ALIVE#1408 · 1.0802
Alive / Dead16 / 20

AT-RISK 2 · INCOMPLETE 53

XSA

LEGAL

85 PRs · 68 people

Best ALIVE#1319 · 0.6951
Alive / Dead20 / 26

AT-RISK 3 · INCOMPLETE 36

SWA

LEGAL

84 PRs · 71 people

Best ALIVE#1339 · 1.0955
Alive / Dead20 / 26

AT-RISK 2 · INCOMPLETE 36

SwiGLU

LEGAL

59 PRs · 49 people

Best ALIVE#215 · 1.1548
Alive / Dead2 / 23

AT-RISK 1 · INCOMPLETE 32

SSM/Mamba/S4D

LEGAL

39 PRs · 27 people

Best ALIVE#1728 · 1.0771
Alive / Dead4 / 6

AT-RISK 2 · INCOMPLETE 25

JEPA

LEGAL

25 PRs · 23 people

Best ALIVE#896 · 1.1900
Alive / Dead3 / 0

AT-RISK 1 · INCOMPLETE 19

Parallel Muon

LEGAL

23 PRs · 13 people

Best ALIVE#726 · 1.1147
Alive / Dead7 / 7

AT-RISK 3 · INCOMPLETE 6

MoE

LEGAL

21 PRs · 17 people

Best ALIVE#215 · 1.1548
Alive / Dead2 / 7

AT-RISK 0 · INCOMPLETE 12

Ternary Weights

LEGAL

19 PRs · 15 people

Best ALIVE#640 · 1.1570
Alive / Dead1 / 4

AT-RISK 3 · INCOMPLETE 10

Weight Sharing

LEGAL

8 PRs · 5 people

Best ALIVENo ALIVE run yet
Alive / Dead0 / 5

AT-RISK 0 · INCOMPLETE 3

Progressive Depth

LEGAL

7 PRs · 3 people

Best ALIVE#1231 · 1.1163
Alive / Dead1 / 4

AT-RISK 1 · INCOMPLETE 1

Value Residual

LEGAL

7 PRs · 6 people

Best ALIVENo ALIVE run yet
Alive / Dead0 / 2

AT-RISK 0 · INCOMPLETE 5

Differential Attention

LEGAL

2 PRs · 2 people

Best ALIVENo ALIVE run yet
Alive / Dead0 / 0

AT-RISK 0 · INCOMPLETE 2

U-Net skips

LEGAL

2 PRs · 2 people

Best ALIVE#295 · 1.1477
Alive / Dead1 / 0

AT-RISK 0 · INCOMPLETE 1

Flash Attention

LEGAL

1 PRs · 1 people

Best ALIVE#173 · 1.1532
Alive / Dead1 / 0

AT-RISK 0 · INCOMPLETE 0

GeGLU

UNTRIED

0 PRs · 0 people

Best ALIVENo ALIVE run yet
Alive / Dead0 / 0

AT-RISK 0 · INCOMPLETE 0

N-gram Cache

BANNED

297 PRs · 119 people

Best ALIVE#1722 · 0.6560
Alive / Dead70 / 113

AT-RISK 68 · INCOMPLETE 42

Two-Pass

BANNED

58 PRs · 34 people

Best ALIVE#1263 · 0.9354
Alive / Dead9 / 28

AT-RISK 12 · INCOMPLETE 9

Collaboration Finder

Top clusters where multiple researchers are circling the same idea.

328 people working on TTT705 PRs
311 people working on Muon optimizer483 PRs
280 people working on EMA519 PRs
219 people working on GPTQ466 PRs
119 people working on N-gram Cache297 PRs
94 people working on QAT118 PRs
85 people working on LeakyReLUΒ²109 PRs
79 people working on BigramHash91 PRs
71 people working on SWA84 PRs
68 people working on XSA85 PRs

Untried Combinations

Popular pairings with zero combined PRs so far.

LeakyReLUΒ² × SWA109 + 84 runs, zero combined PRs
LeakyReLUΒ² × SSM/Mamba/S4D109 + 39 runs, zero combined PRs
BigramHash × SSM/Mamba/S4D91 + 39 runs, zero combined PRs
SWA × SSM/Mamba/S4D84 + 39 runs, zero combined PRs
QAT × JEPA118 + 25 runs, zero combined PRs
LeakyReLUΒ² × JEPA109 + 25 runs, zero combined PRs
QAT × Parallel Muon118 + 23 runs, zero combined PRs
QAT × MoE118 + 21 runs, zero combined PRs

Analytics

Artifact Size Distribution1316 PRs with known artifact size. 16 MB cap shown as red line.0200400270-2172-494-6126-8168-103310-126812-1458014-1655416+16 MB capArtifact size (MB)
Technique Popularity Over TimeCumulative PR count by technique type. 1726 total PRs.Mar 12Mar 19Mar 26Apr 2Apr 9Apr 16Apr 23Apr 30May 7May 14050010001500NeuralTTTCACHEHYBRID
Compliance Rate Over Time895 classified PRs. Currently 33% ALIVE.Mar 12Mar 19Mar 26Apr 2Apr 9Apr 16Apr 23Apr 30May 7May 140200400600800ALIVEAT-RISKDEAD
Community Activity vs. Agora ReviewsStacked bars = comments/day (left axis). Lines = new PRs/day + PR updates/day (right axis). Purple = Agora reviews.02004006008000200400600800Mar 18Community: 23Agora reviews: 0New PRs: 40PR updates: 11Mar 19Community: 74Agora reviews: 0New PRs: 106PR updates: 43Mar 20Community: 82Agora reviews: 0New PRs: 137PR updates: 44Mar 21Community: 33Agora reviews: 1New PRs: 89PR updates: 40Mar 22Community: 39Agora reviews: 0New PRs: 101PR updates: 23Mar 23Community: 55Agora reviews: 7New PRs: 96PR updates: 47Mar 24Community: 84Agora reviews: 3New PRs: 77PR updates: 49Mar 25Community: 75Agora reviews: 5New PRs: 125PR updates: 47Mar 26Community: 60Agora reviews: 16New PRs: 111PR updates: 21Mar 27Community: 99Agora reviews: 4New PRs: 72PR updates: 51Mar 28Community: 57Agora reviews: 6New PRs: 51PR updates: 25Mar 29Community: 41Agora reviews: 2New PRs: 61PR updates: 30Mar 30Community: 54Agora reviews: 1New PRs: 50PR updates: 26Mar 31Community: 39Agora reviews: 1New PRs: 35PR updates: 12Apr 1Community: 20Agora reviews: 0New PRs: 40PR updates: 9Apr 2Community: 37Agora reviews: 2New PRs: 35PR updates: 12Apr 3Community: 25Agora reviews: 10New PRs: 35PR updates: 15Apr 4Community: 30Agora reviews: 1New PRs: 49PR updates: 36Apr 5Community: 30Agora reviews: 2New PRs: 35PR updates: 22Apr 6Community: 42Agora reviews: 6New PRs: 24PR updates: 16Apr 7Community: 17Agora reviews: 2New PRs: 30PR updates: 12Apr 8Community: 14Agora reviews: 0New PRs: 27PR updates: 9Apr 9Community: 25Agora reviews: 3New PRs: 29PR updates: 21Apr 10Community: 17Agora reviews: 5New PRs: 14PR updates: 13Apr 11Community: 63Agora reviews: 548New PRs: 26PR updates: 417Apr 12Community: 43Agora reviews: 344New PRs: 24PR updates: 291Apr 13Community: 31Agora reviews: 0New PRs: 17PR updates: 28Apr 14Community: 37Agora reviews: 0New PRs: 23PR updates: 42Apr 15Community: 8Agora reviews: 0New PRs: 26PR updates: 25Apr 16Community: 13Agora reviews: 2New PRs: 26PR updates: 28Apr 17Community: 11Agora reviews: 0New PRs: 25PR updates: 28Apr 18Community: 13Agora reviews: 0New PRs: 21PR updates: 23Apr 19Community: 12Agora reviews: 0New PRs: 14PR updates: 12Apr 20Community: 10Agora reviews: 0New PRs: 11PR updates: 11Apr 21Community: 7Agora reviews: 0New PRs: 10PR updates: 10Apr 22Community: 7Agora reviews: 0New PRs: 11PR updates: 16Apr 23Community: 25Agora reviews: 0New PRs: 21PR updates: 46Apr 24Community: 13Agora reviews: 0New PRs: 6PR updates: 12Apr 25Community: 8Agora reviews: 0New PRs: 13PR updates: 13Apr 26Community: 23Agora reviews: 0New PRs: 22PR updates: 22Apr 27Community: 27Agora reviews: 0New PRs: 31PR updates: 27Apr 28Community: 37Agora reviews: 0New PRs: 34PR updates: 32Apr 29Community: 41Agora reviews: 0New PRs: 42PR updates: 57Apr 30Community: 85Agora reviews: 0New PRs: 123PR updates: 122May 1Community: 47Agora reviews: 0New PRs: 55PR updates: 49May 2Community: 68Agora reviews: 0New PRs: 6PR updates: 40May 3Community: 24Agora reviews: 0New PRs: 2PR updates: 25May 4Community: 6Agora reviews: 0New PRs: 3PR updates: 14May 5Community: 8Agora reviews: 0New PRs: 2PR updates: 16May 6Community: 1Agora reviews: 0New PRs: 1PR updates: 5May 7Community: 1Agora reviews: 0New PRs: 1PR updates: 2May 8Community: 1Agora reviews: 0New PRs: 0PR updates: 4May 9Community: 1Agora reviews: 0New PRs: 2PR updates: 3May 10Community: 1Agora reviews: 0New PRs: 0PR updates: 1May 11Community: 1Agora reviews: 0New PRs: 0PR updates: 2May 12Community: 2Agora reviews: 0New PRs: 0PR updates: 3May 13Community: 0Agora reviews: 0New PRs: 0PR updates: 1May 14Community: 0Agora reviews: 0New PRs: 0PR updates: 1May 15Community: 2Agora reviews: 0New PRs: 0PR updates: 3May 16Community: 2Agora reviews: 0New PRs: 0PR updates: 2May 17Community: 0Agora reviews: 0New PRs: 0PR updates: 0Mar 18Mar 25Apr 1Apr 8Apr 15Apr 22Apr 29May 6May 13CommentsPRs/dayAgora sweepCommunity commentsAgora reviewsNew PRs/dayPR updates/day
Agora Review Impact: Before vs. During Sweep"Before" = 7-day avg (Apr 4-10). "During" = avg of Apr 11-12. 892 Agora reviews posted.Community Comments/dayBefore25During53+112%New PRs/dayBefore30During25-16%PR Updates/dayBefore18During354+1821%

Contribute to The Agora

This site is community-driven. Everything here can be corrected, expanded, or challenged.

💰 Report Your Spending

Track the real cost of competing. Grants, self-funded, platform breakdown.

Submit Funding Report

⚠ Dispute a Classification

Think a PR is incorrectly marked ALIVE/DEAD/AT-RISK? Show us evidence.

Submit Correction

🔬 Suggest a Technique

Found an approach not on our map? Share it with the community.

Suggest Technique

💻 Blocked on Compute?

Have an idea but no GPU? List it here. Maybe someone can help.

Report Blocked Experiment

🌐 Share a Compute Resource

Found free GPU access? A cheaper provider? Help others save money.

Share Resource

💬 General Feedback

Ideas to improve The Agora? Something wrong? Something missing? Tell us.

Send Feedback

Resources

Community Intelligence

Parameter-Golf Dead-End Map

14 techniques tested at the 16MB budget that didn't work β€” quantization, attention, tokenizer, and compliance dead-ends with deltas, rationale, and revisit conditions. Saves the community from re-deriving the same failures.

Published 2026-04-15 · Read β†’ · Submit your own dead-ends

Community Tools

Tools other community members have built that participants may find useful.

@Bortlesboat

Submit your tool — open a feedback issue with a link and one-line description.

Changelog & Roadmap

v0.9.5 — 2026-05-09 (Contest Recap published β€” parameter-golf closes at PR #1626 (val_bpb 1.07193))
  • CONTEST CLOSED: openai/parameter-golf reached its frontier on 2026-04-29 when PR #1626 was MERGED by @cocohearts at val_bpb 1.07193 (3-seed mean), technique multi-phase global SGD + phased TTT, original PR author @dexhunter. Per Mato directive 2026-05-09 'the contest is over', Agora pivots from active-submission tracking to community-research archive.
  • NEW DOC: docs/contest-recap-2026-05-09.md β€” captures (1) final frontier table, (2) what Light Speed Up shipped including PR #769 PROTEUS+STYX submission + dataset republish + dead-end map + 771-PR sweep + community tooling, (3) what was staged but never fired (PR #1626 reproduction at olympus 09_ARCHIVE/benchmarks/parameter-golf-pr1626-2026-05-09-contest-over/), (4) what survives forward including STYX patent #63/975,190 + PYTHIA benchmark + Reproduction Verification Suite, (5) acknowledgements, (6) contact paths.
  • ACKNOWLEDGEMENTS: 1600+ PR submitters who pushed frontier from initial 1.1194 baseline down to 1.07193 over six weeks. @0hq + @valerio-oai for rulings. @cocohearts for the merging shepherd work. @dexhunter for the technique. @Bortlesboat for open-source tooling. @dΓ©m and the Discord community. Ciprian-Florin Ifrim for documentation high-water mark on PR #1388.
  • ARCHIVE: olympus side cleanup commit 2b15818 closes 7 contest-scoped OT tasks (OT-20260414-016, -012, -014, -021, -013 + OT-20260415-008 + OT-20260416-003) with cancelled_reason citing the contest-closure pivot. 7 corresponding olympus GH issues closed (#25 #21 #23 #35 #46 #22 #30) with same explanation.
  • SURVIVING SCOPE: STYX patent track (#63/975,190, exp 2026-02-03) + PYTHIA benchmark + Reproduction Verification Suite + Frontier Analysis + funding transparency + dead-end map all stay LIVE. Agora pattern (dual leaderboard + ruling history + dead-end map + funding transparency + compute survival guide) is the durable contribution.
  • THIS IS A NARRATIVE-ONLY CHANGE: index.html, leaderboard data, classifications, and all other Agora data surfaces remain unchanged. Pipeline regeneration (python3 scripts/run_pipeline.py) needed for changelog version bar to reflect 0.9.5.
v0.9.4 — 2026-04-24 (Funding table data-driven from funding.json; Community Tools section)
  • FUNDING DATA-DRIVEN: funding.json seeded with all 8 existing entries. Sentinel comments added to index.html (AGORA:FUNDING_STATS_START/END, AGORA:FUNDING_TABLE_START/END). run_pipeline.py now renders both the stat-grid and table rows from funding.json on every pipeline run β€” new entries are one-line JSON edits.
  • COMMUNITY TOOLS: New section added to #resources listing @Bortlesboat's three parameter-golf tools: parameter-golf-runpod-starter, parameter-golf-sweeps, parameter-golf-size-checker. Factual descriptions, direct links, submit-your-tool invite line.
  • NAV: 'Community Tools' anchor link added to top nav.
  • PIPELINE: _render_funding() and _render_funding_stats() functions added to scripts/run_pipeline.py with full type annotations, docstrings, and error handling.
v0.9.3 — 2026-04-20 (Funding Transparency refresh β€” $1,000 RunPod grant received, full 64-transaction Stripe audit)
  • MATO GRANT UPDATED: $25 β†’ $1,029 total ($1,000 RunPod grant from OpenAI Parameter Golf credit program received 2026-04-14 via openai.modelcraft@credits.runpod.io, plus $25 original + $4 RunPod referrals).
  • MATO SELF-FUNDED UPDATED: $867.70 β†’ $1,372.70 reflecting 64 Stripe RunPod reloads through Apr 4 2026 (heaviest: Mar 25 $190, Mar 23 $215). All transactions within contest window Mar 18 β†’ Apr 30.
  • STAT-GRID: Total Grants Tracked $1,175 β†’ $2,179 (+$1,004). Total Self-Funded Tracked $5,252+ β†’ $5,757+ (+$505 new Mato Stripe). Participants count unchanged at 8.
  • PROOF: Mato row still carries VERIFIED badge (RunPod dashboard + Modal API sourced) plus date annotation on the grant receipt.
  • SNAPSHOT: Bumped People-section snapshot from 2026-04-06 β†’ 2026-04-20.
v0.9.2 — 2026-04-15 (Parameter-Golf Dead-End Map published β€” 14-technique community intelligence resource)
  • NEW RESOURCE: docs/dead-end-map-2026-04-15.md β€” 14 techniques tested at the 16MB budget that didn't work, with deltas, rationale, and revisit conditions.
  • Covers: INT4/RVQ/INT5+GPTQ quantization dead-ends, SWA/XSA attention variants, LeakyReLU 0.9 Γ— parallel residuals path-dependent failure, EngramLite (cross-confirmed by Ciprian-Florin Ifrim's 2026-04-14 Discord post), LoopFormer, Scylla/Gravity tokenizer byte-accounting bugs, GDN kernel swap decision, plus compliance-illegal patterns (n-gram family-bug cluster, SLOT under #1336).
  • Confidence markers per entry: [V] verified, [D] documented, [I] inferred, [A] assumed.
  • Community contribution: invites PRs with others' dead-end data β€” turns the map into a living resource.
  • Attribution: every technique credited to source (PROTEUS experimentation, 771-PR sweep findings, or external confirmation). AI-assisted compilation disclosed.
  • New Resources > Community Intelligence section added to Agora nav landing area.
v0.9.1 — 2026-04-14 (Community Impact Charts β€” interactive tooltips, layout polish, auto-fetch wired)
  • INTERACTIVE: Hover (or click on mobile) any day column in the Community Activity chart to see a color-coded tooltip with all four metrics β€” community comments (blue), Agora reviews (purple), new PRs (yellow), PR updates (green). SVG-native, no JS framework.
  • NEW LINE: PR updates/day green line added to activity chart, drawn on top of bars and yellow line for visibility. Shows the +1941% spike in PR updates during the sweep more clearly than the impact cards alone.
  • AXIS: Both Y-axes ceil to 800 so dual-axis bar/line heights are directly comparable. Left axis (comments) ceils to nearest 200 above max with 800 minimum. Right axis (PRs) matches the same scale so a 548 bar visually exceeds a 479 line as expected.
  • WIDTH: Analytics section breaks out of the .container max-width using viewport-width CSS. Charts now fill the full screen width on wide monitors instead of being squeezed into a 900px tile.
  • LAYOUT: Artifact + Technique Popularity charts moved to a 2-column grid; Compliance, Community Activity, and Review Impact charts remain full-width. Responsive collapse to single column below 900px.
  • TILES: Review Impact card content vertically centered in each tile. Labels, before/during numbers, and percentages no longer hug the top of the card.
  • NAV: 'Community Impact' link added to top nav (purple) β€” anchors directly to #community-activity above the activity chart.
  • AUTO-FETCH: scripts/fetch_community_activity.py wired into run_pipeline.py as Step 2b, so the 30-min cron refreshes activity data automatically. (Production verification still pending β€” tracked as OT-20260414-004.)
  • DATA: Activity data extended through Apr 14 16:00 EST. Apr 13 (full day): 31 community comments, 17 PRs, 38 PR updates β€” community continued reacting to sweep comments 2-3 days later.
  • REORDER: Yellow PRs/created line drawn first (behind), green PR updates line drawn last (on top) so the larger green spike isn't obscured by the smaller yellow.
v0.9.0 — 2026-04-13 (Community Activity & Agora Review Impact Charts)
  • NEW CHART: Community Activity vs. Agora Reviews β€” dual-axis timeline showing community comments/day (blue bars), Agora review volume (purple bars), and new PRs/day (yellow line) from competition launch through present.
  • NEW CHART: Agora Review Impact β€” before/during comparison cards showing 7-day pre-sweep averages vs. sweep-day averages for community comments (+38%), new PRs (-16%), and PR updates (+1941%).
  • DATA: community_activity.csv added to data/ with daily counts of Mato comments, other comments, PRs created, and PRs updated from 2026-03-18 through 2026-04-13.
  • CHARTS: generate_community_activity() and generate_review_impact() added to scripts/charts.py, wired into run_pipeline.py with AGORA:CHART_ACTIVITY and AGORA:CHART_IMPACT sentinels.
v0.8.5 — 2026-04-12 (Dataset republish: SP4096/8192/12288/16384 + byte260 + corrected Scylla v2)
  • Data: LightSpeedUp/parameter-golf-data now publishes 7 variant directories.
  • Tokenizers: 4 new SentencePiece BPE models (4096/8192/12288/16384).
  • Scylla v2: corrected byte-exact TokenMonster vocab (1254 tokens) from PR #1314.
  • byte260: Mato Discord convention (bytes 0-255, specials 256-259).
  • Dataset card v2 with all variants documented.
  • 659 PRs reviewed on openai/parameter-golf (578 auto + 81 sibling-session).
v0.8.4 — 2026-04-11 (Top-20 Tier 1 Community Review Pass + N-gram Family-Bug Cluster + SLOT Cluster + CT2038 Gauntlet Provisioned)
  • REVIEW PASS: All 20 highest-priority Tier 1 PRs from review_queue.json reviewed and posted as community-leader comments on openai/parameter-golf. Two cluster-level findings emerged.
  • N-GRAM FAMILY BUG CLUSTER (10 PRs CLOSED + 1 already ruled): Smoking-gun pattern is full_key = ((ctx_hash ^ (target * primes[k])) & mask) β€” target token hashed into the eval-cache lookup key, ruled illegal by @valerio-oai on PR #779 (comment 4145781641, 2026-03-27, mechanism in 4146407380). Verified verbatim in PRs #770, #798, #808, #825, #786, #797, #909, #940, #761, plus #764 follow-up. Upstream parent: lukacf (PRs #659, #702, #727 are credited as the n-gram cache concept by 3+ downstream PRs β€” audit queued as task #5).
  • STANDARD SLOT CLUSTER (4 HOLD pending #1336, 2 CLOSE): Per-window delta + logit_bias optimized N AdamW steps against (per_token_nll * mask).sum() / valid_count where mask covers the SCORED positions [s:wlen]. Optimizer literally minimizes the metric it's then graded on. PRs #1321, #1324, #1278, #1263 β†’ HOLD pending Issue #1336. PRs #1319 (extra failures: single seed + 825s eval over budget) and #1376 (also has Pre-quant TTT = 6-epoch fine-tune on val_tokens) β†’ CLOSE. Upstream cited PRs #1176/#1229/#1313 are also in the #1336 pending bucket β€” one ruling closes or clears the entire cluster.
  • CLEAN MERGE-ELIGIBLE: PR #1420 (abaybektursun, token_hint-only n-gram post-fix verified by @dexhunter, 5-seed std 0.00044), PR #1450 (andrewbaggio1, TMA megakernel + triple loop on SP8192 base, no TTT/SLOT/cache, comprehensive credit lineage). Both stand on the static-code review and the gauntlet on CT2038.
  • EVAL-BUDGET POLICY GATE: PR #889 (record) and #915 (non-record) by anthony-maio share byte-identical n-gram code (clean, context-only key, score-first window granularity). Both gated on the 10-min eval wallclock interpretation: ~14.9 min n-gram stage on 8Γ—H100 SXM. Author reads the budget as per-GPU; standard interpretation is total wallclock. One @0hq / @valerio-oai ruling on Issue #17 unblocks both PRs and ~30 other ngram-cache PRs in the queue.
  • INFRASTRUCTURE: Provisioned CT2038 (proteus-engine, 128 GB RAM, 32 cores) as the dedicated parameter-golf gauntlet host. Pushed cpu_test.py + flash_attn_stub.py via PVE pipe, installed Triton 3.6.0, validated end-to-end on the worst-case dependency stack (PR #1420: FA3 + Triton TMA + CUTLASS EVT + register_fake op + @torch.compile). Prior sessions had run cpu_test.py locally on VM213 β€” coverage gap identified and fixed mid-session. New rule captured at memory file feedback_cpu_gauntlet_runs_remote.md.
  • GAUNTLET RERUNS: Re-ran the 4 PRs originally skipped due to FA3/Triton blockers on the local workstation: #1420 (35.94M params, fwd 9.027, code 64,137 B exact README match β€” note: artifact step doesn't model GPTQ+SDClip+Brotli pipeline so reports raw fp32 weights, per-seed sizes from PR's own logs are 15.97-15.98 MB), #1321 (26.86M params, fwd 6.9682, artifact 4.64 MB int6+lzma 29.0% budget), #1324 (26.86M params, fwd 6.9609, artifact 4.63 MB), #797 (26.99M params, fwd 6.9366, artifact 4.63 MB). All 4 GitHub comments edited via gh api PATCH to add the rerun results and update the disclosure block. Coverage on the top-20 went from 9/20 fully gauntleted to 14/20 (the remaining 6 are: 3 thread follow-ups with no fresh code fetch + 2 family-bug PRs where the verdict comes from a single line of source + 1 timeout PR that wasn't rerun).
  • HARNESS FIX: cpu_test.py model-creation step now handles the GPT(h) positional-arg pattern (PRs #1420, #1450). Falls back to passing the Hyperparameters instance positionally if the kwargs path raises a missing-positional-arg TypeError. Fixed in parameter-golf-private/docker/cpu_test.py.
  • MEMORY UPDATES: New feedback rule feedback_cpu_gauntlet_runs_remote.md (CT2038, never VM213, with provisioning checklist). Updated parameter_golf_competition.md with the cluster mappings, the lineage findings, and the eval-budget gate. Updated infrastructure.md with the CT2038 (proteus-engine) section. Two corrections noted: patterns.md says CT211 has 8 GB RAM (actually 16 GB now per live pct list), infrastructure.md says CT210 has 96 GB / 48 cores (actually 16 GB / 12 cores per live pct list) β€” flagged for separate audit, not edited this session.
  • SIDE SESSION HANDOFF: Wrote SOW_HF_DATASET_REPUBLISH.md (~280 lines, self-contained) and handed off to a fresh Claude Code session to execute in parallel: Scylla 998β†’1254 token bug fix (PR #1314 corrected vocab, Issue #897), publishing SP4096/SP8192/SP12288/SP16384 to LightSpeedUp/parameter-golf-data on HF, mirroring through pgolf-api.lightspeedup.com Cloudflare R2/Worker, dataset card update, Discord reply for @dΓ©m. Side session is actively executing β€” Phase 0 discovery complete, surfaced 4 corrections to the SOW including the fact that willdepueoai/parameter-golf upstream only ships SP1024 (everything else has to be trained from scratch). Decisions taken by side session: A/A/C-deferred-to-A.
  • DISCORD CORRECTION: @dΓ©m asked where to access SP4096/SP8192 vectorized datasets. Canonical source is willdepueoai/parameter-golf on HF (NOT kevclark/parameter-golf as our PROTEUS plan claimed β€” that was an env-var override, not the script default). Corrected reply queued in the SOW Phase 5.
  • FOLLOW-UP TASKS QUEUED: lukacf upstream audit (PRs #659, #702, #727 β€” task #5), Issue #1336 meta-comment listing the SLOT cluster, Issue #17 meta-comment listing the eval-budget-gated PRs, Tier 2 PR review pass (93 PRs at BPB 1.10-1.15).
v0.8.3 — 2026-04-08 (Mod Tracker Now Auto-Renders + Compression-vs-Training Ruling Pass)
  • FIX: Maintainer Activity Tracker cards were hardcoded HTML β€” banner claimed 'Auto-updated on each Agora rebuild' but values were static. Mato caught it.
  • scripts/run_pipeline.py: now calls update_mod_tracker.py at step 0 (live GitHub events fetch), then renders cards from data/mod_tracker.json into MOD_TRACKER sentinels in index.html
  • Severity colors driven by days_silent: <1d active, <3d warning, <7d alert, β‰₯7d silent
  • First refresh result: notapplica 3 DAYS (was '~13H'), valerio-oai 7 DAYS (was '4 DAYS'), 0hq 14 DAYS (was '12'), yuzhougu-oai 19 DAYS (was '17')
  • Refreshed PR cache (1,346 PRs) and reran classifier with code-level train_gpt.py analysis
  • Frontier verdicts: PR #672 (1.0781) DEAD β€” pre-eval TTT, already closed
  • PR #1482 (1.0787, 'SP8192 + Pre-Quant TTT') AT_RISK β€” code shows TTT + GPTQ both enabled pre-eval, exactly the data-touching compression scenario flagged in #402/#677/#1082
  • PR #1477 (1.0822, 'Score-First TTT') ALIVE β€” code-clean, current legal frontier
  • PR #1471 (1.0866) ALIVE β€” uses GPTQ but post-training, no leakage detected
  • Ruling line: data-free packaging (INT8 RTN, zlib, zstd) rides eval budget; data-touching compression (QAT, GPTQ/AWQ calibration, pre-eval TTT) eats the 10-min training cap, regardless of label
v0.8.2 — 2026-04-06 (Tile Layout Audit & Fix)
  • FIX: Submission Checklist tiles were stair-stepping and overlapping. Root cause: global .card { max-width:900px; margin:auto; text-align:center } was fighting every grid layout it was placed in.
  • FIX: Community Infrastructure tiles overlapping. Same root cause.
  • FIX: Maintainer Activity Tracker cards had inconsistent spacing. Same root cause.
  • NEW CSS class: .tile-grid β€” wrapper that scopes overrides to descendant .card via descendant selector. Removes max-width, margin, centered text, normalizes padding, makes cards flex columns, normalizes border-width to 1px so they optically align
  • NEW CSS class: .checklist-grid β€” explicit grid-template-areas layout: Techniques tile spans the full left column (tall, dense), with Before You Submit / Rule History / Bug Alerts stacking on the right. Mobile collapses to single column.
  • NEW CSS class: .technique-tri β€” internal 3-column mini-grid inside the Techniques tile so legal/banned/grey read horizontally instead of as one tall ribbon (kills the stair-stepping)
  • Stripped redundant inline margin:0 / margin-top:0 styles from cards now handled by .tile-grid
  • Bug Alerts card border-width normalized from 2px to 1px (yellow color preserved on h3 instead) β€” restores optical alignment with adjacent cards
v0.8.1 — 2026-04-06 (Maintainer Activity Tracker)
  • NEW SECTION: 'Maintainer Activity Tracker' β€” public accountability board for the 4 validated OpenAI maintainers with merge/close authority on openai/parameter-golf
  • Cards for @notapplica (~13h ago, closed #140), @valerio-oai (5 days, closed PR #1185), @0hq / Will DePue (12 days, founder), @yuzhougu-oai (17 days, last PR activity)
  • Each card shows: days-silent badge color-coded by severity (active/warning/alert/silent), last action summary with timestamp, authority validation signal, account creation date
  • Validation methodology disclosed inline: closed-PR author_association, OAI account suffix, closing other users' PRs, repo collaborator status
  • scripts/update_mod_tracker.py: standalone refresh tool β€” hits /users/<handle>/events for each handle, computes days-silent, writes data/mod_tracker.json. Initial snapshot generated.
  • Banner fix: valerio-oai last active April 2 (not April 4 as previously written) β€” confirmed via GitHub events API
  • Nav: added '⚠ Mod Tracker' link in red, sits between Home and Checklist
v0.8.0 — 2026-04-06 (OpenAI Abandonment Call-Out)
  • Added prominent red banner: 'OpenAI Has Abandoned the Community Hub' β€” triggered by closure of Issue #140 on 2026-04-05 22:57 EDT by @notapplica with no goodbye, no successor, no rationale
  • By-the-numbers callout box: 1,425+ PRs, 1,265 classified, 518+ contributors, $1M committed credits with broken pipeline, $1,000+ personal compute spend reported, 32 orphaned #140 comments, unresolved #677 rulings
  • 'The joke going around' callout: hire-funnel + RunPod cashflow extraction theory of why maintenance dropped
  • 'PROVE ME WRONG' public-correction invitation: linked issue template for receipts that contradict the numbers
  • Strikethrough + 'CLOSED by OpenAI' tag on Resources link to #140 (kept as historical archive, not removed)
  • Footer note: #140 community commentary archived, no longer a live data source
  • Stripped orphaned deep-link comment IDs from header disclosure
  • Public response posted on #140 (comment 4195522473) β€” invokes valerio-oai by name on pending #677 rulings
  • NEW SECTION: 'Community Infrastructure (We Built This)' β€” visible inventory of the HF dataset, CF Worker network storage, Docker image, RunPod template, Agora itself, and community toolkit. All Light Speed Up out-of-pocket. Linked in nav as '⚑ Infra We Built'.
  • Reframed CF Worker card to lead with the network volume story: original RunPod Network Volume plan died on region-locking + GPU availability constraints. Built pgolf-api.lightspeedup.com (CF Worker + R2) as the cross-provider replacement that actually works.
  • Full curl examples on the page for save/resume/list operations on the checkpoint API β€” no signup required, GitHub PAT IS the identity
  • Checklist 2x2 grid: wrapped Before You Submit / Techniques / Rule Change History / Bug Alerts in auto-fit grid (minmax 420px) so they stop being a vertical scroll wall
  • Added vocab_sweep.py experiment script (CPU/GPU phases for SP tokenizer optimization) β€” separate from Agora deploy
v0.7.3 — 2026-04-05 (Code-Based Technique Detection)
  • Technique classification now analyzes actual train_gpt.py code, not just PR body text
  • Detects enabled vs disabled features: NGRAM_ENABLED=0 means neural, not cache
  • Handles ungated TTT (no enable flag = always active), gated TTT (TTT_ENABLED=0 = off)
  • GPTQ calibration detection from code patterns
  • Persistent cache in data/code_techniques_cache.json β€” first run fetches, subsequent runs are instant
  • Falls back to text-based detection for PRs without train_gpt.py
  • Verified/Inferred source badges: green checkmark = classified from code, grey ? = inferred from PR text
v0.7.2 — 2026-04-05 (Classifier False-Positive Fix + Multi-Type Badges)
  • Fixed classifier false-positive: compliance_keywords (raw mentions) no longer used as AT_RISK signals β€” only contextual body pattern matching is used
  • 43 PRs reclassified from false AT_RISK to correct status (ALIVE/INCOMPLETE)
  • Multi-type technique badges: PRs with TTT+Cache now show all applicable badges instead of single 'Hybrid' label
  • New technique_tags field in pr_cache.json for per-PR technique decomposition
v0.7.1 — 2026-04-04 (UX Polish + Upstream Sync)
  • Changelog & Roadmap tiles are now collapsible (<details>) and default to closed
  • Daily upstream sync workflow β€” auto-merges openai/parameter-golf:main into gh-pages
v0.7.0 — 2026-04-03 (Full Automation β€” Zero Hardcoded Content)
  • Phase 1: Checklist, technique legality, rule history, bug alerts, compute guide all driven from JSON data files
  • Phase 2: BPB timeline auto-scales axes from data range, date axis extends to today, fixed hardcoded 'Mar' label bug
  • Phase 2: Neural-only vs all-techniques toggle buttons on BPB timeline chart
  • Phase 3: All tooltips flow through _render_with_tooltip / _tooltip_attr helpers β€” no manual title attributes
  • Phase 4: Artifact size histogram, technique popularity stacked area chart, compliance rate area chart
  • Pipeline gracefully degrades if any data JSON file is missing
  • Adaptive tick spacing on timeline X-axis (2d/3d/7d based on span)
v0.6.0 — 2026-04-03 (#677 Compliance + NoesisGenesis Framework)
  • Classifier now #677-aware: scans PR bodies for multi-epoch TTT, oracle min(NLL), eval-time GPTQ patterns
  • Added COMPLIANCE_BODY_PATTERNS: detects explicit compliance signals (score-first TTT, ngram-disabled, cites-677)
  • Compliance override: PRs mentioning banned terms in compliance context get LOW confidence, not false-positive AT_RISK
  • NOTABLE status gate: PRs accepted as Notable Non-Record by organizers override AT_RISK classification
  • NOTABLE badge added to status renderer
  • NoesisGenesis 4-condition framework (issue #677 comment) adopted as compliance standard: causal dependence, full normalization, pre-update scoring, single left-to-right pass
  • Valerio-oai endorsement of framework linked in Agora rules section
v0.5.9 — 2026-03-30 (Funding Tracker Update + Proof Levels)
  • Added @EthanYangTW: ~$1,557 self-funded on RunPod (VERIFIED via billing screenshot)
  • Proof level badges: VERIFIED (billing screenshot or full audit) vs PENDING (self-reported)
  • Updated totals: 8 participants tracked, $5,252+ self-funded
  • Second VERIFIED entry in the tracker
v0.5.8 — 2026-03-29 (Tooltips + Compute Guide Clarity)
  • Tooltips on all badges: status, type, track β€” hover for explanation
  • Tooltips on all leaderboard column headers
  • Tooltips on checklist items (what each requirement means)
  • Tooltips on funding stat boxes
  • Tooltips on technique map badges (LEGAL/BANNED/UNTRIED)
  • Compute Survival Guide: clarified serverless is for iteration, final PR submissions need 8xH100 SXM pods with verifiable timing
  • Added cursor:help styling for all tooltipped elements
v0.5.7 — 2026-03-29 (Content Alignment Overhaul)
  • Responsive layout β€” 4 breakpoints from mobile (640px) to ultrawide (1800px+), no more wasted screen space
  • Center-aligned everything: section headers, table headers, table cells, cards, filter bars, stat boxes
  • Checklists and technique lists: centered block with left-aligned text inside
  • Tile centering fixed: technique cards, combo chips, collaboration items
  • Multi-type badges: top 3 PRs show correct types from PR titles (#549 Neural+TTT, #414 Neural, #641 Neural Non-Record)
  • Wider content areas: checklists/technique lists at 600px, guide-compare at 900px
  • All bulleted lists: centered block with left-aligned text inside (changelog, rule history, bug alerts, compute guide)
  • Pods vs Serverless comparison: bullet points restored
  • Cards: centered heading, left-aligned body text (paragraphs, code, spans)
  • Timeline entries: centered block, left-aligned with colored border
  • Collaboration items: left-aligned text with word-break for long PR lists
  • Compute guide tables: left-aligned cells (descriptive text, not short values)
  • Guide-compare panels: left-aligned text inside pods/serverless comparison
v0.5.5 — 2026-03-29 (Funding Transparency β€” Verified)
  • Full compute audit: $1,035.82 param golf across 3 platforms, $867.70 self-funded
  • RunPod: $643.39 β€” 35 Stripe transactions, dashboard verified, daily breakdown
  • Modal: $342.48 param golf across 2 workspaces (56 apps total, 46 PYTHIA apps code-audited and separated)
  • Colab: $49.95 β€” 5 Google Pay receipts for compute units
  • PYTHIA research ($415.27) cleanly separated β€” all 46 benchmark scripts audited for pgolf references, zero found
  • First VERIFIED proof level in the funding tracker β€” full audit JSON with methodology published
  • Automated changelog: single source of truth in data/changelog.json
v0.5.4 — 2026-03-29 (Filterable Leaderboards)
  • Unified column order: Status | # | PR | Author | BPB | Seeds | Artifact | Type | Track
  • Clickable filter buttons above both tables (Status, Type, Track)
  • Type badges: Neural / Cache / TTT / Hybrid (from classifier)
  • Track badges: Record / Non-Record (from PR title and file paths)
  • Pipeline generates all badges and data attributes automatically
v0.5.3 — 2026-03-29 (Classification Overhaul)
  • Neural leaderboard requires 3/3 seeds AND known artifact size
  • Classifier adds track (record/non-record) and technique_type (neural/cache/ttt/hybrid)
  • Tighter ALIVE requirements in pipeline
v0.5.2 — 2026-03-29 (Community Bug Alerts)
  • Added bug alerts: BPB underestimation (#897) and INT6 scale clamp (#775)
  • Enabled Issues and Discussions on fork
v0.5.1 — 2026-03-29 (UX Overhaul)
  • Changelog moved to bottom of page
  • Navigation updated β€” all sections linked in correct order
  • Scrollable leaderboard tables with sticky headers
  • Neural-only leaderboard cleaned β€” removed PRs with BPB < 0.5
  • Archive sorted ALIVE-first
  • Technique card text centering fixed
  • BPB floor gate added to classifier
v0.5.0 — 2026-03-28 (All Phases Shipped)
  • GitHub Actions cron β€” auto-updates every 30 minutes
  • 6 issue templates for community input
  • Community issue ingestion pipeline (fetch_community.py)
v0.4.0 — 2026-03-28 (Community Input)
  • Issue templates: funding, corrections, techniques, blocked, resources, feedback
  • fetch_community.py β€” auto-processes GitHub Issues
  • Pipeline integration β€” community input runs before classification
v0.3.0 — 2026-03-28 (Analytics)
  • Technique map β€” 24 techniques tracked, grouped by PRs
  • BPB timeline β€” inline SVG chart, March 27 cliff marked
  • Collaboration finder β€” who's working on what, untried combinations
v0.2.0 — 2026-03-28 (Live API)
  • Live leaderboard β€” 996 PRs fetched via GitHub GraphQL API
  • Compliance engine β€” auto-classifies ALIVE / DEAD / AT-RISK / INCOMPLETE
  • Cached + incremental fetching
v0.1.0 — 2026-03-28 (Static Foundation)
  • Submission checklist (legal / banned / grey area)
  • Rule change history (March 22, 24, 27 rulings)
  • Dual leaderboard (seeded data)
  • Funding transparency tracker (7 entries)
  • Blocked on compute board
  • Compute survival guide (serverless > pods)
  • Visitor counter (Redis-backed via OLYMPUS API)
Roadmap
  • v0.8.0 — Cited research tracker (papers → PRs → BPB)
  • v0.9.0 — Cost efficiency ranking (dollars per BPB point)
  • v0.10.0 — Review queue metrics (PR wait times, peer reviewer recognition)
  • v1.0.0 — Community governance (threshold-based classification disputes)