Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] Fix README file link and rename the vllm preprocess part md file #47

Merged
merged 11 commits into from
Oct 27, 2024
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)

Loading