Skip to content

Commit 5229d34

Browse files
committed
Merge branch 'develop' of https://github.com/PaddleJitLab/CUDATutorial into docs
2 parents 726b186 + 40b9b15 commit 5229d34

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
@@ -57,5 +57,5 @@
5757
+ [Page Attention - 原理篇](/page_attention)
5858
+ [Page Attention - 源码解析](/vllm_page_attention)
5959
+ [vLLM 源码解读系列 - vLLM 代码架构介绍](/vllm_source_code/vllm_arch)
60-
+ [vLLM 源码解读系列 - 调度前的预处理工作](/vllm_source_code/vllm_scheduler)
60+
+ [vLLM 源码解读系列 - 调度前的预处理工作](/vllm_source_code/preprocess_before_scheduler)
6161

0 commit comments

Comments
 (0)