Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
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
{{ message }}
dotpyu
/
vllm
Public
forked from
vllm-project/vllm
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Jun 20, 2023
Use slow tokenizer for open llama models (#168)
WoosukKwon
authored
67d96c2
View commit details
Copy full SHA for 67d96c2
Browse repository at this point
Remove e.g. in README (#167)
zhuohan123
authored
033f5c7
View commit details
Copy full SHA for 033f5c7
Browse repository at this point
[Minor] Fix URLs (#166)
WoosukKwon
authored
794e578
View commit details
Copy full SHA for 794e578
Browse repository at this point
[Minor] Fix icons in doc (#165)
WoosukKwon
authored
caddfc1
View commit details
Copy full SHA for caddfc1
Browse repository at this point
Change image urls (#164)
zhuohan123
authored
fc72e39
View commit details
Copy full SHA for fc72e39
Browse repository at this point
Fix repo & documentation URLs (#163)
WoosukKwon
authored
b7e62d3
View commit details
Copy full SHA for b7e62d3
Browse repository at this point
[Docs] Minor fix (#162)
WoosukKwon
authored
364536a
View commit details
Copy full SHA for 364536a
Browse repository at this point
Add and list supported models in README (#161)
zhuohan123
authored
0b32a98
View commit details
Copy full SHA for 0b32a98
Browse repository at this point
[PyPI] Fix package info in setup.py (#158)
WoosukKwon
authored
570fb2e
View commit details
Copy full SHA for 570fb2e
Browse repository at this point
Commits on Jun 19, 2023
Add logo and polish readme (#156)
zhuohan123
authored
a255885
View commit details
Copy full SHA for a255885
Browse repository at this point
Add performance figures for dark mode (#160)
WoosukKwon
authored
5822ede
View commit details
Copy full SHA for 5822ede
Browse repository at this point
Remove benchmark_async_llm_server.py (#155)
zhuohan123
authored
0370afa
View commit details
Copy full SHA for 0370afa
Browse repository at this point
[Minor] Fix CompletionOutput.__repr__ (#157)
WoosukKwon
authored
7e2a913
View commit details
Copy full SHA for 7e2a913
Browse repository at this point
Commits on Jun 18, 2023
Add comments on swap space (#154)
WoosukKwon
authored
3f92038
View commit details
Copy full SHA for 3f92038
Browse repository at this point
Write README and front page of doc (#147)
WoosukKwon
authored
dcda03b
View commit details
Copy full SHA for dcda03b
Browse repository at this point
Reduce GPU memory utilization to make sure OOM doesn't happen (#153)
zhuohan123
authored
bf5f121
View commit details
Copy full SHA for bf5f121
Browse repository at this point
Commits on Jun 17, 2023
Add quickstart guide (#148)
zhuohan123
authored
bec7b2d
View commit details
Copy full SHA for bec7b2d
Browse repository at this point
Change the name to vLLM (#150)
WoosukKwon
authored
0b98ba1
View commit details
Copy full SHA for 0b98ba1
Browse repository at this point
Rename servers to engines (#152)
zhuohan123
authored
e5464ee
View commit details
Copy full SHA for e5464ee
Browse repository at this point
[Minor] Fix benchmark_throughput.py (#151)
WoosukKwon
authored
bab8f3d
View commit details
Copy full SHA for bab8f3d
Browse repository at this point
Commits on Jun 16, 2023
Rename servers and change port numbers to reduce confusion (#149)
zhuohan123
authored
eedb46b
View commit details
Copy full SHA for eedb46b
Browse repository at this point
Commits on Jun 15, 2023
Add script for benchmarking serving throughput (#145)
WoosukKwon
authored
311490a
View commit details
Copy full SHA for 311490a
Browse repository at this point
Commits on Jun 11, 2023
Remove redundant code in ColumnParallelLinear (#146)
WoosukKwon
authored
da5ddcd
View commit details
Copy full SHA for da5ddcd
Browse repository at this point
Commits on Jun 10, 2023
Non-streaming simple fastapi server (#144)
zhuohan123
authored
5020e1e
View commit details
Copy full SHA for 5020e1e
Browse repository at this point
Commits on Jun 7, 2023
Add docstrings for LLMServer and related classes and examples (#142)
zhuohan123
authored
4298374
View commit details
Copy full SHA for 4298374
Browse repository at this point
Support FP32 (#141)
WoosukKwon
authored
e38074b
View commit details
Copy full SHA for e38074b
Browse repository at this point
Commits on Jun 6, 2023
[PyPI] Packaging for PyPI distribution (#140)
WoosukKwon
authored
376725c
View commit details
Copy full SHA for 376725c
Browse repository at this point
[Docs] Write the `Adding a New Model` section (#138)
WoosukKwon
authored
456941c
View commit details
Copy full SHA for 456941c
Browse repository at this point
Commits on Jun 5, 2023
Fix various issues of async servers (#135)
zhuohan123
authored
1a956e1
View commit details
Copy full SHA for 1a956e1
Browse repository at this point
Commits on Jun 4, 2023
Add docstrings for LLM (#137)
WoosukKwon
authored
8274ca2
View commit details
Copy full SHA for 8274ca2
Browse repository at this point
Commits on Jun 3, 2023
Document supported models (#127)
WoosukKwon
authored
62ec38e
View commit details
Copy full SHA for 62ec38e
Browse repository at this point
Add .readthedocs.yaml (#136)
WoosukKwon
authored
0eda2e0
View commit details
Copy full SHA for 0eda2e0
Browse repository at this point
Commits on May 28, 2023
Add throughput benchmarking script (#133)
WoosukKwon
authored
211318d
View commit details
Copy full SHA for 211318d
Browse repository at this point
Enable LLaMA fast tokenizer (#132)
WoosukKwon
authored
337871c
View commit details
Copy full SHA for 337871c
Browse repository at this point
Commits on May 27, 2023
Add a doc for installation (#128)
WoosukKwon
authored
56b7f0e
View commit details
Copy full SHA for 56b7f0e
Browse repository at this point
Previous
Next
You can’t perform that action at this time.