Skip to content

Commit 98bb2c3

Browse files
committed
minor adjust
Signed-off-by: Alex Chi <iskyzh@gmail.com>
1 parent fd89c47 commit 98bb2c3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

book/src/SUMMARY.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
- [Positional Encodings and RoPE](./week1-02-positional-encodings.md)
1111
- [Grouped/Multi Query Attention](./week1-03-gqa.md)
1212
- [RMSNorm and MLP](./week1-04-rmsnorm-and-mlp.md)
13-
- [Wiring the Qwen2 Model]()
14-
- [Loading the Model]()
13+
- [The Qwen2 Model]()
1514
- [Generating the Response]()
15+
- [Loading the Model]()
16+
- [Sampling and Preparing for Week 2]()
1617
<!--
1718
- [Attention and Multi-Head Attention](./week1-01-attention.md)
1819
- [Positional Embeddings and RoPE](./week1-02-positional-embeddings.md)

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ bench.cmd = "pytest benches"
3535
format = "ruff format"
3636
format-cpp.shell = "find src/extensions_ref -type file \\( -name '*.h' -or -name '*.cpp' \\) | xargs -n1 clang-format -i"
3737
copy-test.cmd = "python scripts/dev-tools.py copy-test"
38+
book.cmd = "mdbook serve book/"
3839

3940
[tool.pytest.ini_options]
4041
addopts = [

0 commit comments

Comments
 (0)