File tree Expand file tree Collapse file tree 5 files changed +28
-0
lines changed
Expand file tree Collapse file tree 5 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 5757### 大师系列 💡
5858
5959我现在还不知道写啥,毕竟我现在还是菜鸡~~
60+
61+ ### LLM 推理技术
62+
63+ + [ 动态 Batch] ( ./docs/13_dynamic_batch/README.md )
64+ + [ Page Attention] ( ./docs/14_page_attention/README.md )
Original file line number Diff line number Diff line change 1+ # 动态 Batch
2+
Original file line number Diff line number Diff line change 1+ # Page Attention
2+
Original file line number Diff line number Diff line change 5252### 大师系列 💡
5353我现在还不知道写啥,毕竟我现在还是菜鸡~~
5454
55+ ### LLM 推理技术
56+
57+ + [ 动态 Batch] ( /dynamic_batch )
58+ + [ Page Attention] ( /page_attention )
59+
Original file line number Diff line number Diff line change @@ -167,6 +167,20 @@ const sidebars = {
167167 ]
168168 }
169169 ] ,
170+ } ,
171+ {
172+ type : 'category' ,
173+ label : 'LLM 推理技术' ,
174+ items : [
175+ {
176+ type : 'autogenerated' ,
177+ dirName : '13_dynamic_batch'
178+ } ,
179+ {
180+ type : 'autogenerated' ,
181+ dirName : '14_page_attention'
182+ } ,
183+ ] ,
170184 }
171185 ]
172186} ;
You can’t perform that action at this time.
0 commit comments