CompactAI commited on
Commit
fe9d0fb
·
verified ·
1 Parent(s): c46546f

Update blog.html

Browse files
Files changed (1) hide show
  1. blog.html +1 -1
blog.html CHANGED
@@ -127,7 +127,7 @@ blockquote { border-left: 4px solid var(--color-accent); padding-left: 1.5rem; m
127
  const posts = [
128
  {
129
  "file": "blog-the-memory-bottleneck.html",
130
- "date": "2026-02-16",
131
  "tag": "Architecture",
132
  "title": "The Memory Bottleneck in Transformer Architecture",
133
  "excerpt": "Transformers recompute their entire understanding for every token. What if we could offload static knowledge into a separate trainable module? Exploring external storage baked into the model without scaling parameters."
 
127
  const posts = [
128
  {
129
  "file": "blog-the-memory-bottleneck.html",
130
+ "date": "2026-02-17",
131
  "tag": "Architecture",
132
  "title": "The Memory Bottleneck in Transformer Architecture",
133
  "excerpt": "Transformers recompute their entire understanding for every token. What if we could offload static knowledge into a separate trainable module? Exploring external storage baked into the model without scaling parameters."