feat: publish language model origins chapter

This commit is contained in:
wuyang
2026-07-29 04:47:36 +08:00
parent 2997434f7f
commit a54152dc24
22 changed files with 5521 additions and 35 deletions
+2 -1
View File
@@ -15,7 +15,8 @@
"check:training-systems-browser": "node scripts/check-training-systems-browser.mjs",
"check:scaling-browser": "node scripts/check-scaling-browser.mjs",
"check:data-browser": "node scripts/check-data-browser.mjs",
"check:numerics-browser": "node scripts/check-numerics-browser.mjs"
"check:numerics-browser": "node scripts/check-numerics-browser.mjs",
"check:language-model-history-browser": "node scripts/check-language-model-history-browser.mjs"
},
"dependencies": {
"@astrojs/sitemap": "3.7.3",