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

vLLM 源码解读 #110

Open
QingyaFan opened this issue Jan 24, 2025 · 0 comments
Open

vLLM 源码解读 #110

QingyaFan opened this issue Jan 24, 2025 · 0 comments

Comments

@QingyaFan
Copy link
Owner

我们从vLLM 项目的 CONTRIBUTING.md 来看从哪里入手,这个文档把我们指向了 vLLM 的文档,文档里有两部分适合深入理解:DesignFor 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

要读源码来更深入了解一个项目的各种细节,就得从设计开始,否则读源码就成了无头苍蝇。

Design

设计的一个重要入口就是整体架构。

Architecture Overview

https://docs.vllm.ai/en/stable/design/arch_overview.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant