We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c859e commit 4c0ce1bCopy full SHA for 4c0ce1b
docs/_sidebar.md
@@ -16,7 +16,10 @@
16
* [4.1 低秩分解](chapter4/chapter4_1.md)
17
* 二、运行篇
18
* 第5章 表示
19
- * [5.1 表示](chapter5/chapter5_1.md)
+ * [5.1 模型格式](chapter5/5.1%20模型格式.md)
20
+ * [5.2 通用模型表示](chapter5/5.2%20通用模型表示.md)
21
+ * [5.3 PyTorch框架专用模型表示](chapter5/5.3%20PyTorch框架专用模型表示.md)
22
+ * [5.4 TensorFlow框架专用模型表示](chapter5/5.4%20TensorFlow框架专用模型表示.md)
23
* 第6章 加速
24
* [6.1 加速](chapter6/chapter6_1.md)
25
* 第7章 框架
@@ -27,6 +30,7 @@
27
30
* [8.2 数据并行](chapter8/chapter8_2.md)
28
31
* [8.3 流水线并行](chapter8/chapter8_3.md)
29
32
* [8.4 张量并行](chapter8/chapter8_4.md)
33
+ * [8.5 并行总结](chapter8/chapter8_5.md)
34
* 第9章 并发
35
* [9.1 并发](chapter9/chapter9_0.md)
36
* [9.2 异步](chapter9/chapter9_1.md)
0 commit comments