File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 10
10
- [ Positional Encodings and RoPE] ( ./week1-02-positional-encodings.md )
11
11
- [ Grouped/Multi Query Attention] ( ./week1-03-gqa.md )
12
12
- [ RMSNorm and MLP] ( ./week1-04-rmsnorm-and-mlp.md )
13
- - [ Wiring the Qwen2 Model] ( )
14
- - [ Loading the Model] ( )
13
+ - [ The Qwen2 Model] ( )
15
14
- [ Generating the Response] ( )
15
+ - [ Loading the Model] ( )
16
+ - [ Sampling and Preparing for Week 2] ( )
16
17
<!--
17
18
- [Attention and Multi-Head Attention](./week1-01-attention.md)
18
19
- [Positional Embeddings and RoPE](./week1-02-positional-embeddings.md)
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ bench.cmd = "pytest benches"
35
35
format = " ruff format"
36
36
format-cpp.shell = " find src/extensions_ref -type file \\ ( -name '*.h' -or -name '*.cpp' \\ ) | xargs -n1 clang-format -i"
37
37
copy-test.cmd = " python scripts/dev-tools.py copy-test"
38
+ book.cmd = " mdbook serve book/"
38
39
39
40
[tool .pytest .ini_options ]
40
41
addopts = [
You can’t perform that action at this time.
0 commit comments