Update blog.html
Browse files
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-
|
| 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."
|