forked from jittor/jittor
Update README.md
This commit is contained in:
parent
11c6a89dcc
commit
f9f144abe4
10
README.md
10
README.md
|
@ -289,11 +289,11 @@ If you want to know more about Jittor, please check out the notebooks below:
|
|||
|
||||
|
||||
|
||||
[1]: notebooks/example.md "example"
|
||||
[2]: notebooks/basics.md "basics"
|
||||
[3]: notebooks/meta_op.md "meta_op"
|
||||
[4]: notebooks/custom_op.md "custom_op"
|
||||
[5]: notebooks/profiler.md "profiler"
|
||||
[1]: notebook/example.src.md "example"
|
||||
[2]: notebook/basics.src.md "basics"
|
||||
[3]: notebook/meta_op.src.md "meta_op"
|
||||
[4]: notebook/custom_op.src.md "custom_op"
|
||||
[5]: notebook/profiler.src.md "profiler"
|
||||
|
||||
Those notebooks can be started in your own computer by `python3.7 -m jittor.notebook`
|
||||
|
||||
|
|
Loading…
Reference in New Issue