-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.toml
32 lines (23 loc) · 895 Bytes
/
book.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[book]
title = "LLM Foundations"
authors = ["Dan Wilhelm"]
description = "We'll learn how Large Language Models (LLMs) work from the ground up by coding transformers from scratch. Our thesis is that understanding small circuits leads to a better understanding of large ones."
language = "en"
multilingual = false
src = "src"
[output.html]
default-theme = "navy"
mathjax-support = false
additional-js = ["theme/pagetoc.js", "theme/canvas.js",
"theme/mermaid.min.js", "theme/mermaid-init.js"]
additional-css = ["theme/pagetoc.css", "theme/canvas.css"]
git-repository-url = "https://github.com/danwilhelm/llmsbook"
git-repository-icon = "fa-github"
edit-url-template = "https://github.com/danwilhelm/llmsbook/edit/main/{path}"
site-url = "/"
cname = "llms.danwil.com"
[preprocessor]
[preprocessor.mermaid]
command = "mdbook-mermaid"
[preprocessor.katex]
after = ["links"]