We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我们从vLLM 项目的 CONTRIBUTING.md 来看从哪里入手,这个文档把我们指向了 vLLM 的文档,文档里有两部分适合深入理解:Design 和 For Developers。
CONTRIBUTING.md
Design
For Developers
Design -- Architecture Overview -- Intergration with Huggingface -- vLLM's Plugin System -- Input Processing -- vLLM Paged Attention -- Multi-Modality -- Python Multiprocessing For Developers -- Contributing to vLLM -- Profiling vLLM -- Dockerfile
要读源码来更深入了解一个项目的各种细节,就得从设计开始,否则读源码就成了无头苍蝇。
设计的一个重要入口就是整体架构。
https://docs.vllm.ai/en/stable/design/arch_overview.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我们从vLLM 项目的
CONTRIBUTING.md
来看从哪里入手,这个文档把我们指向了 vLLM 的文档,文档里有两部分适合深入理解:Design
和For Developers
。要读源码来更深入了解一个项目的各种细节,就得从设计开始,否则读源码就成了无头苍蝇。
Design
设计的一个重要入口就是整体架构。
Architecture Overview
https://docs.vllm.ai/en/stable/design/arch_overview.html
The text was updated successfully, but these errors were encountered: