Skip to content

Commit

Permalink
[Doc] Fix README file link and rename the vllm preprocess part md file (
Browse files Browse the repository at this point in the history
  • Loading branch information
AndSonder authored Oct 27, 2024
1 parent 7499a37 commit 40b9b15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
+ [连续批处理](./docs/13_continuous_batch/README.md)
+ [Page Attention - 原理篇](./docs/14_page_attention/README.md)
+ [Page Attention - 源码解析](./docs/15_vllm_page_attention/README.md)
+ [vLLM 源码解读系列 - vLLM 代码架构介绍](./docs/16_vllm_sorce_code/01_vllm_arch.md)
+ [vLLM 源码解读系列 - 调度前的预处理工作](./docs/16_vllm_sorce_code/02_vllm_scheduler.md)
+ [vLLM 源码解读系列 - vLLM 代码架构介绍](./docs/16_vllm_source_code/01_vllm_arch.md)
+ [vLLM 源码解读系列 - 调度前的预处理工作](./docs/16_vllm_source_code/02_preprocess_before_scheduler.md)


[![Star History Chart](https://api.star-history.com/svg?repos=PaddleJitLab/CUDATutorial&type=Date)](https://star-history.com/#PaddleJitLab/CUDATutorial&Date)
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
+ [Page Attention - 原理篇](/page_attention)
+ [Page Attention - 源码解析](/vllm_page_attention)
+ [vLLM 源码解读系列 - vLLM 代码架构介绍](/vllm_source_code/vllm_arch)
+ [vLLM 源码解读系列 - 调度前的预处理工作](/vllm_source_code/vllm_scheduler)
+ [vLLM 源码解读系列 - 调度前的预处理工作](/vllm_source_code/preprocess_before_scheduler)

0 comments on commit 40b9b15

Please sign in to comment.