Skip to content

Commit 80b680a

Browse files
authored
[Doc] update llm infer index (#37)
1 parent 0ce84b9 commit 80b680a

File tree

5 files changed

+28
-0
lines changed

5 files changed

+28
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,8 @@
5757
### 大师系列 💡
5858

5959
我现在还不知道写啥,毕竟我现在还是菜鸡~~
60+
61+
### LLM 推理技术
62+
63+
+ [动态 Batch](./docs/13_dynamic_batch/README.md)
64+
+ [Page Attention](./docs/14_page_attention/README.md)

docs/13_dynamic_batch/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# 动态 Batch
2+

docs/14_page_attention/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Page Attention
2+

docs/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,8 @@
5252
### 大师系列 💡
5353
我现在还不知道写啥,毕竟我现在还是菜鸡~~
5454

55+
### LLM 推理技术
56+
57+
+ [动态 Batch](/dynamic_batch)
58+
+ [Page Attention](/page_attention)
59+

sidebars.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)