Skip to content

Commit cc36d98

Browse files
committed
add notes about week 2 tools
Signed-off-by: Alex Chi <[email protected]>
1 parent 89eee26 commit cc36d98

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

book/src/setup.md

+2
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,6 @@ pdm run python main_ref_impl_week1.py
7575

7676
It should load the model and print some text.
7777

78+
In week 2, we will write some kernels in C++/Metal, and we will need to set up additional tools for that. We will cover it later.
79+
7880
{{#include copyright.md}}

build_ext.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
cd src/extensions_ref
4-
python setup.py build_ext --inplace
4+
pdm run python setup.py build_ext --inplace

0 commit comments

Comments
 (0)