Skip to content

Commit 40b9b15

Browse files
authored
[Doc] Fix README file link and rename the vllm preprocess part md file (#47)
1 parent 7499a37 commit 40b9b15

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
+ [连续批处理](./docs/13_continuous_batch/README.md)
6464
+ [Page Attention - 原理篇](./docs/14_page_attention/README.md)
6565
+ [Page Attention - 源码解析](./docs/15_vllm_page_attention/README.md)
66-
+ [vLLM 源码解读系列 - vLLM 代码架构介绍](./docs/16_vllm_sorce_code/01_vllm_arch.md)
67-
+ [vLLM 源码解读系列 - 调度前的预处理工作](./docs/16_vllm_sorce_code/02_vllm_scheduler.md)
66+
+ [vLLM 源码解读系列 - vLLM 代码架构介绍](./docs/16_vllm_source_code/01_vllm_arch.md)
67+
+ [vLLM 源码解读系列 - 调度前的预处理工作](./docs/16_vllm_source_code/02_preprocess_before_scheduler.md)
6868

6969

7070
[![Star History Chart](https://api.star-history.com/svg?repos=PaddleJitLab/CUDATutorial&type=Date)](https://star-history.com/#PaddleJitLab/CUDATutorial&Date)
File renamed without changes.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@
5858
+ [Page Attention - 原理篇](/page_attention)
5959
+ [Page Attention - 源码解析](/vllm_page_attention)
6060
+ [vLLM 源码解读系列 - vLLM 代码架构介绍](/vllm_source_code/vllm_arch)
61-
+ [vLLM 源码解读系列 - 调度前的预处理工作](/vllm_source_code/vllm_scheduler)
61+
+ [vLLM 源码解读系列 - 调度前的预处理工作](/vllm_source_code/preprocess_before_scheduler)
6262

0 commit comments

Comments
 (0)