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
29 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 — 29 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-31T18:44:28.273039+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#1799@jamesEmerson1121.20733/315.3 MBTTT Record
ALIVE236#1206@oneKn81.20743/39.3 MBNeural Non-Record
ALIVE237#141@nglain1.20753/316.0 MBNeural Non-Record
ALIVE238#1427@kjahan1.20923/314.4 MBGPTQ Record
ALIVE239#39@nanlliu1.21473/315.9 MBNeural Record
ALIVE240#705@seanward1.21513/315.5 MBNeural ?Record
ALIVE241#1617@adityasasidhar1.21923/315.9 MBNeural Non-Record
ALIVE242#1057@Programmerryoki1.22013/315.0 MBTTT ?Record
ALIVE243#319@Arth-Singh1.27163/316.0 MBNeural ?Non-Record
ALIVE244#904@anthony-maio1.27343/315.8 MBTTT Non-Record
ALIVE245#1463@tsubasagit1.27743/316.0 MBNeural Non-Record
ALIVE246#1682@PapaFranku46471.28183/316.0 MBNeural Non-Record
ALIVE247#1549@dljr-github1.32203/313.5 MBNeural Non-Record
ALIVE248#1582@He-Wenhao1.34283/314.7 MBNeural Non-Record
ALIVE249#678@SPThole1.35253/315.6 MBNeural ?Non-Record
ALIVE250#737@SPThole1.35573/315.2 MBNeural ?Non-Record
ALIVE251#1665@mrbese1.35713/37.6 MBNeural Non-Record
ALIVE252#1053@ikermoel1.36003/312.9 MBNeural ?Record
ALIVE253#941@aptsalt1.36203/316.0 MBNeural Record
ALIVE254#1784@renqianluo1.40003/315.9 MBTTT GPTQ Record
ALIVE255#1425@dentity0071.44793/30.9 MBGPTQ Non-Record
ALIVE256#669@amabito1.49423/316.0 MBNeural ?Non-Record
ALIVE257#1239@tmancino1.59183/312.2 MBNeural Non-Record
ALIVE258#1499@dippatel19941.63233/314.1 MBTTT GPTQ Record
ALIVE259#1486@AlirezaAlampour1.66563/316.0 MBNeural Non-Record
ALIVE260#1152@ericdatum1.79423/32.0 MBNeural ?Non-Record
ALIVE261#1300@Ribin5451.81663/316.0 MBNeural Non-Record
ALIVE262#1513@ikermoel1.86583/316.0 MBNeural Non-Record
ALIVE263#645@FlynnCruse1.89903/316.0 MBNeural Non-Record
ALIVE264#874@fielding1.93003/32.4 MBGPTQ Non-Record
ALIVE265#1778@simon-marcus2.00273/316.0 MBNeural Non-Record
ALIVE266#905@anthony-maio2.17273/313.7 MBNeural ?Non-Record
ALIVE267#1010@AnubhavBharadwaaj2.93893/30.1 MBNeural ?Non-Record
ALIVE268#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#1799@jamesEmerson1121.20733/315.3 MBTTT Record
ALIVE247#1206@oneKn81.20743/39.3 MBNeural Non-Record
ALIVE248#141@nglain1.20753/316.0 MBNeural Non-Record
ALIVE249#1427@kjahan1.20923/314.4 MBGPTQ Record
ALIVE250#39@nanlliu1.21473/315.9 MBNeural Record
ALIVE251#705@seanward1.21513/315.5 MBNeural ?Record
ALIVE252#61@saml2121.2154?15.9 MBNeural ?Record
ALIVE253#1617@adityasasidhar1.21923/315.9 MBNeural Non-Record
ALIVE254#1057@Programmerryoki1.22013/315.0 MBTTT ?Record
ALIVE255#319@Arth-Singh1.27163/316.0 MBNeural ?Non-Record
ALIVE256#904@anthony-maio1.27343/315.8 MBTTT Non-Record
ALIVE257#1463@tsubasagit1.27743/316.0 MBNeural Non-Record
ALIVE258#1682@PapaFranku46471.28183/316.0 MBNeural Non-Record
ALIVE259#1549@dljr-github1.32203/313.5 MBNeural Non-Record
ALIVE260#73@NishantDahal1.3281?16.0 MBNeural ?Non-Record
ALIVE261#1582@He-Wenhao1.34283/314.7 MBNeural Non-Record
ALIVE262#678@SPThole1.35253/315.6 MBNeural ?Non-Record
ALIVE263#737@SPThole1.35573/315.2 MBNeural ?Non-Record
ALIVE264#1665@mrbese1.35713/37.6 MBNeural Non-Record
ALIVE265#1053@ikermoel1.36003/312.9 MBNeural ?Record
ALIVE266#941@aptsalt1.36203/316.0 MBNeural Record
ALIVE267#1784@renqianluo1.40003/315.9 MBTTT GPTQ Record
ALIVE268#1425@dentity0071.44793/30.9 MBGPTQ Non-Record
ALIVE269#669@amabito1.49423/316.0 MBNeural ?Non-Record
ALIVE270#1239@tmancino1.59183/312.2 MBNeural Non-Record
ALIVE271#1499@dippatel19941.63233/314.1 MBTTT GPTQ Record
ALIVE272#1486@AlirezaAlampour1.66563/316.0 MBNeural Non-Record
ALIVE273#1152@ericdatum1.79423/32.0 MBNeural ?Non-Record
ALIVE274#1300@Ribin5451.81663/316.0 MBNeural Non-Record
ALIVE275#1513@ikermoel1.86583/316.0 MBNeural Non-Record
ALIVE276#645@FlynnCruse1.89903/316.0 MBNeural Non-Record
ALIVE277#874@fielding1.93003/32.4 MBGPTQ Non-Record
ALIVE278#1778@simon-marcus2.00273/316.0 MBNeural Non-Record
ALIVE279#77@samacqua2.0731??TTT ?Record
ALIVE280#905@anthony-maio2.17273/313.7 MBNeural ?Non-Record
ALIVE281#1010@AnubhavBharadwaaj2.93893/30.1 MBNeural ?Non-Record
ALIVE282#1749@gracebml4.10973/313.9 MBTTT GPTQ Non-Record
ALIVE283#1511@cocohearts??16.0 MBNeural ?Record
ALIVE284#1148@aamodbhatt?3/315.9 MBNeural Record
ALIVE285#616@valerio-oai???Neural ?Record
ALIVE286#561@cocohearts?3/3?Neural ?Record
ALIVE287#350@sha-huang???Neural ?Record
ALIVE288#269@yuzhougu-oai???Neural ?Record
ALIVE289#255@valerio-oai???Neural ?Record
ALIVE290#124@mattqlf???Neural ?Record
ALIVE291#105@0hq???Neural ?Record
ALIVE292#100@sandsevenone???Neural ?Record
ALIVE293#86@aruniyer?3/3?Neural Record
ALIVE294#35@0hq???Neural ?Record
ALIVE295#32@yhn112???Neural ?Record
ALIVE296#18@berniwal???Neural ?Record
ALIVE297#9@oof-baroomf???Neural ?Record
ALIVE298#1@TNELLI-OAI???Neural ?Record
AT-RISK299#1437@dexhunter0.00043/316.0 MBNeural RecordN-gram cache (03-27)
AT-RISK300#2049@ishangodawatta0.00043/30.0 MBTTT GPTQ Non-RecordTTT + GPTQ + EMA
AT-RISK301#399@abaybektursun0.00063/315.8 MBNeural ?RecordTTT + Muon + INT6 + EMA
AT-RISK302#1736@dexhunter0.00073/316.0 MBTTT GPTQ RecordTTT + LoRA
AT-RISK303#2164@vimeto0.0013?16.0 MBTTT GPTQ RecordN-gram cache (03-27)
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#2149@YaseenHQ??16.0 MBTTT GPTQ Non-RecordN-gram cache (03-27)
AT-RISK389#1609@Akhilesh-Gogikar??16.0 MBTTT Cache RecordN-gram cache (03-27)
AT-RISK390#1534@someone114514??16.0 MBNeural RecordN-gram cache (03-27)
AT-RISK391#1510@OE-GOD??1.6 MBNeural ?Non-RecordN-gram cache (03-27)
AT-RISK392#1272@andrewbaggio1???Neural ?Non-RecordN-gram cache (03-27)
AT-RISK393#1223@LucasErcolano??16.0 MBNeural ?Non-RecordCompliance violation
AT-RISK394#1056@sofiabod?3/31.4 MBCache ?RecordN-gram cache (03-27)
AT-RISK395#860@pappanick?3/3?Cache ?RecordN-gram cache (03-27)
AT-RISK396#830@zlxi02??13.5 MBCache ?Non-RecordN-gram cache (03-27)
AT-RISK397#767@RichiiiTV??7.8 MBGPTQ Non-RecordINT6 + N-gram
AT-RISK398#621@tigertonez??16.0 MBNeural RecordN-gram cache (03-27)
AT-RISK399#392@pinnerwt???Neural ?RecordN-gram cache (03-27)
AT-RISK400#387@shouryamaanjain???Cache ?RecordTTT
AT-RISK401#241@kellyvv???Neural ?Non-RecordTwo-pass (03-27)
INCOMPLETE402#1650@Jaredcastorena0.0001?14.8 MBNeural Non-RecordINT8
INCOMPLETE403#1214@gersh0.0001?16.0 MBGPTQ Non-RecordINT6
INCOMPLETE404#666@chrislovescoding0.0003?15.9 MBNeural Non-RecordMuon + GPTQ + INT6 + INT8 + EMA
INCOMPLETE405#1756@romeerp0.00043/3?TTT GPTQ RecordTTT + LoRA
INCOMPLETE406#587@newjordan0.00063/315.6 MBNeural ?RecordTTT + GPTQ + INT6 + EMA
INCOMPLETE407#1679@ChideraIbe1230.0008?16.0 MBNeural Non-RecordTTT + N-gram
INCOMPLETE408#1759@yijieyuan0.0008?16.0 MBNeural Non-RecordLoRA + GPTQ + INT8
INCOMPLETE409#960@ADIITJ0.0009?18.8 MBTTT ?RecordTTT + Muon + GPTQ + INT6 + EMA
2 SEEDS410#772@abaybektursun0.00102/3?Neural ?Non-RecordN-gram
INCOMPLETE411#1431@Idan30110.0012?16.0 MBTTT GPTQ RecordTTT + Muon + GPTQ + INT6 + INT8 + EMA
INCOMPLETE412#1061@rolandnsharp0.0020?11.2 MBNeural RecordTTT + Muon + INT8 + EMA
INCOMPLETE413#1002@SoHarshh0.0020?15.9 MBNeural RecordINT6 + EMA
INCOMPLETE414#983@WHITELOTUS00.0020?16.0 MBNeural Non-RecordMuon + INT6 + EMA
INCOMPLETE415#277@mohosy0.0020?16.0 MBTTT ?Non-RecordTTT + Muon + INT6
INCOMPLETE416#1775@dentity0070.00283/3?TTT GPTQ RecordTTT + LoRA + N-gram
INCOMPLETE417#480@imyesung0.0028?16.0 MBNeural ?Non-RecordMoE + INT6
2 SEEDS418#1371@aarjunsrinivasan0.00302/316.0 MBNeural Non-RecordMuon + INT8
INCOMPLETE419#183@anantdgoel0.0030?15.1 MBTTT Cache ?Non-RecordTTT + LoRA + INT8
INCOMPLETE420#1031@michaelwinczuk0.0037?16.0 MBTTT ?RecordTTT + Muon
INCOMPLETE421#341@tobiascanavesi0.0040?14.2 MBNeural RecordMuon + INT8
INCOMPLETE422#894@albertorkive0.0046?16.0 MBNeural Non-RecordMuon + EMA
INCOMPLETE423#1021@abaybektursun0.0050??Neural ?Non-RecordCompliance violation
INCOMPLETE424#1726@krishs04040.0060??Neural ?Non-RecordCompliance violation
INCOMPLETE425#1032@wfproc0.0070??Neural ?Non-RecordMuon + INT6 + EMA
INCOMPLETE426#975@Abhishek81080.0080?15.9 MBNeural ?Non-RecordINT6 + EMA
INCOMPLETE427#1385@korentomas0.0090?12.3 MBNeural ?Non-RecordCompliance violation
INCOMPLETE428#1664@zoharb1570.01203/316.0 MBGPTQ RecordGPTQ + INT6
INCOMPLETE429#1646@sergeevii1230.0120?16.0 MBGPTQ Non-RecordTTT + GPTQ + INT6
INCOMPLETE430#494@george116420.01203/3?TTT ?Non-RecordTTT + GPTQ + INT6
INCOMPLETE431#1360@JulianTang20270.0140?16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE432#283@Cwarren15-A0.0150??Neural ?RecordCompliance violation
INCOMPLETE433#490@amaljithkuttamath0.0170??TTT ?RecordTTT + GPTQ
INCOMPLETE434#1519@elliottdehn0.01943/3?Neural RecordGPTQ + EMA
INCOMPLETE435#1502@SPThole0.0230?16.0 MBTTT GPTQ Non-RecordTTT + Muon + SwiGLU + LoRA + GPTQ + INT6 + INT8 + EMA
INCOMPLETE436#1602@SPThole0.02303/316.0 MBNeural ?Non-RecordTTT + Muon + LoRA + GPTQ + INT6 + INT8 + EMA + N-gram
INCOMPLETE437#1565@Idan30110.0230?15.7 MBTTT GPTQ RecordTTT + Muon + GPTQ + INT8 + EMA
INCOMPLETE438#1601@SPThole0.0234?15.9 MBTTT GPTQ Non-RecordTTT + INT6 + EMA
INCOMPLETE439#1501@SPThole0.0234?16.0 MBTTT GPTQ Non-RecordTTT + Muon + SwiGLU + GPTQ + INT6 + INT8 + EMA + N-gram
INCOMPLETE440#459@mer22340.0280??Neural ?RecordCompliance violation
INCOMPLETE441#1341@himanshudongre0.0300?16.0 MBTTT ?Non-RecordTTT + LoRA + GPTQ + INT6
INCOMPLETE442#92@saikrishnarallabandi0.0310?14.7 MBNeural RecordINT6 + INT8
2 SEEDS443#990@newjordan0.03302/316.6 MBGPTQ RecordINT6 + INT8 + EMA + N-gram
INCOMPLETE444#103@MatthewHRockwell0.0350?14.9 MBNeural Non-RecordLoRA + INT6
INCOMPLETE445#822@henrycashe260.0470?15.8 MBNeural RecordMuon + LoRA + INT6
INCOMPLETE446#895@iverbovoy0.0600?15.8 MBTTT Non-RecordCompliance violation
2 SEEDS447#1380@ranausmanai0.07002/3?Neural Non-RecordEMA
INCOMPLETE448#919@TheDryhtscipe0.0750??Neural ?Non-RecordCompliance violation
2 SEEDS449#693@EthanYangTW0.07702/316.0 MBNeural ?RecordTTT + GPTQ + INT6 + EMA
INCOMPLETE450#1222@abaybektursun0.0790?16.0 MBTTT ?Non-RecordTTT + GPTQ + INT6 + EMA
INCOMPLETE451#1246@deborahnelson87887260.22513/3?TTT GPTQ RecordN-gram
INCOMPLETE452#1461@viasky6570.4118??Neural RecordCompliance violation
INCOMPLETE453#1368@JKSNS0.8503?13.3 MBTTT Non-RecordCompliance violation
INCOMPLETE454#926@NandhuRajRK0.8705?15.8 MBNeural ?RecordLeakyReLUΒ² + GPTQ + INT6 + EMA
2 SEEDS455#776@agalimova0.92582/316.0 MBTTT GPTQ RecordTTT
INCOMPLETE456#1240@andrewbaggio10.9300??TTT GPTQ Non-RecordCompliance violation
2 SEEDS457#774@travispchen0.93702/315.9 MBTTT GPTQ RecordN-gram
INCOMPLETE458#1241@aiejvn0.9901??Neural ?Non-RecordCompliance violation
INCOMPLETE459#875@shalyhinpavel1.0226?16.0 MBNeural RecordTTT + INT8
INCOMPLETE460#168@spokane-way1.0238?8.8 MBNeural RecordINT8
INCOMPLETE461#1791@genji03061.03393/3?Neural RecordTTT + Muon + INT6 + EMA + N-gram
INCOMPLETE462#1578@mikeapedia1.06683/3?Neural RecordTTT + Muon + GPTQ + EMA
2 SEEDS463#1667@MarioPaerle1.07142/316.0 MBTTT GPTQ RecordTTT + GPTQ + INT6 + EMA
2 SEEDS464#1792@renqianluo1.07192/316.0 MBTTT GPTQ RecordTTT + LoRA + INT8
0 SEEDS465#1530@samacqua1.07340/316.0 MBTTT GPTQ RecordTTT + LoRA
2 SEEDS466#1767@renqianluo1.07422/315.9 MBTTT GPTQ RecordTTT + LoRA + GPTQ
2 SEEDS467#1765@renqianluo1.07422/316.0 MBTTT GPTQ RecordTTT + LoRA + GPTQ
INCOMPLETE468#1546@SPThole1.0744?16.0 MBNeural Non-RecordTTT + GPTQ + EMA
INCOMPLETE469#1572@anthony-maio1.07973/30.0 MBNeural RecordTTT + GPTQ + INT6 + INT8 + EMA + N-gram
INCOMPLETE470#1521@aryanbhosale1.08023/3?Neural RecordTTT + Muon + GPTQ + EMA + N-gram
INCOMPLETE471#1516@dexhunter1.0805?16.0 MBGPTQ Non-RecordMuon
2 SEEDS472#1796@simon-marcus1.08062/3?Cache RecordTTT
INCOMPLETE473#1716@himanshudongre1.0810?16.0 MBNeural RecordTTT + GPTQ + INT6 + INT8 + EMA + N-gram
INCOMPLETE474#1552@Tanush19121.0810?16.0 MBTTT GPTQ RecordTTT + LoRA
INCOMPLETE475#1725@teslaeco1.08133/3?Neural RecordTTT
INCOMPLETE476#1476@aryan-cs1.0842?16.0 MBNeural RecordTTT + INT6 + EMA
INCOMPLETE477#1663@pablinga191.08443/3?TTT GPTQ RecordINT6 + EMA
INCOMPLETE478#1730@N10ELabs1.0845?16.0 MBNeural Non-RecordTTT + GPTQ
INCOMPLETE479#1515@dexhunter1.0872?15.9 MBNeural Non-RecordGPTQ + INT6 + INT8
INCOMPLETE480#1786@sachinnchaudhary1.09183/316.0 MBNeural ?Non-RecordTTT
INCOMPLETE481#668@Christopher-Lee-McClendon1.0920?14.1 MBTTT Non-RecordTTT + LoRA + GPTQ + INT6 + EMA
INCOMPLETE482#644@Christopher-Lee-McClendon1.0944?14.5 MBTTT Non-RecordTTT + LoRA + GPTQ + INT6 + EMA
INCOMPLETE483#1774@aruniyer1.09813/316.0 MBGPTQ RecordTTT + GPTQ
INCOMPLETE484#628@Christopher-Lee-McClendon1.0983?14.3 MBTTT ?Non-RecordTTT + LoRA + GPTQ + INT6 + INT8 + EMA
INCOMPLETE485#1062@yaowubarbara1.1001?16.0 MBNeural Non-RecordTTT + GPTQ + INT6 + EMA
1 SEED486#1467@PhamPhuHoa-231.10561/315.7 MBGPTQ Non-RecordTTT + GPTQ + INT6 + EMA
INCOMPLETE487#1254@Elarwei0011.1070?14.4 MBNeural RecordTTT + LoRA + INT6
INCOMPLETE488#1495@shram861.1077?18.6 MBNeural Non-RecordMuon + INT6 + INT8 + EMA
INCOMPLETE489#612@Christopher-Lee-McClendon1.1079?14.8 MBTTT Non-RecordTTT + GPTQ + INT6 + INT8
2 SEEDS490#1535@newjordan1.10832/315.8 MBGPTQ Non-RecordTTT + GPTQ + INT6 + INT8 + EMA + N-gram
INCOMPLETE491#1219@Gusanidas1.10843/3?GPTQ RecordGPTQ + N-gram
INCOMPLETE492#1006@NewyorkDev1.1085?16.0 MBTTT ?RecordTTT + GPTQ + INT6 + EMA
INCOMPLETE493#1270@VirajDeshwal1.1088?15.8 MBTTT Non-RecordTTT
INCOMPLETE494#1120@newjordan1.10993/315.6 MBGPTQ RecordMuon + GPTQ + INT6
INCOMPLETE495#1625@ChideraIbe1231.1104?13.8 MBNeural Non-RecordTTT + N-gram
INCOMPLETE496#1135@barneywohl1.11103/3?GPTQ RecordGPTQ
INCOMPLETE497#1655@himanalot1.11353/316.0 MBTTT ?RecordTTT + GPTQ + INT6
INCOMPLETE498#1694@Rtx09x1.1136?15.4 MBGPTQ Non-RecordGPTQ + EMA
INCOMPLETE499#756@abaybektursun1.1142??TTT ?Non-RecordTTT + GPTQ + INT6
INCOMPLETE500#1171@EthanYangTW1.11453/315.4 MBTTT GPTQ RecordLeakyReLUΒ² + TTT + Muon + GPTQ + INT6 + EMA + N-gram + Two-pass
INCOMPLETE501#1103@abaybektursun1.1147??Neural ?Non-RecordGPTQ + INT6 + INT8 + N-gram
2 SEEDS502#1150@sahiee-dev1.11512/316.0 MBNeural RecordTTT + Muon + GPTQ + INT6 + EMA + N-gram
INCOMPLETE503#841@someone1145141.1157?16.0 MBTTT ?RecordTTT + Muon
1 SEED504#1072@vimeto1.11701/315.9 MBGPTQ RecordTTT + Muon + GPTQ + INT6 + EMA
INCOMPLETE505#670@abaybektursun1.11713/3?Neural ?Non-RecordTTT + Muon + GPTQ + INT8
INCOMPLETE506#1422@swapp19901.1172?15.4 MBTTT GPTQ Non-RecordTTT + Muon + SwiGLU + LoRA + GPTQ + INT6 + INT8
INCOMPLETE507#1236@ibarrajo1.1179?15.2 MBTTT GPTQ Non-RecordTTT + GPTQ
INCOMPLETE508#1181@Tanush19121.1182?16.0 MBTTT GPTQ RecordTTT + LoRA + INT6
INCOMPLETE509#1004@ibarrajo1.1182?15.5 MBTTT ?Non-RecordTTT + GPTQ + EMA
INCOMPLETE510#752@Naazimsnh021.1182?15.9 MBNeural RecordTTT + Muon + GPTQ + INT6 + EMA
INCOMPLETE511#965@Adam-Jacuch1.1184?16.0 MBNeural ?RecordCompliance violation
INCOMPLETE512#1001@ibarrajo1.1188?16.3 MBTTT GPTQ Non-RecordTTT + GPTQ + INT6
INCOMPLETE513#1039@yufengli-oai1.11893/3?TTT ?RecordTTT
INCOMPLETE514#852@Prush691.1189?14.5 MBNeural ?RecordTTT + Muon + SSM
INCOMPLETE515#1070@manfromnowhere1431.1190?15.9 MBTTT Cache Non-RecordTTT + Muon + GPTQ + INT6 + INT8 + EMA
INCOMPLETE516#610@ChaosCodes1.1190?15.8 MBNeural RecordTTT + GPTQ + INT6 + EMA
INCOMPLETE517#181@manfromnowhere1431.1190?15.9 MBTTT ?Non-RecordTTT + Muon + GPTQ + INT6 + INT8 + EMA
INCOMPLETE518#1276@BiggerDABOSS1.1194?16.0 MBNeural RecordTTT + Muon + GPTQ + INT6 + EMA + N-gram + Two-pass
INCOMPLETE519#1124@NewyorkDev1.11943/316.0 MBTTT GPTQ RecordTTT + Muon + GPTQ
INCOMPLETE520#1106@agalimova1.1194??Neural ?Non-RecordLeakyReLUΒ²
INCOMPLETE521#816@jimliu7415231.1194??Neural RecordTTT + Muon + GPTQ + INT6 + EMA
INCOMPLETE522#697@Danishlynx1.1194??TTT ?RecordTTT + INT6
INCOMPLETE523#1320@jpfeiffe1.1196??Neural Non-RecordTTT
INCOMPLETE524#1237@ibarrajo1.1198?15.1 MBTTT GPTQ Non-RecordTTT
INCOMPLETE525#1284@tyrel-beede1.12073/316.0 MBGPTQ RecordTTT + Muon + INT6
INCOMPLETE526#1494@G3sparky1.1220?15.9 MBGPTQ RecordGPTQ + EMA
INCOMPLETE527#1361@jorge-asenjo1.1220?15.9 MBNeural ?RecordGPTQ + INT6 + EMA
INCOMPLETE528#1081@michaelwinczuk1.1220?16.0 MBNeural Non-RecordTTT + INT6 + EMA
INCOMPLETE529#1080@ciach1.1228??Neural Non-RecordCompliance violation
INCOMPLETE530#416@kshitizz361.1230?16.0 MBNeural ?Non-RecordINT6 + EMA
INCOMPLETE531#429@AbhisekBasu11.1231?16.0 MBNeural ?Non-RecordTTT + GPTQ + INT6 + EMA
INCOMPLETE532#682@gthgomez1.1233?16.0 MBNeural ?Non-RecordMuon + INT6 + INT8 + EMA
INCOMPLETE533#636@NewyorkDev1.1234?15.9 MBNeural ?Non-RecordGPTQ + INT6 + EMA
INCOMPLETE534#1249@ibarrajo1.1240?16.0 MBTTT GPTQ Non-RecordTTT + GPTQ
INCOMPLETE535#710@Dhruba5311.1240?15.6 MBNeural ?RecordMuon + GPTQ + INT6 + EMA
INCOMPLETE536#374@unnir1.1246?15.7 MBNeural ?RecordMuon + INT6 + INT8
INCOMPLETE537#1323@sohv1.1247?16.0 MBNeural RecordCompliance violation
INCOMPLETE538#394@greqone1.1247?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE539#379@dannywillowliu-uchi1.1257??Neural ?RecordGPTQ + INT6
INCOMPLETE540#1043@okezue1.1261??Neural ?RecordTTT + Muon
INCOMPLETE541#1248@ibarrajo1.1264?16.0 MBTTT GPTQ Non-RecordTTT + GPTQ
INCOMPLETE542#1327@mrbese1.1276?15.3 MBNeural RecordMuon + GPTQ + INT6
INCOMPLETE543#1271@andrewbaggio11.12893/3?Neural ?Non-RecordGPTQ
INCOMPLETE544#1101@amrayach1.1290?16.0 MBNeural Non-RecordTTT + INT6 + EMA
2 SEEDS545#1311@htrung11051.13032/315.9 MBNeural Non-RecordMuon + GPTQ + INT6 + EMA
INCOMPLETE546#254@timowhite881.1303??TTT ?RecordTTT + INT6
1 SEED547#1316@AR64201.13101/315.6 MBGPTQ Non-RecordLeakyReLUΒ² + Muon + GPTQ + EMA
2 SEEDS548#198@jfprincz1.13182/315.7 MBNeural ?RecordMuon + INT6
INCOMPLETE549#383@joelnishanth1.1320?15.8 MBNeural ?RecordMuon + INT6 + INT8
INCOMPLETE550#332@saml2121.1320?15.7 MBNeural RecordINT6 + EMA
INCOMPLETE551#579@newjordan1.1325?15.2 MBNeural ?RecordTTT + MoE + LoRA + GPTQ + EMA
INCOMPLETE552#489@sofiabod1.13273/3?TTT ?RecordTTT + Muon + INT6 + INT8
INCOMPLETE553#344@aryanbhosale1.13303/3?TTT Non-RecordMuon + GPTQ + INT6 + EMA
INCOMPLETE554#598@Christopher-Lee-McClendon1.1334?15.7 MBTTT ?Non-RecordTTT + Muon + GPTQ + INT6 + INT8 + EMA
2 SEEDS555#1634@arsenis-cmd1.13352/315.8 MBGPTQ Non-RecordTTT
INCOMPLETE556#1251@ibarrajo1.1349?16.0 MBTTT GPTQ Non-RecordTTT + GPTQ
INCOMPLETE557#1086@Omrigotlieb1.1349?16.3 MBTTT RecordMuon + GPTQ + INT6 + INT8 + EMA
2 SEEDS558#695@0xNoramiya1.13522/315.9 MBNeural ?RecordTTT + Muon + INT6 + EMA
INCOMPLETE559#667@suchitj27021.1352?15.4 MBNeural Non-RecordTTT + Muon + INT6
INCOMPLETE560#562@bigbag1.1354?15.3 MBNeural Non-RecordTTT + Muon + INT6
INCOMPLETE561#290@ibarrajo1.1354?15.9 MBTTT ?RecordTTT + INT6
INCOMPLETE562#307@dennisimoo1.1357?15.7 MBNeural ?RecordINT6 + EMA
INCOMPLETE563#1308@newjordan1.13643/315.2 MBNeural Non-RecordTTT + GPTQ
INCOMPLETE564#339@sheeki031.1364?16.2 MBNeural RecordTTT + Muon + INT6 + EMA
2 SEEDS565#458@ofirkris1.13652/3?Neural ?RecordTTT + INT6 + EMA
INCOMPLETE566#1366@yunoshev1.1371?15.9 MBTTT Non-RecordTTT + Muon + LoRA + GPTQ + EMA
INCOMPLETE567#1773@Amanbig1.1387??TTT Non-RecordTTT + INT6 + INT8 + EMA
INCOMPLETE568#422@albertorkive1.1396?15.9 MBNeural ?RecordMuon + INT6 + EMA
INCOMPLETE569#267@andrewgcodes1.1402??Neural ?RecordTTT
INCOMPLETE570#1087@Dhenenjay1.1407?15.7 MBNeural RecordLeakyReLUΒ² + TTT + GPTQ + INT6 + EMA
INCOMPLETE571#601@anantdgoel1.1418?15.7 MBNeural ?Non-RecordTTT + GPTQ + INT6 + EMA
INCOMPLETE572#526@Christopher-Lee-McClendon1.1425?15.5 MBTTT Non-RecordTTT + Muon + INT6
INCOMPLETE573#360@MultiFe221.1426?16.0 MBNeural ?Non-RecordEMA
INCOMPLETE574#553@Vighaneshs1.1428?16.0 MBNeural RecordSwiGLU + INT6 + INT8 + EMA + N-gram
INCOMPLETE575#658@hmlizama1.1428??TTT Non-RecordTTT + LoRA
INCOMPLETE576#447@CREVIOS1.1431?16.0 MBNeural ?Non-RecordMuon + INT6
INCOMPLETE577#1474@shram861.1434?15.9 MBNeural Non-RecordMuon + INT6 + INT8 + EMA
2 SEEDS578#303@sseanliu1.14362/315.3 MBTTT ?Non-RecordTTT + EMA
INCOMPLETE579#317@chris-buckley1.1442?16.0 MBTTT ?RecordTTT + Muon + INT6 + EMA
INCOMPLETE580#1244@monkeyKingProgrammer1.1443?15.7 MBNeural Non-RecordLeakyReLUΒ² + TTT + Muon + EMA
INCOMPLETE581#1256@oidebrett1.1444?16.0 MBNeural Non-RecordMuon + INT6
INCOMPLETE582#461@Christopher-Lee-McClendon1.1446?14.8 MBTTT ?Non-RecordTTT + Muon + INT6
2 SEEDS583#327@Ananddna1.14502/3?Neural RecordTTT + Muon + LoRA + INT6
INCOMPLETE584#1479@andrewbaggio11.1450?13.8 MBTTT GPTQ Non-RecordTTT + SSM + GPTQ + INT6 + INT8 + EMA
INCOMPLETE585#1675@jayzuccarelli1.1451?15.8 MBGPTQ RecordMuon + GPTQ + EMA
INCOMPLETE586#1386@Buld1n1.1452?15.6 MBNeural Non-RecordINT6 + EMA
INCOMPLETE587#1457@DilpreetBansi1.1454?16.0 MBTTT GPTQ RecordTTT + LoRA + GPTQ + INT6 + EMA
INCOMPLETE588#1233@ibarrajo1.1460?16.0 MBTTT GPTQ Non-RecordTTT + GPTQ
INCOMPLETE589#1234@ibarrajo1.1461?16.0 MBTTT GPTQ Non-RecordTTT + GPTQ + INT6
INCOMPLETE590#325@ar0cket11.1462?16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE591#450@zachgoldfine441.14663/3?Neural ?RecordTTT + INT6
INCOMPLETE592#389@trasnake871.1466?14.8 MBNeural ?RecordINT6 + EMA
2 SEEDS593#1245@mkenney21.14702/315.7 MBNeural Non-RecordTTT + SSM + INT8
2 SEEDS594#179@devin-cog1.14722/315.9 MBNeural ?RecordMuon + INT6
INCOMPLETE595#592@Skytuhua1.1476?15.5 MBNeural ?RecordGPTQ + INT6 + EMA
INCOMPLETE596#709@StolbaJ1.14783/3?Neural ?RecordINT6
INCOMPLETE597#150@yahya0101.1478?15.8 MBTTT RecordTTT + Muon + INT6
1 SEED598#194@baudrillardsgh0st1.14801/319.1 MBNeural ?RecordMuon + INT6 + INT8
INCOMPLETE599#680@bro4all1.1483?16.0 MBNeural ?Non-RecordTTT + Muon + SwiGLU + INT6 + EMA
2 SEEDS600#583@suchihype1.14892/316.0 MBNeural ?RecordINT6
INCOMPLETE601#1275@ranausmanai1.1492??Neural ?Non-RecordTTT + INT8
2 SEEDS602#364@shikhar17291.14972/315.9 MBNeural ?RecordCompliance violation
INCOMPLETE603#1108@DbBested1.1502??Neural RecordTTT
INCOMPLETE604#192@baudrillardsgh0st1.1502?15.5 MBNeural ?RecordMuon + INT6 + INT8
INCOMPLETE605#623@SPThole1.15073/315.4 MBNeural RecordTTT + Muon + GPTQ + INT6 + EMA
INCOMPLETE606#1045@Hilo-Hilo1.1509?15.3 MBTTT ?Non-RecordTTT + INT6
INCOMPLETE607#538@cruz-andr1.1511??TTT RecordTTT + LoRA
INCOMPLETE608#289@integrate-your-mind1.1518?15.2 MBNeural ?RecordTTT + Muon + LoRA + INT6
INCOMPLETE609#302@JackYoung271.1520?15.1 MBTTT ?Non-RecordTTT + INT6
INCOMPLETE610#1238@ibarrajo1.1521?2.1 MBTTT GPTQ Non-RecordTTT
INCOMPLETE611#485@harsha-gouru1.1522?15.4 MBNeural ?RecordINT6
2 SEEDS612#164@jfprincz1.15242/315.4 MBNeural RecordMuon + INT6 + INT8
INCOMPLETE613#1355@mradassaad1.1526?16.0 MBNeural ?Non-RecordSSM + GPTQ + INT6
INCOMPLETE614#1228@meinlebenswerk1.15273/315.9 MBTTT Non-RecordTTT + MoE + LoRA + INT6 + EMA
INCOMPLETE615#456@Christopher-Lee-McClendon1.1532?16.0 MBTTT ?Non-RecordTTT + Muon + LoRA + GPTQ + INT6
2 SEEDS616#1065@rithunkp1.15362/315.7 MBNeural Non-RecordMuon + INT6 + INT8
INCOMPLETE617#1008@monkeyKingProgrammer1.1538?15.8 MBTTT ?Non-RecordTTT + Muon + EMA
INCOMPLETE618#920@CiprianFlorin-Ifrim1.15393/316.0 MBNeural ?RecordTTT + Muon
INCOMPLETE619#135@unnir1.1539?15.2 MBNeural RecordMuon + INT6
INCOMPLETE620#230@MatthewHRockwell1.1541?16.0 MBNeural ?RecordINT6
INCOMPLETE621#1353@Rtx09x1.1546?15.2 MBGPTQ Non-RecordGPTQ + INT6 + EMA
INCOMPLETE622#653@demirelo1.1550?16.0 MBNeural RecordTTT + Muon
INCOMPLETE623#507@skarakulak1.1558?15.2 MBNeural ?RecordMuon + SwiGLU + INT6 + EMA
INCOMPLETE624#1090@swapp19901.1573?15.0 MBTTT Non-RecordTTT + Muon + SwiGLU + LoRA + INT6 + INT8
INCOMPLETE625#366@shivnarainms221.1574?15.5 MBTTT ?Non-RecordTTT + INT6
INCOMPLETE626#365@outsourc-e1.1574??Neural ?RecordINT6
INCOMPLETE627#114@saml2121.1574?16.0 MBNeural ?RecordINT6 + INT8
INCOMPLETE628#273@dentity0071.1575?14.7 MBNeural ?Non-RecordMuon + INT6
INCOMPLETE629#947@aamodbhatt1.1576?14.9 MBTTT GPTQ Non-RecordTTT + N-gram + Two-pass
INCOMPLETE630#932@anthony-maio1.15803/3?Neural ?Non-RecordCompliance violation
INCOMPLETE631#901@Hilo-Hilo1.1590?15.9 MBNeural RecordTTT + INT6 + INT8
INCOMPLETE632#492@Divyesh-Thirukonda1.1591?16.0 MBTTT ?RecordTTT + LoRA + INT6 + INT8 + EMA
2 SEEDS633#128@rsavitt1.15942/315.2 MBNeural ?RecordINT6 + INT8
INCOMPLETE634#251@kshitizz361.1596?15.3 MBNeural ?RecordMuon + INT6
INCOMPLETE635#191@chris-buckley1.1598?15.9 MBNeural ?RecordMuon + INT6
INCOMPLETE636#1658@AVINASH00521.1600?16.0 MBTTT RecordTTT + Muon + LoRA + GPTQ + INT6 + INT8 + EMA
INCOMPLETE637#1215@turbo-indubitable1.1601?15.9 MBNeural Non-RecordINT6 + N-gram
INCOMPLETE638#222@ansh-deriv1.1601?16.0 MBNeural ?Non-RecordMuon + INT6 + INT8
INCOMPLETE639#99@takhir-iota1.1605?0.0 MBNeural RecordINT6 + INT8
INCOMPLETE640#946@aamodbhatt1.1606?13.4 MBTTT GPTQ Non-RecordTTT + N-gram + Two-pass
INCOMPLETE641#330@bopmite1.1609??TTT Non-RecordINT6
INCOMPLETE642#102@unnir1.1618?15.1 MBNeural RecordMuon + MoE + INT6 + INT8
2 SEEDS643#89@vmfunc1.16222/315.5 MBNeural RecordMuon + INT6
INCOMPLETE644#160@ChaseWNorton1.1623??Neural RecordINT6 + INT8
INCOMPLETE645#1568@yuitokyouni1.1639?13.2 MBGPTQ Non-RecordGPTQ + INT6 + EMA
INCOMPLETE646#698@hesong0222-dev1.1642?15.6 MBNeural ?Non-RecordMuon + GPTQ + INT6 + EMA
INCOMPLETE647#296@sseanliu1.1645?16.0 MBTTT ?Non-RecordTTT
INCOMPLETE648#1022@aramdov1.1646?16.9 MBNeural ?Non-RecordMuon + INT8
INCOMPLETE649#107@m0at1.1648?15.9 MBNeural RecordINT6
INCOMPLETE650#929@andreanjos1.1653?15.0 MBNeural ?RecordINT6
INCOMPLETE651#352@sp00mm1.1659?15.1 MBNeural RecordINT6 + EMA
1 SEED652#70@jfprincz1.16591/314.9 MBNeural ?RecordINT6
INCOMPLETE653#170@baudrillardsgh0st1.1669?14.8 MBNeural ?RecordMuon + INT6 + INT8
INCOMPLETE654#81@polarizedfortnite-cpu1.1670??TTT ?RecordTTT + SwiGLU + LoRA + INT6
INCOMPLETE655#305@Naazimsnh021.1672?14.4 MBNeural ?RecordINT6 + INT8
INCOMPLETE656#1013@himanshudongre1.1682?13.0 MBNeural ?Non-RecordSSM + GPTQ + N-gram + Two-pass
INCOMPLETE657#453@Divyesh-Thirukonda1.1689?16.0 MBNeural ?Non-RecordTTT
INCOMPLETE658#474@joshuaswarren1.1690?15.3 MBNeural ?Non-RecordMuon + INT6
INCOMPLETE659#299@Mistobaan1.1697?16.0 MBTTT ?Non-RecordTTT + LoRA
INCOMPLETE660#117@trovatochris1.1702?15.3 MBNeural ?RecordMuon + INT6
INCOMPLETE661#249@kvmukilan1.1704?13.5 MBNeural ?Non-RecordINT6
INCOMPLETE662#1378@Rajat1234567891.1711?14.8 MBNeural Non-RecordLeakyReLUΒ² + GPTQ + EMA
INCOMPLETE663#418@yashverms1.1715?15.6 MBNeural ?Non-RecordMuon + INT6 + N-gram
INCOMPLETE664#211@dubthecat1.1719?16.0 MBNeural ?RecordCompliance violation
INCOMPLETE665#487@anantdgoel1.1720?19.4 MBNeural ?Non-RecordEMA
INCOMPLETE666#329@lee1011.1722?16.0 MBNeural RecordINT8
INCOMPLETE667#424@someone1145141.1725?16.4 MBNeural ?Non-RecordMuon + INT6 + EMA
INCOMPLETE668#176@GLDRoger1.1732?15.8 MBNeural ?RecordMuon + INT6
INCOMPLETE669#908@albertorkive1.1734?16.8 MBNeural ?Non-RecordEMA
INCOMPLETE670#381@codestrongestx1.1739??Neural ?Non-RecordCompliance violation
INCOMPLETE671#256@IvGolovach1.1747?15.9 MBNeural ?RecordTTT + INT6 + INT8
INCOMPLETE672#166@chinesepowered1.1748?16.0 MBNeural RecordMuon
2 SEEDS673#547@shajalahamedcse1.17522/31.5 MBNeural RecordINT6
INCOMPLETE674#217@kshitizz361.1753?14.7 MBNeural ?RecordINT6 + INT8
INCOMPLETE675#1208@newjordan1.17603/316.0 MBNeural RecordCompliance violation
1 SEED676#96@saml2121.17641/315.9 MBNeural RecordMuon
2 SEEDS677#66@arjun-krishna11.17692/315.3 MBNeural ?RecordINT6
INCOMPLETE678#367@ksang1231.1770?15.9 MBNeural ?Non-RecordTTT + INT6 + EMA
INCOMPLETE679#310@vishesh91311.1787?15.6 MBTTT ?RecordTTT + Muon + LoRA + INT8
INCOMPLETE680#1505@Rohan-Abhilash1.1791?24.5 MBNeural Non-RecordGPTQ + INT6 + INT8
INCOMPLETE681#205@xinpw81.1792?12.1 MBNeural ?Non-RecordMuon + INT6
INCOMPLETE682#1141@ivanontech1.1801??Neural Non-RecordMuon
INCOMPLETE683#1139@ivanontech1.1801??Neural Non-RecordMuon + EMA
INCOMPLETE684#1724@Unwindology1.1803?15.9 MBNeural RecordMuon + INT6 + EMA
INCOMPLETE685#543@rarce1.1804?15.9 MBNeural Non-RecordMuon + GPTQ + INT6 + INT8
INCOMPLETE686#805@zeytx1.1807?3.9 MBNeural RecordGPTQ + INT6 + EMA
INCOMPLETE687#301@lookin-zz1.1807?16.0 MBTTT ?Non-RecordTTT + INT6
INCOMPLETE688#1709@Bananakin11.1812?16.0 MBNeural Non-RecordMuon + INT6
INCOMPLETE689#172@GMaN19111.1812?16.0 MBNeural ?RecordINT6 + INT8
INCOMPLETE690#1448@shram861.1834?15.4 MBNeural Non-RecordMuon + INT6 + EMA
INCOMPLETE691#1760@BrandtChristian1.1863?15.9 MBNeural Non-RecordTTT + INT6 + INT8 + EMA
INCOMPLETE692#321@andreanjos1.1864??Neural ?RecordINT8
INCOMPLETE693#1140@newjordan1.18673/38.8 MBGPTQ RecordINT6 + N-gram
INCOMPLETE694#1268@samquiring1.1875?15.5 MBGPTQ Non-RecordSSM + GPTQ + EMA
INCOMPLETE695#137@abhishekgahlot21.1877?15.2 MBNeural RecordMuon + INT6
INCOMPLETE696#197@machdragon1.1893?15.3 MBNeural ?Non-RecordMuon + INT8
INCOMPLETE697#542@ddavidgao1.1898?16.6 MBNeural Non-RecordTTT + MoE + SwiGLU
2 SEEDS698#221@shajalahamedcse1.18992/316.0 MBNeural ?RecordCompliance violation
INCOMPLETE699#832@jfprincz1.1903?14.2 MBNeural ?Non-RecordMuon + INT6 + EMA
INCOMPLETE700#355@josusanmartin1.1913?16.1 MBNeural Non-RecordINT8
2 SEEDS701#309@NewyorkDev1.19142/311.5 MBNeural ?RecordINT6 + INT8
INCOMPLETE702#500@ikermoel1.19253/3?Neural ?RecordTTT + LoRA + INT8
INCOMPLETE703#142@ankitmaloo1.1925??Neural RecordINT8
INCOMPLETE704#446@sofiabod1.1933?16.0 MBNeural ?RecordCompliance violation
INCOMPLETE705#560@Rohan5commit1.1935??Neural Non-RecordCompliance violation
INCOMPLETE706#1623@divagr181.1942?15.6 MBGPTQ RecordMuon + SwiGLU + GPTQ + INT8 + EMA
INCOMPLETE707#1125@jainpranjal971.1946??Neural Non-RecordMuon + INT8
INCOMPLETE708#1335@wchen-ai1.1948?16.0 MBNeural Non-RecordEMA
INCOMPLETE709#161@santosh55411.1957?15.9 MBTTT RecordTTT + LoRA + INT8
INCOMPLETE710#1036@ivanontech1.1974??Neural ?Non-RecordCompliance violation
INCOMPLETE711#1123@sisegod1.1986?16.0 MBNeural Non-RecordTTT + Muon + INT6
INCOMPLETE712#510@SelfAnush1.1989??Neural Non-RecordMuon
INCOMPLETE713#799@yuvraajbains1.2000??Neural Non-RecordSwiGLU
INCOMPLETE714#448@handemanai1.2006?15.0 MBNeural ?RecordINT6
INCOMPLETE715#200@khasinski1.2012?14.3 MBNeural ?RecordINT6
INCOMPLETE716#1527@alphastar11111.2026?15.8 MBNeural ?RecordLeakyReLUΒ² + Muon + INT6 + INT8
INCOMPLETE717#1438@sabdulmajid1.2029?16.0 MBNeural Non-RecordLeakyReLUΒ² + INT6 + EMA
INCOMPLETE718#139@ksang1231.2029?15.1 MBNeural Non-RecordINT6
INCOMPLETE719#454@nalediym1.2055?19.6 MBNeural ?Non-RecordINT6 + INT8
INCOMPLETE720#1038@Vibes-me1.2058?16.0 MBTTT ?RecordTTT
INCOMPLETE721#244@simon-marcus1.2064?15.3 MBNeural Non-RecordINT8
INCOMPLETE722#649@pall23-mech1.2073?15.5 MBNeural ?RecordMuon + INT6 + EMA
INCOMPLETE723#1337@sergimichi1.2079?15.7 MBNeural ?Non-RecordINT8
INCOMPLETE724#225@dibdabo1.2089?15.2 MBNeural ?Non-RecordMuon + INT6
2 SEEDS725#163@Focus23211.20912/313.2 MBNeural RecordMuon + SwiGLU
2 SEEDS726#495@SergiuDeveloper1.20922/315.5 MBTTT ?Non-RecordTTT + LoRA
INCOMPLETE727#651@phulin1.2093??Neural ?RecordTTT
INCOMPLETE728#1250@ibarrajo1.2094?16.0 MBTTT GPTQ Non-RecordTTT + GPTQ
INCOMPLETE729#1553@Abhishek81081.2097?16.0 MBGPTQ Non-RecordTTT + GPTQ + INT6 + N-gram
INCOMPLETE730#136@ibarrajo1.2101?15.9 MBTTT RecordTTT + SwiGLU + INT8
INCOMPLETE731#85@hydeh3r31.2156??Neural RecordMuon + INT6 + INT8
INCOMPLETE732#1046@Jayteare1.2174?15.1 MBNeural ?RecordINT6 + INT8 + EMA
INCOMPLETE733#1751@Pravin-dev061.2193??Neural Non-RecordSwiGLU + INT8
INCOMPLETE734#1273@DushyantChetiwal1.2196?14.9 MBNeural Non-RecordMuon + GPTQ + INT6 + EMA
INCOMPLETE735#155@peytontolbert1.2202?16.0 MBNeural RecordMuon
INCOMPLETE736#334@nathon-lee1.2207?15.4 MBNeural Non-RecordTTT + Muon + INT6 + EMA
INCOMPLETE737#440@Ashutosh31428571.22193/3?Neural ?RecordEMA
2 SEEDS738#1243@simon-marcus1.22442/316.0 MBNeural Non-RecordINT6 + EMA
2 SEEDS739#1315@andrewmouldon1.22622/316.0 MBNeural Non-RecordCompliance violation
2 SEEDS740#1264@andrewmouldon1.22622/316.0 MBNeural Non-RecordCompliance violation
2 SEEDS741#1035@andrewmouldon1.22622/316.0 MBNeural ?Non-RecordCompliance violation
2 SEEDS742#966@andrewmouldon1.22622/316.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE743#1478@jxgod1.2268?16.0 MBNeural RecordCompliance violation
INCOMPLETE744#78@mtybadger1.2273?14.7 MBNeural ?RecordMuon + INT6 + INT8
INCOMPLETE745#506@eshansinghal141.2294?16.0 MBNeural ?Non-RecordINT8
INCOMPLETE746#204@Akasxh1.2320?14.2 MBNeural ?RecordMuon + INT6
INCOMPLETE747#1581@aiejvn1.2321??Neural ?Non-RecordMuon
INCOMPLETE748#1253@Okropniak1.2326?15.6 MBNeural Non-RecordLeakyReLUΒ² + INT6 + EMA
INCOMPLETE749#288@trasnake871.2334?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE750#195@chasewebb1.2355?15.9 MBNeural ?RecordINT8
INCOMPLETE751#600@humanaiconvention1.2364?15.7 MBTTT ?Non-RecordTTT + LoRA + INT6
INCOMPLETE752#1428@ntwari-bruce1.2370?15.9 MBNeural Non-RecordSwiGLU
INCOMPLETE753#395@NishantDahal1.2374?13.5 MBNeural ?Non-RecordSwiGLU + INT8
INCOMPLETE754#436@CrimsonSithria1.2392?15.9 MBNeural ?Non-RecordMuon + INT8 + EMA
INCOMPLETE755#370@SergheiBrinza1.2421?13.3 MBNeural ?RecordINT6
INCOMPLETE756#272@simon-marcus1.2427?10.4 MBNeural ?Non-RecordTTT + INT6 + INT8
INCOMPLETE757#343@joeynyc1.2459?15.9 MBNeural RecordCompliance violation
INCOMPLETE758#939@brian3861.25193/3?Neural Non-RecordCompliance violation
INCOMPLETE759#1088@serdardoesml1.2542?16.0 MBNeural Non-RecordINT8
INCOMPLETE760#1525@Jash-Vora1.2552?14.9 MBNeural Non-RecordMuon + SSM
0 SEEDS761#1684@camden-git1.25540/316.0 MBGPTQ Non-RecordMuon + LoRA + GPTQ + INT6 + EMA
INCOMPLETE762#580@micoverde1.2623?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE763#855@aazizyan1.2624?16.0 MBNeural ?Non-RecordINT8
INCOMPLETE764#1390@NICOH-YAY1.2634?15.8 MBNeural Non-RecordCompliance violation
INCOMPLETE765#1439@reyhandl1.2639?14.7 MBNeural ?Non-RecordLoRA
INCOMPLETE766#1654@IshiPareek1.2699?73.0 MBNeural Non-RecordINT6 + INT8 + EMA
INCOMPLETE767#1480@IshiPareek1.2699?135.0 MBNeural Non-RecordEMA
INCOMPLETE768#632@AtomChen04251.2767?15.9 MBNeural ?Non-RecordINT6
INCOMPLETE769#501@aamodbhatt1.2771?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE770#791@ShihChunHao1.28243/3?Neural RecordINT6
INCOMPLETE771#293@Nishu2000-hub1.2827?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE772#354@Skrisps261.2838?14.4 MBNeural Non-RecordMuon + INT6
INCOMPLETE773#384@anantdgoel1.2882?13.2 MBTTT Cache ?Non-RecordTTT
INCOMPLETE774#326@crony-io1.2890?16.0 MBNeural Non-RecordMuon + INT6 + INT8
INCOMPLETE775#970@dnldsz1.2907?15.8 MBNeural ?Non-RecordMuon + SSM + INT8
INCOMPLETE776#193@KHUCHAN1.2917?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE777#1753@Abhishek-Dalvi4101.2917?14.8 MBNeural ?Non-RecordINT8
INCOMPLETE778#1301@himanshudongre1.2957?16.0 MBNeural ?Non-RecordLoRA + INT6
INCOMPLETE779#664@tsbiosky1.2982?15.8 MBNeural Non-RecordCompliance violation
INCOMPLETE780#1027@Syed-M-Zeeshan1.3036?16.0 MBNeural ?Non-RecordTTT + INT6 + EMA
INCOMPLETE781#1417@depoledna1.3039?15.4 MBNeural Non-RecordINT6 + INT8
INCOMPLETE782#1174@Okropniak1.3069?16.0 MBNeural Non-RecordINT6 + EMA
INCOMPLETE783#1444@hypnoastic1.3081?16.0 MBNeural Non-RecordGPTQ
INCOMPLETE784#1078@chinmaypatwardhan-ops1.3193??Neural Non-RecordCompliance violation
INCOMPLETE785#407@itu-itis24-buyukhelvacigilm241.3208??Neural ?Non-RecordINT8
INCOMPLETE786#1589@nnm26021.3223??Neural ?Non-RecordCompliance violation
INCOMPLETE787#1733@G3sparky1.3262?10.9 MBNeural Non-RecordTTT + GPTQ + INT6 + INT8
INCOMPLETE788#488@pkim021.3267?13.3 MBNeural ?RecordMuon + INT6 + EMA
INCOMPLETE789#1074@ldh-at1.3288?16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE790#1367@ieuko1.3319?15.8 MBNeural Non-RecordCompliance violation
2 SEEDS791#1096@vimeto1.33422/311.4 MBGPTQ RecordMuon + LoRA + INT6 + N-gram
2 SEEDS792#1097@danielxmed1.33552/316.5 MBNeural RecordINT8
INCOMPLETE793#104@gwelinder1.3358?15.8 MBNeural Non-RecordINT6 + INT8
INCOMPLETE794#1190@Durlabhkumarjha1.3365??Neural ?Non-RecordMuon + INT6 + EMA
INCOMPLETE795#435@rthgit1.3379?14.7 MBNeural ?RecordINT6 + INT8 + EMA
INCOMPLETE796#1133@swetapaul081.3440?16.0 MBNeural Non-RecordINT8
INCOMPLETE797#226@CRouvroy1.3446??Neural ?RecordLoRA + INT8
INCOMPLETE798#1713@AbhiShet1081.3479?14.7 MBNeural Non-RecordCompliance violation
INCOMPLETE799#1403@Rhoahndur1.3485?16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE800#438@stevenshinechen1.3490??Neural ?Non-RecordMuon + EMA
INCOMPLETE801#1443@hardik-bhadani-git1.3496?15.1 MBNeural Non-RecordINT8 + EMA
INCOMPLETE802#285@DanishjeetSingh1.3510?11.9 MBTTT ?Non-RecordTTT + INT8
INCOMPLETE803#346@bjbjbjbjbjbj1.3529??Neural Non-RecordCompliance violation
INCOMPLETE804#746@C0neF1.3556?14.8 MBNeural Non-RecordCompliance violation
INCOMPLETE805#1192@dentity0071.3560??Neural Non-RecordLeakyReLUΒ²
2 SEEDS806#1144@inFaaa1.35722/315.5 MBNeural Non-RecordCompliance violation
INCOMPLETE807#1025@Zagot-byte1.3579?21.0 MBNeural ?Non-RecordSwiGLU
INCOMPLETE808#1191@dentity0071.3587??Neural Non-RecordTTT
2 SEEDS809#1104@DariusFeher1.35952/316.0 MBNeural ?Non-RecordEMA
INCOMPLETE810#681@Alfaxad1.3628?7.9 MBNeural ?Non-RecordTTT + EMA
INCOMPLETE811#630@LapushBaby1.3629??Neural ?Non-RecordCompliance violation
INCOMPLETE812#567@nitSubedi1.3660?12.0 MBTTT Non-RecordMuon + INT6
INCOMPLETE813#1449@codeprakhar251.3680?10.0 MBNeural Non-RecordINT8
INCOMPLETE814#749@FyeJordy1.3684?15.1 MBNeural RecordINT8
INCOMPLETE815#1349@LocalX9911.3693?16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE816#125@akshai02961.3797?10.2 MBNeural ?Non-RecordINT8
INCOMPLETE817#1131@JianYan111.3822??Neural RecordCompliance violation
INCOMPLETE818#196@sicauzxl1.3825?15.8 MBTTT ?Non-RecordTTT + INT8
INCOMPLETE819#1671@souro261.3827??Neural RecordCompliance violation
INCOMPLETE820#1258@jorge-asenjo1.3874?2.6 MBNeural RecordMuon + INT6 + INT8
INCOMPLETE821#266@User1233311.3932?12.8 MBNeural ?Non-RecordTTT + LoRA + INT8
INCOMPLETE822#441@CrimsonSithria1.3936?3.7 MBNeural ?RecordCompliance violation
2 SEEDS823#1606@AlirezaAlampour1.39692/316.0 MBNeural Non-RecordMuon + INT8 + EMA
INCOMPLETE824#386@Sambhav2420051.4061?4.4 MBNeural ?RecordINT8
INCOMPLETE825#1616@Vickyrrrrrr1.4100?11.2 MBNeural RecordINT8
INCOMPLETE826#284@DanishjeetSingh1.4106?11.1 MBNeural ?Non-RecordMuon + INT8
INCOMPLETE827#588@andyluo221.4120?16.0 MBNeural ?Non-RecordTTT
INCOMPLETE828#992@TimS-ml1.4129?11.9 MBNeural Non-RecordMuon + INT8
INCOMPLETE829#997@randy06122001-boop1.41823/311.6 MBNeural Non-RecordMuon + INT6 + INT8
INCOMPLETE830#1418@Park-Tae-Hwan1.4192??GPTQ Non-RecordMuon + INT6
INCOMPLETE831#1556@sidhanth971.4326?16.0 MBNeural ?Non-RecordINT8
INCOMPLETE832#937@mihir-s-051.4386?16.0 MBTTT Non-RecordINT6 + EMA
INCOMPLETE833#1193@dentity0071.4390?2.9 MBTTT Non-RecordTTT + INT6
INCOMPLETE834#228@hmhm01.4444??Neural ?RecordCompliance violation
INCOMPLETE835#413@anantdgoel1.4525?13.2 MBNeural ?Non-RecordEMA
INCOMPLETE836#444@AymanMahfuz271.4536?14.6 MBNeural ?Non-RecordMuon + INT6 + INT8 + EMA
INCOMPLETE837#476@aquemy1.4574?10.8 MBNeural ?Non-RecordCompliance violation
INCOMPLETE838#554@chrisnkuno1.4612?16.0 MBTTT Non-RecordCompliance violation
INCOMPLETE839#1393@Abhinav-Avasarala1.4716?16.0 MBNeural RecordSwiGLU + INT8
INCOMPLETE840#1607@inin-zou1.4765?8.2 MBNeural ?Non-RecordSSM + GPTQ + INT6
INCOMPLETE841#530@j4201.4963??Neural ?Non-RecordCompliance violation
INCOMPLETE842#739@Jonas-T51.5000?13.0 MBNeural ?Non-RecordINT6
1 SEED843#1614@seekerPrice1.50961/3?Neural Non-RecordCompliance violation
INCOMPLETE844#1612@seekerPrice1.50963/3?Neural ?Non-RecordMuon
INCOMPLETE845#232@kellyvv1.5164?2.9 MBNeural ?RecordINT6
INCOMPLETE846#1762@frido221.5200?16.0 MBNeural Non-RecordINT8 + EMA
INCOMPLETE847#1434@ranausmanai1.5207?14.0 MBNeural ?Non-RecordINT8
INCOMPLETE848#502@aamodbhatt1.5248?13.1 MBNeural ?Non-RecordINT6
INCOMPLETE849#504@fleeb831.5275?15.4 MBNeural ?Non-RecordCompliance violation
INCOMPLETE850#263@Dannybc1231.5382?11.5 MBTTT ?Non-RecordTTT + INT8
INCOMPLETE851#1411@Blakethefn1.5568?15.9 MBNeural Non-RecordMuon + INT6 + INT8 + EMA
INCOMPLETE852#1107@mradassaad1.5633?10.9 MBNeural ?Non-RecordTTT + Muon + SSM + INT6
INCOMPLETE853#1163@intelligentiaomni1.5645?16.0 MBNeural ?RecordINT8
INCOMPLETE854#643@frido221.5672?16.0 MBNeural ?Non-RecordINT8 + EMA
INCOMPLETE855#1793@sunburnt7161.5782?16.0 MBNeural ?Non-RecordMuon
INCOMPLETE856#91@koushikkethamakka1.5890?20.4 MBNeural ?RecordCompliance violation
INCOMPLETE857#1490@wisebreadloaf1.6110?16.0 MBNeural Non-RecordN-gram
INCOMPLETE858#247@riatzukiza1.6114?16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE859#1198@ymrohit1.6224?16.0 MBNeural Non-RecordINT8
INCOMPLETE860#248@riatzukiza1.6231?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE861#1782@OE-GOD1.6239?15.9 MBNeural Non-RecordINT8
INCOMPLETE862#259@outsourc-e1.6353??Neural ?RecordINT8
INCOMPLETE863#974@anthony-maio1.6542?1.2 MBNeural ?Non-RecordLoRA
INCOMPLETE864#1537@pireylow1.6567?16.0 MBNeural ?Non-RecordTTT + MoE + GPTQ + INT6 + EMA
INCOMPLETE865#258@riatzukiza1.6572?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE866#276@riatzukiza1.6577?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE867#240@riatzukiza1.6660?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE868#1491@wisebreadloaf1.6924?16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE869#550@haimianbaobao0071.7140??Neural RecordTTT + LoRA + INT6 + EMA
INCOMPLETE870#1034@Jeneesh10141.7195?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE871#313@my-sonicase1.7232?8.4 MBNeural ?Non-RecordINT8
INCOMPLETE872#126@Athenox141.7510?3.8 MBNeural ?Non-RecordMuon + INT8
INCOMPLETE873#1685@butbutt421.7622?7.5 MBNeural Non-RecordINT8
INCOMPLETE874#1669@Laalinibh1.7968??Neural RecordMuon
INCOMPLETE875#356@sjp6111.8338?10.0 MBNeural Non-RecordINT6 + EMA
INCOMPLETE876#237@takoyakisoft1.8389??Neural ?RecordTTT
INCOMPLETE877#56@cschubiner1.8440?16.0 MBNeural ?Non-RecordINT8
INCOMPLETE878#220@timothywangdev1.8480?16.0 MBNeural ?Non-RecordSSM + INT8
INCOMPLETE879#345@anandks20061.8522?3.5 MBNeural Non-RecordINT8
INCOMPLETE880#342@adhyaay-karnwal1.9011?16.0 MBNeural ?Non-RecordMuon
INCOMPLETE881#80@staticplayHub1.9041?14.2 MBNeural ?Non-RecordINT8
INCOMPLETE882#68@swangai71781.9105??Neural ?RecordCompliance violation
INCOMPLETE883#597@AnirudhaRamesh1.9263?16.0 MBNeural ?Non-RecordSwiGLU
INCOMPLETE884#328@kingjulio82381.9588?12.3 MBNeural Non-RecordMuon + INT6 + INT8
INCOMPLETE885#539@PavelPaha1.9672?10.5 MBNeural RecordINT8
INCOMPLETE886#708@juvi212.1250?16.0 MBNeural ?Non-RecordEMA
INCOMPLETE887#1073@ranausmanai2.1680??Neural ?Non-RecordEMA
INCOMPLETE888#1653@caseyjholler-ai2.2000??Neural RecordINT6
INCOMPLETE889#1195@dentity0072.2017?15.0 MBNeural Non-RecordLoRA
INCOMPLETE890#1196@dentity0072.2020??Neural Non-RecordCompliance violation
INCOMPLETE891#906@andrew-medrano2.3839??Neural ?Non-RecordCompliance violation
INCOMPLETE892#1154@LucasErcolano2.3861?88.0 MBNeural Non-RecordCompliance violation
INCOMPLETE893#1024@immartian2.4023??Neural ?RecordN-gram
INCOMPLETE894#62@stpcoder2.4070?16.0 MBNeural ?Non-RecordINT8
INCOMPLETE895#789@ab28912.4452??TTT ?Non-RecordTTT
INCOMPLETE896#1146@nguthiru2.4646?14.1 MBNeural Non-RecordCompliance violation
INCOMPLETE897#1673@thehimalayanleo2.6360?9.2 MBNeural Non-RecordMuon + INT6 + INT8
INCOMPLETE898#323@megnat05-tmm2.7873?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE899#320@megnat05-tmm2.7873?16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE900#431@spatnala183.0844?16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE901#1281@rlphlrnrys3.1728?1.3 MBNeural ?Non-RecordMuon + INT8
INCOMPLETE902#523@hesong0222-dev3.2439?16.0 MBNeural Non-RecordCompliance violation
2 SEEDS903#1173@imitation-alpha3.26072/316.0 MBNeural Non-RecordCompliance violation
INCOMPLETE904#801@garindean3.2636?8.8 MBNeural ?Non-RecordMuon + SwiGLU + INT8
INCOMPLETE905#1197@dentity0073.3168?16.0 MBNeural Non-RecordSSM
INCOMPLETE906#90@gwskier11-design3.3198?16.0 MBNeural Non-RecordINT8
INCOMPLETE907#1194@dentity0073.3801??Neural Non-RecordCompliance violation
INCOMPLETE908#118@stukenov3.3841?16.0 MBNeural ?Non-RecordINT8
INCOMPLETE909#1436@DevWizard-Vandan4.1072?105.0 MBNeural Non-RecordMuon + INT6 + INT8 + EMA
INCOMPLETE910#1363@divyaprakash04265.9911??Neural RecordCompliance violation
INCOMPLETE911#1304@KenMalloy7.9221?0.1 MBNeural Non-RecordCompliance violation
INCOMPLETE912#1288@yassienshaalan8.2186?10.5 MBNeural ?RecordCompliance violation
INCOMPLETE913#2087@sttawm???Neural Non-RecordCompliance violation
INCOMPLETE914#2002@cedrichaddad??16.0 MBNeural ?Non-RecordTTT + Muon + LoRA + INT6
INCOMPLETE915#1806@cocohearts???Neural ?RecordTTT + Muon + GPTQ
INCOMPLETE916#1803@sscswapnil?3/316.0 MBNeural RecordCompliance violation
INCOMPLETE917#1788@marinabar??2.9 MBNeural ?Non-RecordGPTQ + INT6
INCOMPLETE918#1780@wisebreadloaf?3/316.0 MBNeural RecordTTT
INCOMPLETE919#1768@lkk688?3/316.0 MBNeural Non-RecordCompliance violation
INCOMPLETE920#1766@tashapais?3/316.0 MBTTT GPTQ RecordTTT + Muon + LoRA + GPTQ + INT6 + INT8
INCOMPLETE921#1764@gmn0105??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE922#1763@gmn0105??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE923#1757@aiejvn???Neural ?Non-RecordSSM + INT6
INCOMPLETE924#1754@upascal??16.0 MBGPTQ Non-RecordTTT + GPTQ + INT6 + N-gram
INCOMPLETE925#1752@luccifer00???Neural ?RecordCompliance violation
INCOMPLETE926#1750@teslaeco?3/3?TTT Non-RecordCompliance violation
INCOMPLETE927#1748@elad-simbalista???Neural Non-RecordCompliance violation
INCOMPLETE928#1746@SyntagmaNull??16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE929#1745@SyntagmaNull??16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE930#1744@MuhammedErinArchitecture??16.0 MBNeural RecordTTT
INCOMPLETE931#1739@DevelopedByAnurag???Neural RecordMuon + GPTQ + INT8 + EMA
INCOMPLETE932#1737@sakthivarshans??16.0 MBTTT RecordTTT
INCOMPLETE933#1717@samchill666???GPTQ Non-RecordCompliance violation
INCOMPLETE934#1710@AVINASH0052??13.4 MBTTT GPTQ RecordTTT + GPTQ + INT6 + INT8 + EMA
INCOMPLETE935#1708@newjordan??16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE936#1706@aamodbhatt??16.0 MBNeural Non-RecordTTT + N-gram
INCOMPLETE937#1704@Buld1n???GPTQ Non-RecordTTT
INCOMPLETE938#1703@Buld1n???GPTQ Non-RecordCompliance violation
INCOMPLETE939#1702@Buld1n???GPTQ Non-RecordCompliance violation
INCOMPLETE940#1701@Buld1n???GPTQ Non-RecordCompliance violation
INCOMPLETE941#1697@Buld1n?3/316.0 MBGPTQ Non-RecordTTT + INT8
INCOMPLETE942#1692@joshEng1??16.0 MBNeural Non-RecordMuon + MoE
INCOMPLETE943#1690@vanivamshi???Neural RecordCompliance violation
INCOMPLETE944#1688@Buld1n?3/316.0 MBGPTQ RecordTTT + EMA
INCOMPLETE945#1677@Nour-Masmoudi25???TTT RecordCompliance violation
INCOMPLETE946#1674@mikeapedia???TTT GPTQ Non-RecordTTT + Muon + SSM + N-gram
INCOMPLETE947#1661@anderamondarainh-stack??16.0 MBNeural RecordMuon + INT6 + EMA
INCOMPLETE948#1659@wczubal1???TTT Non-RecordTTT
INCOMPLETE949#1657@ChipGlitch???Neural ?RecordGPTQ
INCOMPLETE950#1656@NGBao1608???Neural ?Non-RecordCompliance violation
INCOMPLETE951#1652@bhagyapatel178???Neural RecordINT6 + INT8
INCOMPLETE952#1651@alexdwu13??16.0 MBGPTQ RecordCompliance violation
INCOMPLETE953#1649@joyceyan??16.0 MBNeural Non-RecordINT6 + INT8
INCOMPLETE954#1648@mikeapedia?3/3?TTT GPTQ Non-RecordTTT + EMA
INCOMPLETE955#1645@scottcui-georgian??16.0 MBTTT GPTQ Non-RecordTTT + Muon
INCOMPLETE956#1640@thestbobo??16.0 MBNeural Non-RecordMuon + GPTQ + INT6
INCOMPLETE957#1639@kunwar-vikrant???GPTQ RecordTTT + GPTQ + INT6
INCOMPLETE958#1637@ZxsTas???Neural RecordCompliance violation
INCOMPLETE959#1636@PapaFranku4647??16.0 MBNeural Non-RecordINT8
INCOMPLETE960#1627@mike-ferguson??14.8 MBNeural Non-RecordINT6 + INT8
INCOMPLETE961#1620@shiawyonglim??11.7 MBNeural RecordTTT + INT6
INCOMPLETE962#1618@Magumbian???Neural RecordCompliance violation
INCOMPLETE963#1615@diaslmb???Neural ?Non-RecordTTT
0 SEEDS964#1610@romeerp?0/316.0 MBTTT GPTQ RecordTTT + LoRA
INCOMPLETE965#1600@sayujshah?3/310.0 MBNeural Non-RecordTTT + INT6 + EMA
INCOMPLETE966#1599@kailean???Neural ?RecordCompliance violation
INCOMPLETE967#1598@amrayach?3/316.0 MBNeural Non-RecordTTT
INCOMPLETE968#1596@Heron4gf??16.7 MBGPTQ Non-RecordGPTQ + INT6
INCOMPLETE969#1593@kiratoyoshihara??16.0 MBNeural RecordINT8
INCOMPLETE970#1590@architb1703???Neural ?RecordCompliance violation
INCOMPLETE971#1580@liveyourday???Neural Non-RecordCompliance violation
INCOMPLETE972#1577@redefine-qbit??16.7 MBNeural Non-RecordMuon + INT8
INCOMPLETE973#1574@KRGulaj??15.9 MBNeural Non-RecordTTT + SSM + LoRA
INCOMPLETE974#1571@skar07???Neural Non-RecordN-gram
INCOMPLETE975#1570@yufang67???Neural RecordCompliance violation
INCOMPLETE976#1558@Subramanyam6???GPTQ RecordGPTQ + INT6
INCOMPLETE977#1554@dentity007??16.0 MBTTT Non-RecordTTT
INCOMPLETE978#1543@PavelPaha??15.0 MBNeural ?RecordMuon + INT6 + INT8
INCOMPLETE979#1542@negrurv??13.9 MBNeural RecordCompliance violation
2 SEEDS980#1538@davie2009kh?2/3?GPTQ RecordMoE
INCOMPLETE981#1532@nogakeren???Neural RecordTTT
INCOMPLETE982#1531@mini-sarami??16.0 MBNeural RecordINT6
INCOMPLETE983#1504@Stuckertks09???Neural ?Non-RecordCompliance violation
INCOMPLETE984#1503@vukadinovic936??11.0 MBNeural Non-RecordMuon + INT8
INCOMPLETE985#1496@shram86??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE986#1483@jmccrayiii???Neural Non-RecordCompliance violation
INCOMPLETE987#1481@Cayton-Tech??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE988#1473@AVINASH0052?3/315.8 MBNeural RecordMuon + GPTQ + INT6 + EMA
INCOMPLETE989#1472@trhgbao??16.0 MBNeural RecordMuon + INT8
INCOMPLETE990#1469@zantasimperator-blip???Neural RecordCompliance violation
INCOMPLETE991#1464@ZxsTas???Neural RecordCompliance violation
INCOMPLETE992#1462@Victory963??16.0 MBNeural ?RecordTTT + Muon
INCOMPLETE993#1441@nogakeren???Neural RecordCompliance violation
INCOMPLETE994#1432@vikrant-akavaram??16.0 MBNeural Non-RecordTTT + MoE + SSM + GPTQ + INT6 + EMA
2 SEEDS995#1406@aamodbhatt?2/315.9 MBNeural RecordTTT + GPTQ + N-gram + Two-pass
INCOMPLETE996#1404@greqone??16.0 MBNeural Non-RecordTTT + SSM
INCOMPLETE997#1402@arsenis-cmd???GPTQ RecordMuon + GPTQ + EMA
INCOMPLETE998#1401@teerthsharma??16.0 MBNeural RecordMuon + GPTQ + INT6 + EMA
INCOMPLETE999#1389@Rome-1??16.0 MBNeural Non-RecordGPTQ + INT6 + INT8 + EMA
INCOMPLETE1000#1387@Muhammad-Ahmed-Rayyan??16.0 MBNeural Non-RecordINT8
INCOMPLETE1001#1382@johnlennyt5?3/37.3 MBGPTQ RecordMuon + SSM + GPTQ + INT6
INCOMPLETE1002#1377@Sarthakm811???Neural RecordEMA
INCOMPLETE1003#1375@mini-sarami??16.0 MBNeural RecordINT8
INCOMPLETE1004#1374@r2smith141??9.3 MBNeural Non-RecordMuon + INT6
INCOMPLETE1005#1373@metadore???Neural RecordINT6
INCOMPLETE1006#1369@xiayicheng3-code??16.0 MBGPTQ Non-RecordINT6 + EMA + N-gram
INCOMPLETE1007#1365@PersusUS??13.6 MBNeural Non-RecordSSM + INT6
INCOMPLETE1008#1362@gargarnav?3/316.0 MBGPTQ Non-RecordTTT + GPTQ + INT6
INCOMPLETE1009#1358@zeal175???Neural RecordTTT
INCOMPLETE1010#1357@mollahasani??16.0 MBNeural Non-RecordINT6 + INT8
INCOMPLETE1011#1356@teslaeco???Neural ?Non-RecordCompliance violation
INCOMPLETE1012#1348@nebullii???Neural ?RecordCompliance violation
INCOMPLETE1013#1347@shasank0001??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE1014#1346@shasank0001??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE1015#1345@shasank0001??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE1016#1343@thgieeight???Neural Non-RecordCompliance violation
INCOMPLETE1017#1342@nicholasbailey87?3/316.9 MBNeural Non-RecordSSM + INT8
INCOMPLETE1018#1340@Rugved1817???Neural RecordINT6
INCOMPLETE1019#1330@luciobaiocchi???Neural Non-RecordCompliance violation
INCOMPLETE1020#1314@simon-marcus???Neural ?Non-RecordCompliance violation
INCOMPLETE1021#1295@austinluk???Neural RecordLoRA
INCOMPLETE1022#1293@5en5e1??15.8 MBNeural Non-RecordCompliance violation
INCOMPLETE1023#1280@aamodbhatt?3/315.9 MBNeural RecordTTT + GPTQ + N-gram + Two-pass
INCOMPLETE1024#1277@Ochakov64??11.0 MBNeural Non-RecordINT8 + EMA
INCOMPLETE1025#1269@Jtss-ux??16.0 MBNeural ?RecordMuon
INCOMPLETE1026#1262@SID-6921??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE1027#1261@Aniket-pd??11.9 MBNeural Non-RecordINT8
INCOMPLETE1028#1259@himanshudongre??15.8 MBNeural ?Non-RecordTTT + SSM
INCOMPLETE1029#1257@BoxiYu???TTT ?Non-RecordTTT
INCOMPLETE1030#1255@akaiHuang??16.0 MBNeural Non-RecordTTT
INCOMPLETE1031#1235@maksblu??17.7 MBNeural Non-RecordSwiGLU + INT8
INCOMPLETE1032#1227@himanshudongre??16.0 MBNeural ?Non-RecordTTT + SSM + N-gram
INCOMPLETE1033#1226@Wolfie8935??16.0 MBNeural Non-RecordGPTQ
INCOMPLETE1034#1225@FireworksAI26???Neural RecordCompliance violation
INCOMPLETE1035#1224@vermissa0ss??16.0 MBGPTQ Non-RecordGPTQ
INCOMPLETE1036#1220@Hieuabssy???Neural RecordCompliance violation
INCOMPLETE1037#1216@SoHarshh??16.5 MBNeural RecordTTT + Muon + GPTQ + INT6 + EMA
INCOMPLETE1038#1210@mikeapedia???Neural ?Non-RecordCompliance violation
INCOMPLETE1039#1207@RAVINDRA8008??16.0 MBTTT GPTQ RecordTTT + GPTQ + INT6 + EMA
INCOMPLETE1040#1203@raider99k??12.6 MBNeural Non-RecordCompliance violation
INCOMPLETE1041#1199@Ribin545??16.0 MBNeural Non-RecordMuon
INCOMPLETE1042#1188@rithvik-duddupudi??16.0 MBNeural RecordMuon + INT6
INCOMPLETE1043#1180@estesryan???Neural Non-RecordCompliance violation
INCOMPLETE1044#1165@brandonpf???Neural RecordCompliance violation
INCOMPLETE1045#1164@papalino456??16.0 MBTTT Non-RecordTTT + LoRA
INCOMPLETE1046#1162@abaybektursun??16.0 MBNeural ?RecordINT6 + EMA + N-gram
INCOMPLETE1047#1153@LucasErcolano???Neural Non-RecordINT8
INCOMPLETE1048#1149@LucasErcolano??16.0 MBNeural Non-RecordINT8
INCOMPLETE1049#1138@greqone??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE1050#1137@Hieuabssy???Neural RecordGPTQ + EMA
INCOMPLETE1051#1132@jxning0422-dev???Neural ?RecordCompliance violation
INCOMPLETE1052#1115@schoudhary90210??16.0 MBNeural Non-RecordLeakyReLUΒ² + TTT
INCOMPLETE1053#1093@Muhtasham???Neural ?RecordCompliance violation
INCOMPLETE1054#1077@malc3om?3/316.0 MBTTT RecordTTT + GPTQ + INT6 + EMA
INCOMPLETE1055#1075@guilhhotina???Neural Non-RecordINT8
INCOMPLETE1056#1071@AbhayAnandUCSD??15.9 MBNeural Non-RecordMuon + INT6
INCOMPLETE1057#1068@LappyG??16.1 MBNeural ?Non-RecordCompliance violation
INCOMPLETE1058#1067@dheeren-tejani?3/317.1 MBNeural ?Non-RecordCompliance violation
INCOMPLETE1059#1063@SHN2004???Neural Non-RecordLeakyReLUΒ²
INCOMPLETE1060#1059@edidisheng???Neural ?RecordINT6
INCOMPLETE1061#1054@samy-oid??16.0 MBNeural ?RecordCompliance violation
INCOMPLETE1062#1051@tejas-goyal??16.0 MBNeural ?RecordTTT + GPTQ + INT6 + EMA
INCOMPLETE1063#1050@Taleef7??16.0 MBTTT ?RecordTTT + Muon
INCOMPLETE1064#1044@greqone??15.4 MBNeural ?Non-RecordSSM + INT6 + EMA
INCOMPLETE1065#1023@DanielSooman???Neural ?RecordCompliance violation
INCOMPLETE1066#1020@VettyCordwainer???Neural ?RecordCompliance violation
INCOMPLETE1067#1012@himanshudongre??16.0 MBNeural ?Non-RecordSSM + EMA
INCOMPLETE1068#1009@SoHarshh???Neural ?RecordTTT + EMA
INCOMPLETE1069#1003@techleadershipofanurag??16.0 MBNeural Non-RecordMuon + LoRA + INT6 + EMA
INCOMPLETE1070#1000@Elarwei001??16.0 MBNeural RecordINT6
INCOMPLETE1071#998@asuramaya??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE1072#994@singhaikshitijjain???Neural RecordMuon + SwiGLU + INT8 + EMA
INCOMPLETE1073#987@Evreu1pro??16.0 MBNeural Non-RecordTTT + Muon + SwiGLU + INT6
INCOMPLETE1074#985@danielweidinger2299-debug???Neural RecordCompliance violation
INCOMPLETE1075#984@jzgdev???Neural Non-RecordCompliance violation
INCOMPLETE1076#981@BurguerJohn??16.0 MBNeural ?Non-RecordMoE
INCOMPLETE1077#980@slowomir33-arch??16.0 MBNeural ?RecordMuon + INT8
INCOMPLETE1078#957@genji0306???Neural ?Non-RecordMoE
INCOMPLETE1079#956@genji0306???Neural ?Non-RecordCompliance violation
INCOMPLETE1080#955@genji0306??16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE1081#954@genji0306???Neural ?Non-RecordCompliance violation
INCOMPLETE1082#951@Bharath-970??1.3 MBNeural RecordTTT + Muon + GPTQ + INT6 + EMA
INCOMPLETE1083#938@numb3r33???Neural Non-RecordCompliance violation
INCOMPLETE1084#936@Electroiscoding???Neural Non-RecordMoE
INCOMPLETE1085#935@fumbl8??16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE1086#930@lamb356???Neural ?Non-RecordCompliance violation
INCOMPLETE1087#902@Muhtasham??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE1088#892@robbiebusinessacc??16.0 MBNeural ?Non-RecordTTT + N-gram
INCOMPLETE1089#879@tejassaboo??16.0 MBNeural RecordMuon
INCOMPLETE1090#877@clthuang?3/316.0 MBNeural Non-RecordCompliance violation
INCOMPLETE1091#862@ashishSrivastava-19???Neural ?RecordCompliance violation
INCOMPLETE1092#845@rubenbalbastre???Neural ?RecordCompliance violation
INCOMPLETE1093#844@preyam2002??16.0 MBNeural ?RecordTTT + Muon + SwiGLU + LoRA + GPTQ + INT6 + INT8 + EMA
INCOMPLETE1094#842@JUSTSUJAY??14.6 MBNeural ?Non-RecordINT8
INCOMPLETE1095#823@ai-wes??16.0 MBNeural Non-RecordTTT
INCOMPLETE1096#820@mtybadger??15.3 MBNeural ?Non-RecordINT6 + INT8
INCOMPLETE1097#819@Tetrahedroned???Neural RecordEMA
INCOMPLETE1098#818@lucamignatti???TTT RecordINT6
INCOMPLETE1099#804@Devchandrasen?3/316.0 MBNeural Non-RecordTTT
INCOMPLETE1100#793@pall23-mech???Neural ?RecordCompliance violation
INCOMPLETE1101#785@SirSaltySalmon?3/3?Neural Non-RecordLeakyReLUΒ² + TTT + Muon
INCOMPLETE1102#783@petergpt??16.0 MBGPTQ Non-RecordGPTQ + INT6
INCOMPLETE1103#773@siddhantparadox??16.0 MBNeural Non-RecordINT6
2 SEEDS1104#766@Shakil281?2/316.0 MBNeural Non-RecordTTT + Muon + SwiGLU + INT6
INCOMPLETE1105#765@grgomrton???Neural ?RecordCompliance violation
INCOMPLETE1106#759@markste-in??16.0 MBNeural RecordINT6 + EMA
INCOMPLETE1107#751@Shuvam-Banerji-Seal???Neural Non-RecordCompliance violation
INCOMPLETE1108#742@teerthsharma???Neural RecordCompliance violation
INCOMPLETE1109#736@Git-Aarya??16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE1110#716@SHN2004???Neural ?Non-RecordCompliance violation
2 SEEDS1111#714@Upsalla?2/3?TTT ?RecordTTT
INCOMPLETE1112#704@sauravtom??16.0 MBCache ?RecordINT8 + EMA
INCOMPLETE1113#699@RohanMulay1???Neural ?RecordLeakyReLUΒ² + INT6 + EMA
INCOMPLETE1114#696@gravelBridge??16.0 MBNeural ?Non-RecordTTT + INT6
INCOMPLETE1115#683@mvanhorn??16.0 MBNeural ?RecordCompliance violation
INCOMPLETE1116#676@they-call-me-god?3/3?Neural ?RecordLeakyReLUΒ² + TTT + Muon + SwiGLU
INCOMPLETE1117#673@Aristide021??16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE1118#662@simon-marcus??16.0 MBNeural Non-RecordTTT
INCOMPLETE1119#647@zanwenfu???TTT Non-RecordCompliance violation
INCOMPLETE1120#631@senstar-hsoleimani??16.0 MBTTT ?RecordTTT + GPTQ
INCOMPLETE1121#629@ever-oli???Neural ?RecordCompliance violation
INCOMPLETE1122#625@Joeavaib???Neural RecordCompliance violation
INCOMPLETE1123#619@zeal175???Neural Non-RecordINT6 + EMA
INCOMPLETE1124#607@Neopolita??13.7 MBNeural RecordEMA
INCOMPLETE1125#604@whitestone1121-web??16.0 MBNeural ?RecordMuon + SwiGLU + GPTQ + INT8 + EMA
INCOMPLETE1126#603@AnirudhRahul?3/3?Neural ?RecordLeakyReLUΒ² + GPTQ
INCOMPLETE1127#599@mkenney2???Neural ?Non-RecordSSM + INT6 + EMA
INCOMPLETE1128#591@SirSaltySalmon???Neural ?Non-RecordCompliance violation
INCOMPLETE1129#582@pgxcare???Neural ?RecordCompliance violation
INCOMPLETE1130#575@k-oconnor???Neural ?RecordMuon + INT8
INCOMPLETE1131#570@armmer016???Neural Non-RecordCompliance violation
INCOMPLETE1132#565@kulharshit21???TTT ?RecordTTT + LoRA
INCOMPLETE1133#558@nehowell???Neural RecordCompliance violation
INCOMPLETE1134#556@retryoos??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE1135#552@loveless2001??13.2 MBNeural Non-RecordCompliance violation
INCOMPLETE1136#551@Vinaya-ai???Neural ?RecordCompliance violation
INCOMPLETE1137#540@devferrazZz??14.2 MBNeural RecordCompliance violation
INCOMPLETE1138#524@Himanshukkk???Neural RecordTTT + LoRA
INCOMPLETE1139#514@sanjith3057??5.5 MBTTT Non-RecordTTT + INT8
INCOMPLETE1140#513@Musabnouman???Neural ?RecordCompliance violation
INCOMPLETE1141#511@AnirudhRahul?3/316.0 MBNeural Non-RecordN-gram
INCOMPLETE1142#497@THUQiXuan???Neural ?Non-RecordCompliance violation
INCOMPLETE1143#496@galaxy4552???Neural ?Non-RecordCompliance violation
INCOMPLETE1144#479@chirag-bajaj?3/3?Neural ?RecordSwiGLU + INT6
INCOMPLETE1145#475@abrahaw123-cell??16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE1146#472@pgxcare???Neural ?RecordCompliance violation
INCOMPLETE1147#471@yuvrajyadav17???Neural ?RecordCompliance violation
INCOMPLETE1148#470@leofeasby??16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE1149#468@utkuaydiin??15.5 MBNeural ?RecordMuon + INT6
INCOMPLETE1150#464@javaxhaskell???Neural ?RecordCompliance violation
INCOMPLETE1151#463@Diomandeee???Neural ?RecordINT6
INCOMPLETE1152#460@abhishekrajdhar???Neural ?Non-RecordTTT + Muon + LoRA + INT8
INCOMPLETE1153#457@carlesonielfa?3/315.3 MBTTT ?RecordTTT + LoRA + INT8
INCOMPLETE1154#449@eb1386??16.0 MBNeural ?RecordINT6 + EMA
INCOMPLETE1155#439@teerthsharma?3/316.0 MBNeural ?Non-RecordMuon + INT6
INCOMPLETE1156#437@jupram???Neural ?Non-RecordCompliance violation
INCOMPLETE1157#432@jadechip??9.2 MBNeural Non-RecordINT6
INCOMPLETE1158#427@VeerGosai?3/316.0 MBNeural ?RecordMuon + INT6
INCOMPLETE1159#425@DeividasMat???Neural ?Non-RecordCompliance violation
INCOMPLETE1160#423@GITHUB-SUBASHk???Neural ?RecordSwiGLU + EMA
INCOMPLETE1161#420@leofeasby???Neural ?Non-RecordTTT + LoRA + INT8
INCOMPLETE1162#408@markste-in??16.0 MBNeural ?RecordCompliance violation
INCOMPLETE1163#404@yashward001???Neural ?Non-RecordINT6
INCOMPLETE1164#403@malc3om??16.0 MBNeural ?RecordMuon + INT6 + INT8
INCOMPLETE1165#396@Viswanath129???Neural ?RecordCompliance violation
INCOMPLETE1166#380@turbo-indubitable??16.0 MBNeural ?Non-RecordMuon + INT8
INCOMPLETE1167#378@benogeorge???Neural ?RecordCompliance violation
INCOMPLETE1168#361@adityagupta26??16.0 MBTTT ?RecordTTT + Muon + LoRA + INT6 + INT8
INCOMPLETE1169#358@adityagupta26??16.0 MBNeural ?RecordMuon + INT8
INCOMPLETE1170#357@adityagupta26??16.0 MBNeural ?RecordMuon
2 SEEDS1171#347@FlashyFlash3011?2/316.0 MBNeural RecordTTT + INT6 + EMA
INCOMPLETE1172#340@starfly-web??4.8 MBTTT RecordMuon + SwiGLU + INT8
INCOMPLETE1173#336@jackopenn??2.1 MBNeural ?RecordCompliance violation
INCOMPLETE1174#322@romainsantoli-web?3/3?TTT ?RecordTTT + INT6
INCOMPLETE1175#311@small-cactus??16.0 MBNeural ?Non-RecordEMA
INCOMPLETE1176#308@gb250e???Neural ?RecordCompliance violation
INCOMPLETE1177#300@Janksuu??16.0 MBNeural ?Non-RecordCompliance violation
INCOMPLETE1178#297@davidpuertolas?3/316.0 MBTTT ?RecordTTT + Muon + LoRA + INT6
INCOMPLETE1179#291@mohosy???TTT ?Non-RecordTTT + SwiGLU + GPTQ + INT6 + EMA
INCOMPLETE1180#282@Cwarren15-A??16.0 MBNeural ?RecordMuon + INT6 + INT8
INCOMPLETE1181#268@brn-mwai??16.0 MBNeural ?RecordMuon + INT6
INCOMPLETE1182#261@MnemoTek??16.0 MBNeural ?RecordCompliance violation
INCOMPLETE1183#238@kellyvv???Neural ?Non-RecordINT6
INCOMPLETE1184#235@zeyuchenphd??16.0 MBNeural ?RecordMuon + INT8
INCOMPLETE1185#234@RyanLisse???Neural ?RecordCompliance violation
INCOMPLETE1186#233@FlorinelTudor???Neural ?RecordCompliance violation
INCOMPLETE1187#229@hooiv??16.0 MBNeural ?Non-RecordMuon
INCOMPLETE1188#227@riatzukiza???Neural ?RecordCompliance violation
INCOMPLETE1189#216@alons23??15.6 MBNeural ?RecordMuon
2 SEEDS1190#203@LexHarie?2/3?Neural ?RecordMuon + INT6
INCOMPLETE1191#189@shuofengzhang???TTT ?RecordTTT
INCOMPLETE1192#177@magungh1??16.0 MBNeural ?RecordINT8
INCOMPLETE1193#171@FlorinelTudor???Neural ?RecordINT8
INCOMPLETE1194#167@SkywardSyntax??5.0 MBNeural Non-RecordMuon + INT6 + INT8
INCOMPLETE1195#165@jtakahashi0604???Neural ?RecordCompliance violation
INCOMPLETE1196#154@evnkm???Neural Non-RecordCompliance violation
INCOMPLETE1197#153@RogueTex??16.0 MBTTT RecordTTT + Muon
INCOMPLETE1198#149@pleasedontddosme???TTT RecordMuon + INT6
INCOMPLETE1199#147@ankitmaloo???TTT RecordINT6
INCOMPLETE1200#133@SoumilRathi???Neural RecordCompliance violation
INCOMPLETE1201#130@mohosy???Neural Non-RecordMuon + INT6 + INT8
INCOMPLETE1202#127@matt-wright86??16.0 MBNeural ?Non-RecordLoRA + INT6
INCOMPLETE1203#115@felix-ab??16.0 MBNeural ?RecordINT6 + INT8
INCOMPLETE1204#111@aamodbhatt??16.0 MBNeural Non-RecordCompliance violation
2 SEEDS1205#110@mr-ashish-panday?2/316.0 MBNeural RecordINT6
INCOMPLETE1206#106@krammnic???Neural RecordCompliance violation
INCOMPLETE1207#98@leloykun???Neural RecordCompliance violation
INCOMPLETE1208#94@aamodbhatt??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE1209#93@aamodbhatt??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE1210#84@cschubiner??16.0 MBNeural Non-RecordCompliance violation
INCOMPLETE1211#79@Marvbuster??14.7 MBNeural ?Non-RecordSwiGLU
INCOMPLETE1212#75@takhir-iota?3/316.0 MBNeural ?RecordMuon
INCOMPLETE1213#74@takhir-iota?3/316.0 MBNeural ?RecordMuon
INCOMPLETE1214#72@sanky369???Neural ?RecordCompliance violation
INCOMPLETE1215#58@Jenja-N???Neural ?RecordCompliance violation
INCOMPLETE1216#55@AVINASH0052???Neural ?Non-RecordCompliance violation
DEAD1217#721@hypery110.00003/3?Neural ?Non-RecordCompliance violation
DEAD1218#40@bahman20170.0000?16.0 MBNeural Non-RecordINT8
DEAD1219#959@himanalot0.00003/316.0 MBCache ?RecordN-gram cache (03-27)
DEAD1220#113@JoeProAI0.0005??Neural ?RecordINT8
DEAD1221#679@andrewmouldon0.0010??Neural ?Non-RecordLoRA
DEAD1222#692@EthanYangTW0.00152/316.0 MBNeural ?RecordTTT + GPTQ + INT6 + EMA
DEAD1223#690@EthanYangTW0.00152/316.0 MBNeural ?RecordTTT + GPTQ + INT6 + EMA
DEAD1224#38@kxddry0.0022?16.0 MBNeural RecordLoRA + INT8
DEAD1225#1105@abaybektursun0.00253/3302.0 MBGPTQ RecordMuon + GPTQ + INT6 + EMA + N-gram + Two-pass
DEAD1226#686@msisovic0.00253/315.9 MBNeural ?RecordTTT + Muon + INT6
DEAD1227#934@tuanaqeelbohoran0.0030?16.0 MBNeural ?RecordGPTQ + INT6 + INT8 + EMA
DEAD1228#433@Robby9550.0035?16.2 MBNeural RecordMuon + LoRA + INT6
DEAD1229#1283@newjordan0.00383/316.0 MBNeural RecordGPTQ
DEAD1230#1282@newjordan0.00503/316.0 MBNeural RecordMuon + INT6
DEAD1231#145@mrdavtan0.0070?16.0 MBNeural Non-RecordINT6 + INT8
DEAD1232#784@iverbovoy0.0130?15.9 MBTTT Non-RecordMuon + GPTQ
DEAD1233#962@AnirudhRahul0.02143/316.0 MBCache ?RecordGPTQ + N-gram + Two-pass
DEAD1234#945@TimPietrusky0.02743/316.0 MBNeural RecordN-gram cache (03-27)
DEAD1235#925@THUQiXuan0.02813/312.9 MBTTT Cache ?RecordN-gram cache (03-27)
DEAD1236#20@mattleonard160.03253/316.0 MBNeural ?Non-RecordINT8
DEAD1237#1429@aravhawk0.0340?16.0 MBGPTQ RecordTTT + Muon + GPTQ + INT6 + INT8 + EMA
DEAD1238#1426@aravhawk0.0340?16.0 MBGPTQ RecordTTT + Muon + GPTQ + INT6 + INT8 + EMA
DEAD1239#1632@Hkoyuer0.03902/316.0 MBGPTQ RecordTTT + GPTQ + EMA
DEAD1240#931@AnirudhRahul0.04983/315.9 MBCache ?RecordGPTQ + N-gram + Two-pass
DEAD1241#856@iverbovoy0.0510?15.9 MBNeural ?Non-RecordN-gram
DEAD1242#982@haikosys0.06383/38.1 MBCache ?RecordN-gram cache (03-27)
DEAD1243#611@teddyoweh0.08293/3?TTT RecordTTT + LoRA
DEAD1244#913@RoyiRa0.08873/316.0 MBCache ?RecordN-gram cache (03-27)
DEAD1245#870@simon-marcus0.09353/316.0 MBCache RecordTwo-pass (03-27)
DEAD1246#921@TimPietrusky0.09393/316.0 MBCache ?RecordN-gram cache (03-27)
DEAD1247#907@resouer0.09603/315.6 MBCache ?RecordTwo-pass (03-27)
DEAD1248#881@simon-marcus0.09903/315.9 MBCache RecordTwo-pass (03-27)
DEAD1249#880@RoyiRa0.10033/316.0 MBTTT GPTQ RecordN-gram cache (03-27)
DEAD1250#900@Robby9550.11563/314.9 MBNeural RecordGPTQ + N-gram
DEAD1251#869@THUQiXuan0.12903/312.6 MBCache GPTQ RecordTwo-pass (03-27)
DEAD1252#893@aryanbhosale0.13103/315.8 MBTTT RecordTwo-pass (03-27)
DEAD1253#853@quietsmile0.13152/313.4 MBCache ?RecordN-gram cache (03-27)
DEAD1254#846@himanshudongre0.14343/313.4 MBCache ?RecordTwo-pass (03-27)
DEAD1255#859@bigbag0.15843/315.8 MBTTT ?RecordN-gram cache (03-27)
DEAD1256#834@AnirudhRahul0.16633/316.0 MBTTT Cache ?RecordTTT + N-gram
DEAD1257#851@RoyiRa0.20713/316.0 MBCache ?RecordN-gram cache (03-27)
DEAD1258#1507@ChideraIbe1230.22823/316.0 MBNeural Non-RecordGPTQ + INT6 + EMA + N-gram
DEAD1259#796@Robby9550.22922/314.9 MBNeural RecordGPTQ + INT6 + N-gram
DEAD1260#972@Idan30110.2722?14.9 MBCache ?RecordTTT + EMA + N-gram
DEAD1261#810@Idan30110.27223/314.9 MBNeural RecordTTT + Muon + GPTQ + INT6 + INT8 + EMA + N-gram + Two-pass
DEAD1262#843@quietsmile0.28342/313.4 MBCache ?RecordN-gram cache (03-27)
DEAD1263#826@himanshudongre0.29513/313.4 MBTTT Cache ?RecordTTT + Muon + LoRA + GPTQ + EMA + N-gram
DEAD1264#809@AayushBaniya20060.29523/313.4 MBTTT GPTQ RecordN-gram cache (03-27)
DEAD1265#1605@renqianluo0.29883/315.8 MBTTT GPTQ RecordTTT + N-gram
DEAD1266#850@callithyia0.32123/315.0 MBTTT Cache ?RecordN-gram cache (03-27)
DEAD1267#916@Bortlesboat0.34613/316.0 MBCache ?RecordMuon + INT6 + EMA + N-gram
DEAD1268#912@Bortlesboat0.34613/316.0 MBCache ?RecordMuon + INT6 + EMA + N-gram
DEAD1269#1452@bsisduck0.3509?14.9 MBCache GPTQ Non-RecordTTT + LoRA + N-gram
DEAD1270#1379@LucasErcolano0.41623/316.0 MBTTT RecordTTT + Muon + INT6 + N-gram
DEAD1271#1359@LucasErcolano0.41883/316.0 MBTTT RecordTTT + Muon + INT6 + N-gram
DEAD1272#811@quietsmile0.43772/315.9 MBNeural RecordTTT + N-gram
DEAD1273#1100@agalimova0.4700??Neural ?Non-RecordLeakyReLUΒ²
DEAD1274#814@newjordan0.48203/315.6 MBGPTQ RecordN-gram cache (03-27)
DEAD1275#1083@newjordan0.49613/39.2 MBGPTQ RecordGPTQ + INT6 + N-gram
DEAD1276#800@newjordan0.56443/315.6 MBTTT GPTQ RecordGPTQ + N-gram
DEAD1277#675@ChideraIbe1230.57933/315.7 MBNeural ?Non-RecordN-gram
DEAD1278#876@Bortlesboat0.58633/315.6 MBTTT RecordINT6 + EMA + N-gram + Two-pass
DEAD1279#596@AriaAnima0.64303/316.0 MBTTT ?RecordTTT + LoRA + INT6
DEAD1280#806@ibarrajo0.6678?8.6 MBNeural RecordTTT + N-gram
DEAD1281#779@deanbrr0.66833/316.0 MBTTT RecordN-gram cache (03-27)
DEAD1282#1121@gowtham09920.68463/314.0 MBGPTQ Non-RecordGPTQ + INT6 + N-gram
DEAD1283#614@bigbag0.6864?15.5 MBTTT RecordTTT + LoRA
DEAD1284#1414@Abhishek81080.70873/316.0 MBTTT GPTQ Non-RecordTTT
DEAD1285#762@robinojw0.71393/315.8 MBTTT ?RecordTTT + LoRA + GPTQ + INT6
DEAD1286#605@bigbag0.7227?15.4 MBTTT ?RecordTTT + Muon + LoRA + INT6 + EMA
DEAD1287#568@MatoTeziTanka0.78533/315.6 MBTTT RecordTTT + LoRA + INT6
DEAD1288#1028@newjordan0.81043/310.0 MBNeural ?RecordGPTQ on eval tokens (03-27)
DEAD1289#642@minh-stakc0.81733/317.1 MBNeural RecordTTT + Muon + LoRA + GPTQ + INT6 + EMA
DEAD1290#769@MatoTeziTanka0.84953/316.0 MBNeural RecordN-gram cache (03-27)
DEAD1291#963@sunnypatneedi0.86093/316.0 MBCache ?RecordN-gram
DEAD1292#828@bigbag0.90743/315.5 MBCache ?RecordN-gram cache (03-27)
DEAD1293#802@Bortlesboat0.91233/3?TTT RecordLeakyReLUΒ² + Muon + INT6 + EMA + N-gram
DEAD1294#1229@resouer0.93003/315.6 MBGPTQ RecordGPTQ
DEAD1295#187@Idan30110.9393?14.9 MBCache ?RecordTTT + Muon + GPTQ + INT6 + INT8 + EMA + N-gram
DEAD1296#620@robinojw0.94432/316.0 MBTTT RecordTTT + Muon + LoRA + INT8
DEAD1297#512@MatoTeziTanka0.95123/315.4 MBTTT RecordTTT + LoRA + INT6
DEAD1298#120@andrewgcodes0.9588??Neural ?RecordINT6
DEAD1299#777@Robby9550.96233/316.0 MBGPTQ RecordTTT + LoRA + GPTQ + INT6 + N-gram
DEAD1300#993@aerosta0.96313/3?GPTQ RecordN-gram cache (03-27)
DEAD1301#764@ndokutovich0.96333/315.6 MBTTT GPTQ RecordTTT + GPTQ + N-gram
DEAD1302#1185@skoustav350.96413/316.0 MBTTT RecordN-gram cache (03-27)
DEAD1303#887@anthony-maio0.96423/316.0 MBCache ?RecordMuon + GPTQ + INT6 + EMA + N-gram
DEAD1304#376@anthony-maio0.96423/316.0 MBCache ?RecordMuon + GPTQ + INT6 + EMA + N-gram
DEAD1305#727@Asukabot00.96743/3?Cache ?RecordN-gram cache (03-27)
DEAD1306#517@lukacf0.97803/315.5 MBTTT RecordTTT
DEAD1307#741@andrewbaggio10.98503/315.6 MBNeural RecordTTT + N-gram
DEAD1308#1789@SlavH0.9982??Neural ?RecordTTT
DEAD1309#1370@Christopher-Lee-McClendon1.00303/315.2 MBTTT ?Non-RecordTTT + SwiGLU + GPTQ + INT6 + EMA
DEAD1310#1350@resouer1.00463/315.8 MBTTT GPTQ RecordTTT + GPTQ + EMA
DEAD1311#1372@Bortlesboat1.00503/316.0 MBTTT GPTQ RecordTTT + GPTQ + INT6
DEAD1312#1711@aamodbhatt1.00803/316.0 MBNeural RecordTTT + N-gram
DEAD1313#1721@OlesStankevych1.00993/316.0 MBNeural RecordTTT + GPTQ + INT6 + INT8
DEAD1314#1734@yahya0101.01083/316.0 MBNeural RecordTTT + Muon + GPTQ + INT6 + EMA + N-gram
DEAD1315#144@DJLougen1.0156?14.6 MBNeural RecordINT8
DEAD1316#1576@joshkmartinez1.01673/316.0 MBNeural RecordTTT + GPTQ + INT6 + EMA
DEAD1317#1575@joshkmartinez1.01673/316.0 MBNeural RecordEMA
DEAD1318#1622@joshkmartinez1.01713/316.0 MBGPTQ RecordTTT + INT6 + EMA
DEAD1319#1564@joshkmartinez1.01713/316.0 MBGPTQ RecordTTT + GPTQ + INT6 + EMA
DEAD1320#1712@aamodbhatt1.01723/316.0 MBNeural RecordTTT + EMA + N-gram
DEAD1321#1785@OE-GOD1.01923/316.0 MBNeural RecordTTT + GPTQ + INT6 + EMA + N-gram
DEAD1322#1563@joshkmartinez1.02053/315.8 MBGPTQ RecordTTT + GPTQ + INT6 + EMA
DEAD1323#1681@OE-GOD1.02083/314.9 MBGPTQ Non-RecordEMA
DEAD1324#745@stukenov1.02223/316.0 MBTTT RecordN-gram cache (03-27)
DEAD1325#733@stukenov1.02783/315.8 MBTTT ?RecordTTT + N-gram
DEAD1326#1545@Abhishek81081.02833/314.7 MBGPTQ RecordTTT + GPTQ + INT6 + EMA + N-gram
DEAD1327#1544@Abhishek81081.02833/314.7 MBGPTQ RecordTTT + GPTQ + INT6 + EMA + N-gram
DEAD1328#792@xexyz1.03403/315.9 MBGPTQ RecordN-gram cache (03-27)
DEAD1329#995@dexhunter1.03623/315.6 MBTTT GPTQ RecordTTT
DEAD1330#278@nicolasdickenmann1.0365?16.0 MBNeural ?RecordCompliance violation
DEAD1331#685@andrewbaggio11.03663/315.6 MBTTT ?RecordTTT + INT6
DEAD1332#1687@resouer1.04093/316.0 MBNeural RecordTTT + INT6 + EMA + N-gram
DEAD1333#967@dexhunter1.04503/315.7 MBTTT ?RecordTTT
DEAD1334#706@newjordan1.04613/315.6 MBNeural ?RecordGPTQ on eval tokens (03-27)
DEAD1335#674@newjordan1.04613/315.6 MBNeural ?RecordGPTQ on eval tokens (03-27)
DEAD1336#873@gowtham09921.0467?13.1 MBGPTQ RecordTTT + SSM
DEAD1337#872@gowtham09921.0467?13.1 MBGPTQ RecordTTT + SSM
DEAD1338#532@NotADevIAmaMeatPopsicle1.0487?14.1 MBNeural RecordTTT + LoRA + INT6 + EMA
DEAD1339#573@Sarimsaljook1.05231/315.9 MBTTT ?RecordTTT
DEAD1340#275@ibarrajo1.0539?11.7 MBNeural ?Non-RecordINT6
DEAD1341#262@ibarrajo1.0539?16.0 MBNeural ?RecordINT6
DEAD1342#684@DeepReinforce1.05733/315.6 MBTTT ?RecordTTT
DEAD1343#1633@joshkmartinez1.05853/316.0 MBGPTQ RecordCompliance violation
DEAD1344#1624@joshkmartinez1.05853/316.0 MBGPTQ RecordCompliance violation
DEAD1345#1539@translatingthename1.05873/316.0 MBTTT GPTQ RecordTTT + GPTQ + INT6 + INT8 + EMA + N-gram
DEAD1346#518@sofiabod1.06223/3?Neural RecordTTT + GPTQ + INT6 + EMA
DEAD1347#1800@leon2k2k2k1.06293/315.9 MBTTT GPTQ RecordTTT + LoRA + EMA + N-gram
DEAD1348#1798@leon2k2k2k1.06293/315.9 MBNeural ?RecordTTT + LoRA + EMA + N-gram
DEAD1349#462@JoeProAI1.06723/3?TTT ?RecordTTT + Muon + SwiGLU + INT6 + EMA
DEAD1350#1485@ndokutovich1.06793/316.0 MBGPTQ RecordTTT + GPTQ + INT6 + INT8 + EMA + N-gram
DEAD1351#581@teddyoweh1.06983/315.9 MBTTT ?RecordTTT + INT6 + EMA
DEAD1352#771@sunnypatneedi1.07053/315.8 MBTTT RecordTTT + Muon + GPTQ + INT6 + EMA
DEAD1353#1252@ahmetdenizyilmaz1.07133/313.7 MBGPTQ RecordLeakyReLUΒ² + TTT + Muon + GPTQ + INT6 + EMA
DEAD1354#724@hypery111.07173/315.8 MBCache ?RecordN-gram cache (03-27)
DEAD1355#953@dexhunter1.07223/316.0 MBTTT GPTQ RecordTTT + Muon + GPTQ + EMA + N-gram
DEAD1356#1833@pragnyanramtha1.07241/324.5 MBGPTQ RecordTTT + INT6 + INT8 + EMA
DEAD1357#1489@joshkmartinez1.07363/313.9 MBGPTQ RecordTTT + GPTQ + INT6 + EMA
DEAD1358#688@RoyiRa1.07453/315.5 MBTTT ?RecordN-gram cache (03-27)
DEAD1359#687@RoyiRa1.07453/315.5 MBTTT ?RecordTTT + GPTQ + EMA + N-gram
DEAD1360#1523@EthanYangTW1.07783/316.0 MBNeural RecordTTT + Muon + N-gram
DEAD1361#672@andrewbaggio11.07813/315.6 MBTTT ?RecordTTT + INT6 + EMA
DEAD1362#1731@Victory9631.07853/316.0 MBTTT ?RecordTTT + GPTQ + INT6 + INT8 + N-gram
DEAD1363#1143@simon-marcus1.08062/3?Cache RecordTTT
DEAD1364#1351@resouer1.08073/315.8 MBTTT GPTQ RecordTTT + GPTQ + N-gram
DEAD1365#1492@bigbag1.08103/316.0 MBNeural RecordTTT + GPTQ + INT6 + INT8 + EMA + N-gram
DEAD1366#1289@MatoTeziTanka1.08193/3112.4 MBNeural RecordTTT + Muon + GPTQ + INT6 + EMA + N-gram + Two-pass
DEAD1367#1638@kunwar-vikrant1.08323/3?TTT ?RecordTTT
DEAD1368#1662@pablinga191.08443/315.9 MBTTT GPTQ RecordGPTQ + INT6 + EMA
DEAD1369#1306@resouer1.08463/315.9 MBTTT GPTQ RecordTTT + GPTQ + EMA
DEAD1370#1005@OnlyJundong1.08532/316.0 MBNeural ?Non-RecordTTT + INT6 + EMA
DEAD1371#1322@newjordan1.08543/316.0 MBGPTQ RecordLeakyReLUΒ² + Muon + GPTQ + INT6 + EMA + N-gram
DEAD1372#1405@anthony-maio1.08563/315.8 MBTTT GPTQ RecordTTT + GPTQ + INT6 + EMA + N-gram
DEAD1373#1660@pablinga191.0858?15.9 MBTTT GPTQ RecordGPTQ + INT6 + EMA
DEAD1374#548@LoquiAuris1.08651/315.7 MBNeural RecordTTT + LoRA + EMA
DEAD1375#1274@MatoTeziTanka1.08763/316.0 MBCache RecordTTT + Muon + GPTQ + INT6 + EMA + N-gram + Two-pass
DEAD1376#486@ndokutovich1.08873/315.3 MBTTT ?RecordTTT + INT6 + EMA
DEAD1377#824@sahiee-dev1.08972/314.9 MBTTT GPTQ RecordN-gram cache (03-27)
DEAD1378#430@sahiee-dev1.08972/314.9 MBTTT ?RecordTTT + GPTQ
DEAD1379#1242@Campbellb1.09033/316.0 MBGPTQ RecordTTT + Muon + INT6 + N-gram + Two-pass
DEAD1380#740@resouer1.09093/314.7 MBCache ?RecordMuon + INT8 + N-gram
DEAD1381#555@ymrohit1.09163/316.0 MBTTT RecordTTT + INT6 + EMA
DEAD1382#659@deanbrr1.0920?15.9 MBNeural RecordTTT + Muon
DEAD1383#622@Upsalla1.0941?15.0 MBNeural RecordTTT + LoRA + INT8
DEAD1384#1026@danielxmed1.09453/316.0 MBCache ?RecordN-gram cache (03-27)
DEAD1385#1042@nothingLiva1.09543/316.0 MBNeural ?RecordGPTQ + INT8
DEAD1386#1338@bigbag1.09553/316.0 MBGPTQ RecordTTT + GPTQ + INT6 + N-gram
DEAD1387#1332@Omrigotlieb1.09593/316.0 MBGPTQ RecordTTT
DEAD1388#738@gowtham09921.09703/315.7 MBCache ?RecordTTT + GPTQ + N-gram
DEAD1389#481@mrdavtan1.09703/315.8 MBTTT ?RecordTTT + Muon
DEAD1390#442@sjp6111.10273/3?TTT ?RecordTTT + INT6 + EMA
DEAD1391#1400@tmancino1.10353/316.0 MBTTT GPTQ Non-RecordTTT + GPTQ
DEAD1392#1298@Omrigotlieb1.10433/316.0 MBNeural RecordCompliance violation
DEAD1393#1297@Omrigotlieb1.10433/316.0 MBTTT RecordCompliance violation
DEAD1394#1397@Mertyandimata1.10473/315.9 MBGPTQ Non-RecordTTT + GPTQ + EMA + N-gram
DEAD1395#1458@newjordan1.10603/316.0 MBGPTQ RecordTTT + INT6 + INT8 + N-gram
DEAD1396#1209@andrewbaggio11.10643/3?TTT GPTQ RecordTTT + GPTQ + INT6 + EMA + N-gram
DEAD1397#1396@erichroepke1.10673/316.0 MBGPTQ RecordTTT + GPTQ + INT6 + N-gram
DEAD1398#720@agalimova1.10783/316.0 MBNeural ?RecordN-gram cache (03-27)
DEAD1399#1354@samacqua1.10930/315.9 MBTTT GPTQ RecordTTT + LoRA + INT6
DEAD1400#1177@dexhunter1.10983/3?Neural ?RecordINT6
DEAD1401#595@LoquiAuris1.1100?15.7 MBTTT ?RecordTTT
DEAD1402#185@dttdrv1.11053/315.9 MBTTT ?RecordTTT + GPTQ + EMA
DEAD1403#44@daniellawson99991.1111?16.0 MBNeural ?RecordCompliance violation
DEAD1404#757@fielding1.11243/315.4 MBGPTQ RecordTTT + Muon + INT6 + EMA
DEAD1405#1099@Bortlesboat1.11333/316.0 MBGPTQ RecordTTT + Muon + GPTQ + EMA
DEAD1406#952@FlashyFlash30111.11443/316.0 MBNeural RecordTTT + Muon + GPTQ + INT6 + EMA
DEAD1407#991@ibarrajo1.11453/315.9 MBTTT GPTQ RecordTTT + GPTQ
DEAD1408#1122@icryo1.11461/316.0 MBGPTQ RecordTTT + Muon + GPTQ
DEAD1409#728@abaybektursun1.11473/315.9 MBNeural ?RecordGPTQ on eval tokens (03-27)
DEAD1410#606@EthanYangTW1.11623/315.8 MBTTT GPTQ RecordGPTQ on eval tokens (03-27)
DEAD1411#1230@nestamidavaine1.11633/30.1 MBNeural ?Non-RecordTTT + Muon + GPTQ + INT6 + INT8 + EMA + Two-pass
DEAD1412#593@abaybektursun1.11633/315.9 MBNeural ?RecordGPTQ on eval tokens (03-27)
DEAD1413#638@Asukabot01.11643/315.9 MBNeural ?RecordTTT + INT6 + EMA + N-gram
DEAD1414#576@cmcdnd1.11643/315.6 MBNeural ?RecordTTT + GPTQ + EMA
DEAD1415#615@danialht1.11693/315.6 MBTTT GPTQ RecordGPTQ on eval tokens (03-27)
DEAD1416#661@andrewbaggio11.1175?7.5 MBTTT Non-RecordTTT + SwiGLU + INT6 + EMA
DEAD1417#639@Robby9551.11753/315.9 MBTTT ?RecordGPTQ on eval tokens (03-27)
DEAD1418#569@gowtham09921.11753/315.9 MBGPTQ RecordTTT + GPTQ + INT6
DEAD1419#509@andrewbaggio11.1175?7.5 MBTTT Non-RecordTTT + SwiGLU + INT6 + EMA
DEAD1420#589@RoyiRa1.11783/315.8 MBTTT ?RecordTTT + INT6 + EMA
DEAD1421#1037@TimPietruskyRunPod1.11793/315.9 MBNeural RecordTTT + Muon + GPTQ + INT6 + EMA + N-gram
DEAD1422#585@EthanYangTW1.11793/316.0 MBNeural ?RecordTTT + GPTQ + INT6
DEAD1423#545@EthanYangTW1.11793/316.0 MBTTT GPTQ RecordTTT + GPTQ + EMA
DEAD1424#505@JoeProAI1.11813/3?TTT ?RecordTTT + SwiGLU + GPTQ + INT6 + EMA
DEAD1425#484@Robby9551.1185?15.8 MBTTT ?Non-RecordTTT + SwiGLU + INT6 + EMA
DEAD1426#1117@adityakm241.1187?16.0 MBNeural RecordTTT
DEAD1427#1098@adityakm241.1187?16.0 MBNeural RecordTTT
DEAD1428#1069@manfromnowhere1431.1190?15.9 MBTTT Non-RecordTTT + Muon + GPTQ + INT6 + INT8 + EMA
DEAD1429#656@newjordan1.11903/315.9 MBTTT GPTQ RecordGPTQ on eval tokens (03-27)
DEAD1430#734@Robby9551.11932/316.0 MBTTT ?Non-RecordTTT + GPTQ + INT6 + EMA
DEAD1431#529@EthanYangTW1.11953/316.0 MBTTT GPTQ RecordGPTQ on eval tokens (03-27)
DEAD1432#528@EthanYangTW1.11953/316.0 MBTTT GPTQ RecordTTT + GPTQ + INT6 + INT8 + EMA
DEAD1433#503@EthanYangTW1.11953/316.0 MBTTT ?RecordTTT + GPTQ + INT6 + INT8 + EMA
DEAD1434#535@raahilshah1.12043/315.8 MBGPTQ RecordTTT + GPTQ + INT6 + EMA
DEAD1435#533@newjordan1.12073/315.6 MBTTT RecordTTT + GPTQ + INT6 + EMA
DEAD1436#928@unknown1.1211?15.9 MBNeural ?Non-RecordCompliance violation
DEAD1437#473@abaybektursun1.12143/316.0 MBTTT ?RecordTTT + Muon + GPTQ + INT6 + EMA
DEAD1438#754@aryanbhosale1.12153/315.8 MBTTT Non-RecordTTT + Muon + GPTQ + INT6 + EMA
DEAD1439#508@newjordan1.12153/315.6 MBTTT RecordTTT + GPTQ + INT6 + EMA
DEAD1440#415@EthanYangTW1.1216?15.7 MBTTT ?RecordTTT + INT6
DEAD1441#410@EthanYangTW1.1216?15.8 MBTTT ?RecordTTT + INT6
DEAD1442#898@pattern4bots1.1217??Neural ?RecordCompliance violation
DEAD1443#836@unknown1.1219??Neural ?RecordINT6
DEAD1444#417@EthanYangTW1.12273/315.8 MBTTT ?RecordTTT + INT6
DEAD1445#657@anthony-maio1.12293/316.0 MBNeural RecordMuon + GPTQ + INT6 + EMA
DEAD1446#388@ElliotSlusky1.1231?15.4 MBTTT ?RecordTTT + INT6
DEAD1447#584@ssatia1.12333/316.0 MBNeural ?RecordSwiGLU + GPTQ + EMA
DEAD1448#445@newjordan1.12362/315.6 MBTTT ?RecordTTT + GPTQ + INT6 + EMA
DEAD1449#401@newjordan1.12433/315.9 MBNeural ?RecordTTT + Muon + INT6 + INT8 + EMA
DEAD1450#635@aryanbhosale1.12533/315.0 MBTTT ?Non-RecordTTT + Muon + GPTQ + INT6 + EMA
DEAD1451#338@alertcat1.12543/315.6 MBNeural RecordTTT + Muon + INT6 + EMA
DEAD1452#1066@adityakm241.1259?15.9 MBNeural RecordCompliance violation
DEAD1453#1740@amrayach1.12903/316.0 MBCache ?Non-RecordTTT + LoRA + INT6 + EMA + N-gram
DEAD1454#390@newjordan1.12952/315.7 MBTTT ?RecordTTT + Muon + INT6
DEAD1455#1475@Jaksenc1.13071/315.7 MBGPTQ Non-RecordTTT + GPTQ + INT6 + EMA + N-gram
DEAD1456#369@signalrush1.13283/315.9 MBNeural ?RecordMuon + INT6 + INT8 + EMA
DEAD1457#212@mrdavtan1.13293/315.3 MBNeural ?Non-RecordINT6
DEAD1458#1040@JoeProAI1.1336?16.3 MBTTT ?Non-RecordTTT
DEAD1459#359@tmustier1.13453/315.4 MBNeural ?RecordMuon + SwiGLU + INT6 + EMA
DEAD1460#483@tmustier1.13463/316.0 MBNeural ?RecordCompliance violation
DEAD1461#646@Upsalla1.1349?16.6 MBNeural RecordTTT + INT6
DEAD1462#1041@JoeProAI1.1356?16.4 MBTTT ?Non-RecordTTT
DEAD1463#372@HyperPotatoNeo1.13612/315.8 MBNeural ?RecordMuon + INT6 + EMA
DEAD1464#397@translatingthename1.13643/315.7 MBTTT ?RecordTTT + INT6 + EMA
DEAD1465#452@ofirkris1.13662/3?Neural ?RecordTTT + Muon + INT6 + EMA
DEAD1466#434@parinzee1.13703/315.9 MBNeural RecordINT6
DEAD1467#281@charmquark19841.13743/315.5 MBNeural ?Non-RecordTTT + Muon + INT6 + INT8
DEAD1468#626@kshitizz361.13843/315.9 MBGPTQ RecordGPTQ on eval tokens (03-27)
DEAD1469#371@mrdavtan1.14013/315.4 MBTTT ?RecordTTT + INT6 + EMA
DEAD1470#691@xexyz1.14083/315.8 MBTTT ?RecordTTT + GPTQ + INT6 + EMA
DEAD1471#469@cmcdnd1.1418?15.7 MBNeural ?Non-RecordMuon + INT6
DEAD1472#314@aravhawk1.1428?2.0 MBNeural ?RecordINT6
DEAD1473#891@robbiebusinessacc1.1428??Neural ?Non-RecordTTT + N-gram
DEAD1474#648@maorinka1.1428?7.5 MBNeural RecordCompliance violation
DEAD1475#516@Asukabot01.14283/316.0 MBNeural RecordTTT + Muon + INT6 + EMA
DEAD1476#443@CREVIOS1.1431?16.0 MBNeural ?RecordMuon + INT6
DEAD1477#1384@iverbovoy1.14413/315.9 MBNeural RecordINT8
DEAD1478#499@newjordan1.1478?15.2 MBNeural ?RecordTTT + Muon + INT6 + EMA
DEAD1479#498@newjordan1.1478?15.2 MBNeural ?RecordTTT + Muon + INT6 + EMA
DEAD1480#362@mkenney21.14973/314.8 MBNeural ?RecordTTT + Muon + INT6 + EMA
DEAD1481#694@Bortlesboat1.15073/3?Neural ?RecordMuon + INT6
DEAD1482#482@harsha-gouru1.1522?15.4 MBNeural ?RecordINT6
DEAD1483#477@harsha-gouru1.1522?15.4 MBNeural ?RecordINT6
DEAD1484#633@MatoTeziTanka1.15263/315.4 MBTTT ?RecordTTT + LoRA + GPTQ + INT6
DEAD1485#1621@mrbese1.15312/316.0 MBNeural Non-RecordINT6 + EMA + N-gram
DEAD1486#174@Julz191.15373/316.0 MBNeural ?RecordMuon + INT6
DEAD1487#186@mahsumaktas1.15653/315.9 MBNeural ?RecordMuon + INT6 + EMA
DEAD1488#207@ajkpersonal1.1568?16.0 MBNeural ?RecordCompliance violation
DEAD1489#208@ajkpersonal1.1568?16.0 MBNeural ?RecordINT6
DEAD1490#209@JWLBOYCE1.1624?16.0 MBNeural ?Non-RecordINT6
DEAD1491#373@JoeProAI1.1634?14.8 MBNeural ?RecordMuon + SwiGLU + INT6
DEAD1492#294@sseanliu1.1645?16.0 MBTTT ?Non-RecordTTT + Muon + LoRA + INT6 + Two-pass
DEAD1493#351@sp00mm1.1659?15.1 MBNeural RecordINT6 + EMA
DEAD1494#178@timowhite881.1667??Neural ?RecordTTT + INT6
DEAD1495#324@crony-io1.17023/316.0 MBNeural Non-RecordMuon + INT6 + INT8
DEAD1496#246@kvmukilan1.1704?13.5 MBNeural Non-RecordINT6
DEAD1497#243@kvmukilan1.1704?13.5 MBNeural RecordMuon + INT6 + INT8
DEAD1498#190@newjordan1.1725?16.0 MBNeural ?RecordMuon + INT6
DEAD1499#304@Bortlesboat1.1739??TTT Cache ?Non-RecordTTT + LoRA + INT6
DEAD1500#546@shajalahamedcse1.17522/31.5 MBNeural RecordINT6
DEAD1501#152@timowhite881.1767??TTT RecordTTT
DEAD1502#534@rarce1.1804?15.9 MBNeural ?Non-RecordMuon + GPTQ + INT6 + INT8
DEAD1503#1447@shram861.1834?15.4 MBNeural Non-RecordMuon + INT6 + EMA
DEAD1504#95@MatoTeziTanka1.18363/315.9 MBNeural Non-RecordINT8 + EMA + Two-pass
DEAD1505#1442@akaiHuang1.18541/313.5 MBNeural Non-RecordTTT + Muon + GPTQ
DEAD1506#184@Idan30111.1855?15.8 MBNeural ?RecordMuon
DEAD1507#116@abhishekgahlot21.1877?15.2 MBNeural ?RecordMuon + INT6
DEAD1508#53@kshitizz361.1888?15.7 MBNeural ?RecordMuon + INT8
DEAD1509#159@santosh55411.1957?15.9 MBTTT RecordTTT + LoRA + INT8
DEAD1510#157@santosh55411.1957??TTT RecordTTT + LoRA
DEAD1511#1052@demouo1.1978?16.0 MBNeural ?RecordTTT + Muon + INT6 + EMA
DEAD1512#37@khasinski1.2012?14.3 MBNeural RecordINT6
DEAD1513#231@lenguyen18071.2036??Neural ?RecordMuon
DEAD1514#368@MatoTeziTanka1.2037?12.5 MBNeural ?Non-RecordMuon + INT6 + EMA
DEAD1515#151@mrdavtan1.2045?15.9 MBNeural Non-RecordCompliance violation
DEAD1516#976@Vibes-me1.2058?16.0 MBTTT ?RecordTTT
DEAD1517#1305@DariusFeher1.20703/315.8 MBNeural ?Non-RecordGPTQ + INT6 + INT8
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#1781@yangguohao???Neural Non-RecordCompliance violation
DEAD1574#1723@SlavH?2/316.0 MBNeural RecordMuon
DEAD1575#1705@genji0306?3/3?Neural RecordTTT + INT6 + EMA + N-gram
DEAD1576#1691@AVINASH0052???Neural RecordCompliance violation
DEAD1577#1686@AVINASH0052?3/316.0 MBTTT RecordMuon + SwiGLU + GPTQ + INT6 + EMA
DEAD1578#1680@benjaminW2025???Neural RecordCompliance violation
DEAD1579#1668@Pravin-dev06???Neural RecordCompliance violation
DEAD1580#1635@PapaFranku4647??16.0 MBGPTQ Non-RecordCompliance violation
DEAD1581#1619@AVINASH0052???GPTQ RecordCompliance violation
DEAD1582#1613@GITHUB-SUBASHk???Neural ?RecordCompliance violation
DEAD1583#1611@hectar-glitches???Neural ?RecordCompliance violation
DEAD1584#1597@bhagyapatel178???Neural RecordINT6 + INT8
DEAD1585#1569@abbudjoe?3/316.0 MBNeural Non-RecordTTT + INT6 + INT8 + EMA
DEAD1586#1562@joshkmartinez?3/315.8 MBGPTQ RecordTTT + GPTQ + INT6 + EMA
DEAD1587#1547@adityasasidhar???Neural Non-RecordCompliance violation
DEAD1588#1526@aravindkrishna2008???Neural RecordCompliance violation
DEAD1589#1524@Jash-Vora???Neural Non-RecordSSM
DEAD1590#1508@jpfeiffe?3/316.0 MBGPTQ RecordCompliance violation
DEAD1591#1506@jxdai2007???GPTQ RecordCompliance violation
DEAD1592#1482@aamodbhatt?3/316.0 MBTTT GPTQ RecordTTT + GPTQ + N-gram
DEAD1593#1470@AVINASH0052?1/315.8 MBNeural RecordMuon + GPTQ + INT6 + EMA
DEAD1594#1468@zantasimperator-blip???Neural RecordEMA
DEAD1595#1466@AVINASH0052???Neural RecordLeakyReLUΒ² + Muon + INT6 + EMA
DEAD1596#1459@jayzuccarelli???Neural RecordCompliance violation
DEAD1597#1451@davie2009kh?2/3?TTT RecordMoE
DEAD1598#1430@renqianluo?3/316.0 MBTTT Cache GPTQ RecordTTT + GPTQ + N-gram
DEAD1599#1419@windy-schmieder???Neural RecordCompliance violation
DEAD1600#1352@alientony???Neural ?Non-RecordCompliance violation
DEAD1601#1329@renqianluo?3/316.0 MBTTT GPTQ RecordTTT
DEAD1602#1328@renqianluo?3/316.0 MBTTT GPTQ RecordTTT
DEAD1603#1294@austinluk???Neural RecordLoRA
DEAD1604#1292@X-Abhishek-X??16.0 MBGPTQ RecordMuon + GPTQ + INT6 + EMA
DEAD1605#1286@newjordan?3/316.0 MBNeural RecordCompliance violation
DEAD1606#1213@pireylow???Neural ?RecordCompliance violation
DEAD1607#1211@demouo???Neural RecordCompliance violation
DEAD1608#1201@Mister2005??16.0 MBTTT RecordTTT
DEAD1609#1200@Mister2005???TTT RecordCompliance violation
DEAD1610#1187@rithvik-duddupudi???Neural RecordCompliance violation
DEAD1611#1178@smirror???Neural RecordCompliance violation
DEAD1612#1161@abaybektursun??16.0 MBNeural ?RecordINT6 + EMA + N-gram
DEAD1613#1155@Rhoahndur??9.6 MBNeural ?Non-RecordCompliance violation
DEAD1614#1136@Hieuabssy???Neural RecordGPTQ + EMA
DEAD1615#1134@WinterBlossom0???Neural RecordCompliance violation
DEAD1616#1112@dillon-blake?3/315.9 MBNeural Non-RecordLeakyReLUΒ² + Muon + RWKV + INT6 + EMA
DEAD1617#1109@BenedictChannn???TTT RecordTTT
DEAD1618#1091@MichaelMcCulloch???Neural RecordCompliance violation
DEAD1619#1085@adityasasidhar???Neural ?Non-RecordINT6
DEAD1620#1079@retryoos???Cache ?RecordCompliance violation
DEAD1621#1076@sofiabod?3/31.5 MBCache RecordTTT + GPTQ + N-gram + Two-pass
DEAD1622#1064@masterFoad???Neural RecordCompliance violation
DEAD1623#1058@resouer??16.0 MBNeural ?Non-RecordTTT
DEAD1624#1055@sanyalsunny111?2/316.0 MBTTT ?RecordTTT
DEAD1625#1049@tejas-goyal??16.0 MBNeural ?RecordLeakyReLUΒ² + GPTQ + EMA
DEAD1626#1018@BenedictChannn???Neural ?RecordTTT
DEAD1627#1007@dillon-blake?3/315.9 MBNeural ?Non-RecordLeakyReLUΒ² + Muon + RWKV + INT6 + EMA
DEAD1628#999@aamodbhatt?3/315.9 MBNeural RecordTTT + Muon + N-gram + Two-pass
DEAD1629#988@ymrohit?1/315.9 MBNeural RecordTTT + Muon + EMA
DEAD1630#971@mrbese??16.0 MBNeural ?RecordINT8
DEAD1631#950@jzgdev???Neural Non-RecordCompliance violation
DEAD1632#949@jzgdev???Neural Non-RecordCompliance violation
DEAD1633#944@aamodbhatt?3/316.0 MBTTT GPTQ RecordN-gram cache (03-27)
DEAD1634#943@aamodbhatt?3/316.0 MBTTT GPTQ RecordN-gram
DEAD1635#917@TheDryhtscipe???Neural ?Non-RecordINT6 + EMA
DEAD1636#888@aamodbhatt?3/316.0 MBTTT GPTQ RecordTwo-pass (03-27)
DEAD1637#878@tejassaboo???Neural RecordCompliance violation
DEAD1638#868@aamodbhatt?3/316.0 MBTTT GPTQ RecordTwo-pass (03-27)
DEAD1639#866@sunnypatneedi???TTT RecordCompliance violation
DEAD1640#863@sunnypatneedi?3/316.0 MBCache ?RecordINT6 + N-gram
DEAD1641#848@JUSTSUJAY???Neural ?RecordCompliance violation
DEAD1642#815@hguan6???Neural ?RecordCompliance violation
DEAD1643#781@sargonxg???Neural Non-RecordCompliance violation
DEAD1644#748@sueun-dev???Neural RecordCompliance violation
DEAD1645#735@rav-lad???Neural ?RecordMoE
DEAD1646#730@janwww??16.0 MBNeural ?Non-RecordCompliance violation
DEAD1647#723@Abhinav-Kotta???Neural ?RecordCompliance violation
DEAD1648#722@magicjulio???Neural ?RecordCompliance violation
DEAD1649#718@ivanontech??16.0 MBNeural ?Non-RecordSSM
DEAD1650#717@Jaksenc???Neural ?Non-RecordCompliance violation
DEAD1651#711@Complexity-ML??16.0 MBNeural ?RecordTTT + Muon + MoE + LoRA + INT6 + INT8
DEAD1652#703@Gusanidas?3/316.0 MBCache ?RecordTTT + Muon + INT8
DEAD1653#701@Muhtasham??16.0 MBNeural ?Non-RecordN-gram
DEAD1654#689@GuillermoTafoya???Neural ?RecordCompliance violation
DEAD1655#663@raahilg???Neural RecordCompliance violation
DEAD1656#655@dhruvjatkar???Neural ?RecordCompliance violation
DEAD1657#654@reimorster???Neural RecordCompliance violation
DEAD1658#652@reimorster???Neural RecordCompliance violation
DEAD1659#650@abaybektursun???Neural Non-RecordCompliance violation
DEAD1660#624@Rajat123456789???GPTQ RecordCompliance violation
DEAD1661#617@ryanadamsai???TTT RecordTTT + LoRA
DEAD1662#608@Teddygat0r???Neural ?Non-RecordSSM
DEAD1663#590@KalleNikula-Gill???Neural ?RecordCompliance violation
DEAD1664#574@aktasbatuhan???Neural ?RecordCompliance violation
DEAD1665#566@DerekWWang???Neural RecordCompliance violation
DEAD1666#563@instax-dutta??1.9 MBNeural RecordMuon + INT6
DEAD1667#541@immartian??16.0 MBNeural ?RecordMuon + INT8
DEAD1668#536@Jaksenc??16.0 MBNeural Non-RecordMuon + INT8
DEAD1669#522@Himanshukkk???Neural RecordTTT + LoRA + N-gram
DEAD1670#521@hesong0222-dev???Neural Non-RecordCompliance violation
DEAD1671#491@ahmettrkck?3/316.0 MBTTT ?RecordTTT
DEAD1672#466@simonbissonnette?3/3?Neural ?RecordEMA
DEAD1673#428@Theocat321???Neural ?RecordCompliance violation
DEAD1674#419@AndreasBis???Neural ?Non-RecordCompliance violation
DEAD1675#412@tranphat180603???Neural ?RecordCompliance violation
DEAD1676#411@swordboom???Neural ?RecordCompliance violation
DEAD1677#409@swordboom???Neural ?RecordCompliance violation
DEAD1678#382@HugoOchoaLP???Neural ?RecordCompliance violation
DEAD1679#353@mergd???Neural ?RecordCompliance violation
DEAD1680#337@Vibes-me???Neural RecordCompliance violation
DEAD1681#335@rampheng27-byte???Neural ?RecordCompliance violation
DEAD1682#298@MrINVISO???Neural ?RecordCompliance violation
DEAD1683#279@Evreu1pro??15.5 MBNeural ?RecordTTT + Muon + MoE + LoRA
DEAD1684#257@ThomAub???Neural ?RecordCompliance violation
DEAD1685#250@Complexity-ML??14.2 MBNeural ?RecordMoE + SwiGLU + INT6
DEAD1686#245@carlulsoe???Neural ?RecordCompliance violation
DEAD1687#239@kellyvv???Neural ?Non-RecordCompliance violation
DEAD1688#224@Complexity-ML??16.0 MBNeural ?RecordMoE + SwiGLU
DEAD1689#218@bopmite???TTT ?RecordTTT
DEAD1690#214@wojciechkowalczyk11to-tech???Neural ?RecordRWKV + SwiGLU + INT8
DEAD1691#188@reimorster???Neural ?RecordCompliance violation
DEAD1692#143@Julz19??16.0 MBNeural RecordCompliance violation
DEAD1693#134@Dephoh???Neural ?RecordCompliance violation
DEAD1694#132@leloykun???Neural ?RecordCompliance violation
DEAD1695#131@Billy1900???Neural RecordCompliance violation
DEAD1696#121@mattqlf???Neural ?RecordCompliance violation
DEAD1697#119@AtlantisPleb??16.0 MBNeural ?Non-RecordCompliance violation
DEAD1698#112@eb1386??16.0 MBNeural ?RecordSwiGLU + INT8
DEAD1699#109@eb1386??16.0 MBNeural RecordSwiGLU + INT8
DEAD1700#57@cschubiner??8.0 MBNeural ?Non-RecordINT8
DEAD1701#47@calmdentist???Neural ?RecordCompliance violation
DEAD1702#36@brendanboyle87???Neural ?RecordCompliance violation
DEAD1703#34@ChenLiu-1996???Neural RecordCompliance violation
DEAD1704#29@nidhilak-Aquarius??5.2 MBNeural RecordSwiGLU
DEAD1705#24@elopez3???Neural RecordCompliance violation
DEAD1706#23@Kevxn97???Neural ?RecordCompliance violation
DEAD1707#22@Kevxn97???Neural ?RecordCompliance violation
DEAD1708#21@monroestephenson??16.0 MBNeural RecordSwiGLU + LoRA + INT8 + EMA
DEAD1709#19@MVPandey???Neural ?RecordCompliance violation
DEAD1710#16@irroder??16.0 MBNeural RecordCompliance violation
DEAD1711#15@ArthurKaroyan???Neural RecordCompliance violation
DEAD1712#14@jordankzf???Neural RecordCompliance violation
DEAD1713#13@GLDRoger??16.0 MBNeural ?RecordCompliance violation
DEAD1714#11@adityawrk??16.0 MBNeural RecordSwiGLU + LoRA + INT8
DEAD1715#10@LJX2017???Neural RecordINT8
DEAD1716#8@iranzithierry??16.0 MBNeural ?Non-RecordSwiGLU
DEAD1717#7@RolanH???Cache ?RecordCompliance violation
DEAD1718#6@JF10R???Neural RecordCompliance violation
DEAD1719#4@NOPIMPOSSSIBLEWHY??16.0 MBNeural ?RecordMuon
DEAD1720#2@0hq???Neural ?RecordCompliance violation
NOTABLE1721#1720@kiyoaki0.01103/316.0 MBNeural Non-RecordTTT + EMA
NOTABLE1722#923@CiprianFlorin-Ifrim1.1090?15.9 MBNeural ?Non-RecordCompliance violation
NOTABLE1723#903@CiprianFlorin-Ifrim1.2064?15.8 MBNeural ?Non-RecordMuon + SSM + EMA
NOTABLE1724#1110@gowtham09921.22493/34.9 MBGPTQ Non-RecordGPTQ + INT6 + EMA + N-gram
NOTABLE1725#1551@andrewmouldon1.22622/3?Neural Non-RecordCompliance violation
NOTABLE1726#1168@gowtham09921.36393/310.4 MBGPTQ Non-RecordSSM + GPTQ + INT6 + EMA + N-gram
NOTABLE1727#1113@gowtham09921.37053/35.2 MBGPTQ Non-RecordLoRA + GPTQ + INT6 + EMA + N-gram
NOTABLE1728#1116@gowtham09921.44473/310.1 MBGPTQ Non-RecordGPTQ + INT6
NOTABLE1729#1119@gowtham09921.45843/311.5 MBGPTQ Non-RecordGPTQ + INT6 + N-gram
NOTABLE1730#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 725 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 20May 27May 31GPTQ rulingTTT rulingN-gram massacreAll-techniques: 3.50e-07 BPBNeural-only: 4.40e-04 BPBNeural-onlyAll-techniquesBPB (log scale)Date created

Technique Map

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

Technique Map

TTT

LEGAL

708 PRs · 329 people

Best ALIVE#1722 · 0.6560
Alive / Dead176 / 224

AT-RISK 63 · INCOMPLETE 244

EMA

LEGAL

521 PRs · 281 people

Best ALIVE#1319 · 0.6951
Alive / Dead118 / 162

AT-RISK 50 · INCOMPLETE 185

Muon optimizer

LEGAL

484 PRs · 312 people

Best ALIVE#1319 · 0.6951
Alive / Dead113 / 111

AT-RISK 45 · INCOMPLETE 213

GPTQ

LEGAL

467 PRs · 219 people

Best ALIVE#1722 · 0.6560
Alive / Dead134 / 137

AT-RISK 49 · INCOMPLETE 142

QAT

LEGAL

118 PRs · 94 people

Best ALIVE#1805 · 1.1033
Alive / Dead18 / 34

AT-RISK 3 · INCOMPLETE 63

LeakyReLUΒ²

LEGAL

109 PRs · 85 people

Best ALIVE#1319 · 0.6951
Alive / Dead25 / 37

AT-RISK 7 · INCOMPLETE 40

BigramHash

LEGAL

91 PRs · 79 people

Best ALIVE#1408 · 1.0802
Alive / Dead16 / 21

AT-RISK 2 · INCOMPLETE 52

XSA

LEGAL

85 PRs · 68 people

Best ALIVE#1319 · 0.6951
Alive / Dead20 / 28

AT-RISK 3 · INCOMPLETE 34

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

298 PRs · 119 people

Best ALIVE#1722 · 0.6560
Alive / Dead70 / 114

AT-RISK 69 · INCOMPLETE 41

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.

329 people working on TTT708 PRs
312 people working on Muon optimizer484 PRs
281 people working on EMA521 PRs
219 people working on GPTQ467 PRs
119 people working on N-gram Cache298 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 Distribution1319 PRs with known artifact size. 16 MB cap shown as red line.0200400270-2172-494-6126-8168-103310-126812-1458114-1655616+16 MB capArtifact size (MB)
Technique Popularity Over TimeCumulative PR count by technique type. 1730 total PRs.Mar 12Mar 19Mar 26Apr 2Apr 9Apr 16Apr 23Apr 30May 7May 14May 21May 28050010001500NeuralTTTCACHEHYBRID
Compliance Rate Over Time905 classified PRs. Currently 33% ALIVE.Mar 12Mar 19Mar 26Apr 2Apr 9Apr 16Apr 23Apr 30May 7May 14May 21May 280200400600800ALIVEAT-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: 83Agora 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: 35Apr 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: 412Apr 12Community: 43Agora reviews: 344New PRs: 24PR updates: 289Apr 13Community: 31Agora reviews: 0New PRs: 16PR updates: 27Apr 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: 27Apr 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: 22Agora reviews: 0New PRs: 21PR updates: 19Apr 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: 47May 2Community: 68Agora reviews: 0New PRs: 6PR updates: 38May 3Community: 24Agora reviews: 0New PRs: 2PR updates: 24May 4Community: 6Agora reviews: 0New PRs: 3PR updates: 14May 5Community: 8Agora reviews: 0New PRs: 2PR updates: 15May 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: 0May 11Community: 1Agora reviews: 0New PRs: 0PR updates: 2May 12Community: 2Agora reviews: 0New PRs: 0PR updates: 2May 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: 1Agora reviews: 0New PRs: 0PR updates: 1May 18Community: 4Agora reviews: 0New PRs: 0PR updates: 4May 19Community: 0Agora reviews: 0New PRs: 0PR updates: 1May 20Community: 0Agora reviews: 0New PRs: 0PR updates: 2May 21Community: 0Agora reviews: 0New PRs: 0PR updates: 0May 22Community: 0Agora reviews: 0New PRs: 1PR updates: 5May 23Community: 0Agora reviews: 0New PRs: 0PR updates: 0May 24Community: 0Agora reviews: 0New PRs: 0PR updates: 0May 25Community: 0Agora reviews: 0New PRs: 0PR updates: 1May 26Community: 0Agora reviews: 0New PRs: 0PR updates: 0May 27Community: 0Agora reviews: 0New PRs: 0PR updates: 1May 28Community: 0Agora reviews: 0New PRs: 0PR updates: 0May 29Community: 0Agora reviews: 0New PRs: 0PR updates: 1May 30Community: 0Agora reviews: 0New PRs: 0PR updates: 2May 31Community: 0Agora reviews: 0New PRs: 0PR updates: 2Mar 18Mar 25Apr 1Apr 8Apr 15Apr 22Apr 29May 6May 13May 20May 27CommentsPRs/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/dayBefore18During350+1817%

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)