ViperEkura
  • Joined on 2026-04-02
ViperEkura pushed to main at ViperEkura/postgraduate-prep 2026-05-07 20:39:57 +08:00
2a92798bda feat: 增加数学杂项知识(常用公式速查与三角函数口诀)
ViperEkura pushed to main at ViperEkura/video-promo 2026-05-07 18:05:08 +08:00
6b0a1dbb5e refactor: redesign batching FSM as queue pipeline with dynamic task states
ViperEkura pushed to main at ViperEkura/video-promo 2026-05-07 14:59:31 +08:00
c05a432e45 chore: use Times New Roman across all scenes, widen Transformer block to 2.4 for \'Transformer Block × 24\' label
ViperEkura pushed to main at ViperEkura/video-promo 2026-05-07 14:51:33 +08:00
57abefa47f fix: shift GQA layout down 0.4 to avoid title-input overlap
ViperEkura pushed to main at ViperEkura/video-promo 2026-05-07 14:14:17 +08:00
6b26ec33ab chore: switch .gitignore to whitelist mechanism (only .py, .md, .gitignore)
ViperEkura pushed to main at ViperEkura/video-promo 2026-05-07 14:01:00 +08:00
0018868ee3 refactor: transformer — heatmap two-phase scores+mask, auto-regressive full I/O pipeline with Emb, RMS Norm, LM Head, distribution
ViperEkura pushed to main at ViperEkura/video-promo 2026-05-07 12:18:53 +08:00
496f964979 refactor: architecture — boxes left, descriptions right, 4-layer layout
4d96a84fc5 refactor: architecture layer-by-layer introduction with source file refs
Compare 2 commits »
ViperEkura pushed to main at ViperEkura/video-promo 2026-05-07 11:26:27 +08:00
e7d736a3b0 fix: bottom spacing, remove specs card, full formula first with no ellipsis in steps
ViperEkura pushed to main at ViperEkura/video-promo 2026-05-07 00:58:54 +08:00
eeaf0a5a16 feat: SDPA formula breakdown + attention score heatmap with per-cell causal mask
ViperEkura pushed to main at ViperEkura/video-promo 2026-05-07 00:34:29 +08:00
ba100c19d1 refactor: Gantt chart — same 5 requests both sides, wait+run bars, batch boxes connect GPU↔reqs
ViperEkura pushed to main at ViperEkura/video-promo 2026-05-06 22:40:07 +08:00
ViperEkura pushed to main at ViperEkura/video-promo 2026-05-06 22:29:01 +08:00
ViperEkura pushed to main at ViperEkura/video-promo 2026-05-06 22:26:54 +08:00
d143f57ad1 remove broken setattr hack line
544e377fa9 add static batching contrast, waiting queue, and multi-request arrival to pipeline intro
Compare 2 commits »
ViperEkura pushed to main at ViperEkura/video-promo 2026-05-06 22:13:17 +08:00
b2ff243447 fix: call align_to AFTER move_to so bars follow rect positions
ViperEkura pushed to main at ViperEkura/video-promo 2026-05-06 22:11:24 +08:00
f6ccefb34e fix: align throughput bars by same-x positioning instead of arrange Left-edge
ViperEkura pushed to main at ViperEkura/video-promo 2026-05-06 22:07:44 +08:00
ce2a7c165a fix: throughput bars — proportional widths (1.0x vs 3.4x), proper GrowFromEdge anim
ViperEkura pushed to main at ViperEkura/video-promo 2026-05-06 22:02:27 +08:00
42c1d5f700 fix: throughput comparison layout — centered rows with proper Left-Right alignment
ViperEkura pushed to main at ViperEkura/video-promo 2026-05-06 21:59:54 +08:00
4ed16a70b4 fix: new requests enter at Prefill stage, not Refill
ViperEkura pushed to main at ViperEkura/video-promo 2026-05-06 21:53:21 +08:00
fc68fc9107 rewrite continuous_batching as state-machine with batch token rotation, in/out flow, bitmask anim, and throughput bars
ViperEkura pushed to main at ViperEkura/video-promo 2026-05-06 21:48:23 +08:00
a7a79eef96 fix: architecture layout and rewrite continuous_batching with dynamic pipeline animation