mirror of https://github.com/Jittor/Jittor
Merge branch 'master' into macOS
This commit is contained in:
commit
aacc387c49
10
README.cn.md
10
README.cn.md
|
@ -337,11 +337,11 @@ help(jt.ops)
|
|||
|
||||
|
||||
|
||||
[1]: notebook/example.src.md "示例"
|
||||
[2]: notebook/basics.src.md "基本概念"
|
||||
[3]: notebook/meta_op.src.md "元算子"
|
||||
[4]: notebook/custom_op.src.md "自定义算子"
|
||||
[5]: notebook/profiler.src.md "性能分析器"
|
||||
[1]: python/jittor/notebook/example.src.md "示例"
|
||||
[2]: python/jittor/notebook/basics.src.md "基本概念"
|
||||
[3]: python/jittor/notebook/meta_op.src.md "元算子"
|
||||
[4]: python/jittor/notebook/custom_op.src.md "自定义算子"
|
||||
[5]: python/jittor/notebook/profiler.src.md "性能分析器"
|
||||
|
||||
|
||||
这些notebooks可以通过python3.7 -m jittor.notebook在您自己的计算机中运行。
|
||||
|
|
10
README.md
10
README.md
|
@ -331,11 +331,11 @@ If you want to know more about Jittor, please check out the notebooks below:
|
|||
|
||||
|
||||
|
||||
[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"
|
||||
[1]: python/jittor/notebook/example.src.md "example"
|
||||
[2]: python/jittor/notebook/basics.src.md "basics"
|
||||
[3]: python/jittor/notebook/meta_op.src.md "meta_op"
|
||||
[4]: python/jittor/notebook/custom_op.src.md "custom_op"
|
||||
[5]: python/jittor/notebook/profiler.src.md "profiler"
|
||||
|
||||
Those notebooks can be started in your own computer by `python3.7 -m jittor.notebook`
|
||||
|
||||
|
|
|
@ -416,16 +416,16 @@ If you want to know more about Jittor, please check out the notebooks below:
|
|||
|
||||
|
||||
|
||||
[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"
|
||||
[1]: notebook/example.src.md "示例"
|
||||
[2]: notebook/basics.src.md "基本概念"
|
||||
[3]: notebook/meta_op.src.md "元算子"
|
||||
[4]: notebook/custom_op.src.md "自定义算子"
|
||||
[5]: notebook/profiler.src.md "性能分析器"
|
||||
[1]: python/jittor/notebook/example.src.md "example"
|
||||
[2]: python/jittor/notebook/basics.src.md "basics"
|
||||
[3]: python/jittor/notebook/meta_op.src.md "meta_op"
|
||||
[4]: python/jittor/notebook/custom_op.src.md "custom_op"
|
||||
[5]: python/jittor/notebook/profiler.src.md "profiler"
|
||||
[1]: python/jittor/notebook/example.src.md "示例"
|
||||
[2]: python/jittor/notebook/basics.src.md "基本概念"
|
||||
[3]: python/jittor/notebook/meta_op.src.md "元算子"
|
||||
[4]: python/jittor/notebook/custom_op.src.md "自定义算子"
|
||||
[5]: python/jittor/notebook/profiler.src.md "性能分析器"
|
||||
|
||||
Those notebooks can be started in your own computer by `python3.7 -m jittor.notebook`
|
||||
|
||||
|
|
Loading…
Reference in New Issue