Try our Chrome extension
Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!Changedetection.io needs your support!
You can help us by supporting changedetection.io on these platforms;
- Rate us at AlternativeTo.net
- Star us on GitHub
- Follow us at Twitter/X
- G2 Software reviews
- Check us out on LinkedIn
- And tell your friends and colleagues :)
The more popular changedetection.io is, the more time we can dedicate to adding amazing features!
Many thanks :)
changedetection.io team
아직 없음 초 전.
False
아직 없음 초 전
7시간 전단일 스냅샷으로 이동
Skip to content
Navigation Menu
Sign in Appearance settings
* Platform
+ AI CODE CREATION
o GitHub Copilot Write better code with AI
o GitHub Copilot app Direct agents from issue to merge
o MCP Registry Integrate external tools
+ DEVELOPER WORKFLOWS
o Actions Automate any workflow
o Codespaces Instant dev environments
o Issues Plan and track work
o Code Review Manage code changes
o Code Quality Enforce quality at merge
+ APPLICATION SECURITY
o GitHub Advanced Security Find and fix vulnerabilities
o Code security Secure your code as you build
o Secret protection Stop leaks before they start
+ EXPLORE
o Why GitHub
o Documentation
o Blog
o Changelog
o Marketplace
View all features
* Solutions
+ BY COMPANY SIZE
o Enterprises
o Small and medium teams
o Startups
o Nonprofits
+ BY USE CASE
o App Modernization
o DevSecOps
o DevOps
o CI/CD
o View all use cases
+ BY INDUSTRY
o Healthcare
o Financial services
o Manufacturing
o Government
o View all industries
View all solutions
* Resources
+ EXPLORE BY TOPIC
o AI
o Software Development
o DevOps
o Security
o View all topics
+ EXPLORE BY TYPE
o Customer stories
o Events & webinars
o Ebooks & reports
o Business insights
o GitHub Skills
+ SUPPORT & SERVICES
o Documentation
o Customer support
o Community forum
o Trust center
o Partners
View all resources
* Open Source
+ COMMUNITY
o GitHub Sponsors Fund open source developers
+ PROGRAMS
o Security Lab
o Maintainer Community
o Accelerator
o GitHub Stars
o Archive Program
+ REPOSITORIES
o Topics
o Trending
o Collections
* Enterprise
+ ENTERPRISE SOLUTIONS
o Enterprise platform AI-powered developer platform
+ AVAILABLE ADD-ONS
o GitHub Advanced Security Enterprise-grade security features
o Copilot for Business Enterprise-grade AI features
o Premium Support Enterprise-grade 24/7 support
* Pricing
Type / to search
Sign in
Sign up Appearance settings
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Uh oh!
There was an error while loading. Please reload this page.
vllm-project / vllm Public
* Uh oh!
There was an error while loading. Please reload this page.
* Notifications You must be signed in to change notification settings
* Fork 20.5k
* Star 88.6k
* Code
* Issues 2.1k
* Pull requests 4.3k
* Discussions
* Actions
* Projects
* Security and quality 59
* Insights
Additional navigation options
* Code
* Issues
* Pull requests
* Discussions
* Actions
* Projects
* Security and quality
* Insights
main
Branches Tags
Go to file
Code
Open more actions menu
Folders and files
Name Name Last commit message Last commit date
Latest commit
History
19,736 Commits
19,736 Commits
19,738 Commits
19,738 Commits
.buildkite .buildkite
.claude/ skills/ ci-fails-buildkite .claude/ skills/ ci-fails-buildkite
.gemini .gemini
.github .github
benchmarks benchmarks
cmake cmake
csrc csrc
docker docker
docs docs
examples examples
requirements requirements
rust rust
scripts scripts
tests tests
tools tools
vllm vllm
.clang-format .clang-format
.coveragerc .coveragerc
.dockerignore .dockerignore
.git-blame-ignore-revs .git-blame-ignore-revs
.gitignore .gitignore
.markdownlint.yaml .markdownlint.yaml
.pre-commit-config.yaml .pre-commit-config.yaml
.readthedocs.yaml .readthedocs.yaml
.shellcheckrc .shellcheckrc
AGENTS.md AGENTS.md
CLAUDE.md CLAUDE.md
CMakeLists.txt CMakeLists.txt
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md
CONTRIBUTING.md CONTRIBUTING.md
DCO DCO
LICENSE LICENSE
MANIFEST.in MANIFEST.in
README.md README.md
RELEASE.md RELEASE.md
SECURITY.md SECURITY.md
build_rust.sh build_rust.sh
build_vllm_ppc64le.sh build_vllm_ppc64le.sh
codecov.yml codecov.yml
mkdocs.yaml mkdocs.yaml
pyproject.toml pyproject.toml
rust-toolchain.toml rust-toolchain.toml
setup.py setup.py
use_existing_torch.py use_existing_torch.py
View all files
Repository files navigation
*
* README
* Code of conduct
* Contributing
* Apache-2.0 license
* Security
More items
Easy, fast, and cheap LLM serving for everyone
| Documentation | Blog | Paper | Twitter/X | User Forum | Developer Slack |
🔥 We have built a vLLM website to help you get started with vLLM. Please visit vllm.ai to learn more. For events, please visit vllm.ai/events to join us.
About
vLLM is a fast and easy-to-use library for LLM inference and serving.
Originally developed in the Sky Computing Lab at UC Berkeley, vLLM has grown into one of the most active open-source AI projects built and maintained by a diverse community of many dozens of academic institutions and companies from over 2000 contributors.
vLLM is fast with:
* State-of-the-art serving throughput
* Efficient management of attention key and value memory with PagedAttention
* Continuous batching of incoming requests, chunked prefill, prefix caching
* Fast and flexible model execution with piecewise and full CUDA/HIP graphs
* Quantization: FP8, MXFP8/MXFP4, NVFP4, INT8, INT4, GPTQ/AWQ, GGUF, compressed-tensors, ModelOpt, TorchAO, and more
* Optimized attention kernels including FlashAttention, FlashInfer, TRTLLM-GEN, FlashMLA, and Triton
* Optimized GEMM/MoE kernels for various precisions using CUTLASS, TRTLLM-GEN, CuTeDSL
* Speculative decoding including n-gram, suffix, EAGLE, DFlash
* Automatic kernel generation and graph-level transformations using torch.compile
* Disaggregated prefill, decode, and encode
vLLM is flexible and easy to use with:
* Seamless integration with popular Hugging Face models
* High-throughput serving with various decoding algorithms, including parallel sampling, beam search, and more
* Tensor, pipeline, data, expert, and context parallelism for distributed inference
* Streaming outputs
* Generation of structured outputs using xgrammar or guidance
* Tool calling and reasoning parsers
* OpenAI-compatible API server, plus Anthropic Messages API and gRPC support
* Efficient multi-LoRA support for dense and MoE layers
* Support for NVIDIA GPUs, AMD GPUs, Intel GPUs, and x86/ARM/PowerPC CPUs. Additionally, diverse hardware plugins such as Google TPUs, Intel Gaudi, IBM Spyre, Huawei Ascend, Rebellions NPU, Apple Silicon, MetaX GPU, and more.
vLLM seamlessly supports 200+ model architectures on Hugging Face, including:
* Decoder-only LLMs (e.g., Llama, Qwen, Gemma)
* Mixture-of-Expert LLMs (e.g., Mixtral, DeepSeek-V3, Qwen-MoE, GPT-OSS)
* Hybrid attention and state-space models (e.g., Mamba, Qwen3.5)
* Multi-modal models (e.g., LLaVA, Qwen-VL, Pixtral)
* Embedding and retrieval models (e.g., E5-Mistral, GTE, ColBERT)
* Reward and classification models (e.g., Qwen-Math)
Find the full list of supported models here.
Getting Started
Install vLLM with uv (recommended) or pip:
uv pip install vllm
Or build from source for development.
Visit our documentation to learn more.
* Installation
* Quickstart
* List of Supported Models
Contributing
We welcome and value any contributions and collaborations. Please check out Contributing to vLLM for how to get involved.
Citation
If you use vLLM for your research, please cite our paper:
@inproceedings{kwon2023efficient,
title= { Efficient Memory Management for Large Language Model Serving with PagedAttention } ,
author= { Woosuk Kwon and Zhuohan Li and Siyuan Zhuang and Ying Sheng and Lianmin Zheng and Cody Hao Yu and Joseph E. Gonzalez and Hao Zhang and Ion Stoica } ,
booktitle= { Proceedings of the ACM SIGOPS 29th Symposium on Operating Systems Principles } ,
year= { 2023 }
}
Contact Us
* For technical questions and feature requests, please use GitHub Issues
* For discussing with fellow users, please use the vLLM Forum
* For coordinating contributions and development, please use Slack
* For security disclosures, please use GitHub's Security Advisories feature
* For collaborations and partnerships, please contact us at collaboration@vllm.ai
Media Kit
* If you wish to use vLLM's logo, please refer to our media kit repo
About
A high-throughput and memory-efficient inference and serving engine for LLMs
vllm.ai
Topics
amdblackwellcudadeepseekdeepseek-v3gptgpt-ossinferencekimillamallmllm-servingmodel-servingmoeopenaipytorchqwenqwen3tputransformer
Resources
Readme
Apache-2.0 license
Code of conduct
Code of conduct
Contributing
Contributing
Security policy
Security policy
Activity
Custom properties
Stars
88.6k stars
Watchers
589 watching
Forks
20.5k forks
Report repository
Releases
Sponsor this project
Used by
Contributors
Languages
Footer
© 2026 GitHub, Inc.
Footer navigation
* Terms
* Privacy
* Security
* Status
* Community
* Docs
* Contact
* Manage cookies
* Do not share my personal information
You can’t perform that action at this time.
팁: 공유하거나 무시 목록에 추가할 텍스트를 강조 표시합니다.
— 차이점 패치 다운로드
현재 비교는 그래픽 방식이 아닌 텍스트 기준으로 수행되며, 최신 스크린샷만 제공됩니다.
스크린샷을 찍으려면 Playwright/WebDriver를 활성화해야 합니다.