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
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 }}
tongyx361
/
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
rope-fp32
User selector
All users
All time
Commit history
Commits on Sep 18, 2023
Minor
WoosukKwon
committed
4124386
View commit details
Copy full SHA for 4124386
Browse repository at this point
Reduce #tests
WoosukKwon
committed
1c5848a
View commit details
Copy full SHA for 1c5848a
Browse repository at this point
Minor
WoosukKwon
committed
90157a3
View commit details
Copy full SHA for 90157a3
Browse repository at this point
format
WoosukKwon
committed
f1291e7
View commit details
Copy full SHA for f1291e7
Browse repository at this point
Fix test
WoosukKwon
committed
8dda602
View commit details
Copy full SHA for 8dda602
Browse repository at this point
Commits on Sep 17, 2023
Merge branch 'main' into rope-fp32
WoosukKwon
committed
c3082d2
View commit details
Copy full SHA for c3082d2
Browse repository at this point
Commits on Sep 16, 2023
Implement AWQ quantization support for LLaMA (#1032)
Show description for e3e79e9
5 people
authored
e3e79e9
View commit details
Copy full SHA for e3e79e9
Browse repository at this point
Commits on Sep 15, 2023
Abort when coroutine is cancelled (#1020)
rucyang
authored
b9fe461
View commit details
Copy full SHA for b9fe461
Browse repository at this point
Fix warning message on LLaMA FastTokenizer (#1037)
WoosukKwon
authored
64ca424
View commit details
Copy full SHA for 64ca424
Browse repository at this point
Only fail if logit_bias has actual values (#1045)
LLukas22
authored
b5f93d0
View commit details
Copy full SHA for b5f93d0
Browse repository at this point
Add pandas to requirements.txt (#1047)
Show description for a589369
WoosukKwon
authored
a589369
View commit details
Copy full SHA for a589369
Browse repository at this point
Commits on Sep 14, 2023
Fix detokenization leaving special tokens (#1044)
Show description for dd54a4b
Yard1
authored
dd54a4b
View commit details
Copy full SHA for dd54a4b
Browse repository at this point
Announce paper release (#1036)
WoosukKwon
authored
eda1a7c
View commit details
Copy full SHA for eda1a7c
Browse repository at this point
Commits on Sep 13, 2023
[FIX] Minor bug fixes (#1035)
Show description for f04908c
zhuohan123
authored
f04908c
View commit details
Copy full SHA for f04908c
Browse repository at this point
Add Model Revision Support (#1014)
Show description for ab019ee
3 people
authored
ab019ee
View commit details
Copy full SHA for ab019ee
Browse repository at this point
Use TGI-like incremental detokenization (#984)
Yard1
authored
9841d48
View commit details
Copy full SHA for 9841d48
Browse repository at this point
Fix typo in README.md (#1033)
eltociear
authored
3272d7a
View commit details
Copy full SHA for 3272d7a
Browse repository at this point
Commits on Sep 12, 2023
Make `max_model_len` configurable (#972)
Yard1
authored
0bb1e88
View commit details
Copy full SHA for 0bb1e88
Browse repository at this point
add option to shorten prompt print in log (#991)
Show description for d6545ad
3 people
authored
d6545ad
View commit details
Copy full SHA for d6545ad
Browse repository at this point
Commits on Sep 11, 2023
Bump up the version to v0.1.7 (#1013)
WoosukKwon
authored
90eb3f4
View commit details
Copy full SHA for 90eb3f4
Browse repository at this point
Use FP32 in RoPE initialization (#1004)
Show description for e67b4f2
WoosukKwon
and
imoneoi
authored
e67b4f2
View commit details
Copy full SHA for e67b4f2
Browse repository at this point
Update setup.py (#1006)
WoosukKwon
authored
d6770d1
View commit details
Copy full SHA for d6770d1
Browse repository at this point
Commits on Sep 10, 2023
[Docs] Update installation page (#1005)
WoosukKwon
authored
b9cecc2
View commit details
Copy full SHA for b9cecc2
Browse repository at this point
fix: CUDA error when inferencing with Falcon-40B base model (#992)
kyujin-cho
authored
898285c
View commit details
Copy full SHA for 898285c
Browse repository at this point
Fix op dtype
WoosukKwon
committed
af2b057
View commit details
Copy full SHA for af2b057
Browse repository at this point
Use FP32 for cos and sin chache
WoosukKwon
committed
b2c8752
View commit details
Copy full SHA for b2c8752
Browse repository at this point
Commits on Sep 9, 2023
Merge branch 'main' into rope-fp32
WoosukKwon
committed
66e8024
View commit details
Copy full SHA for 66e8024
Browse repository at this point
Fix wrong dtype in PagedAttentionWithALiBi bias (#996)
Show description for a62de9e
Yard1
authored
a62de9e
View commit details
Copy full SHA for a62de9e
Browse repository at this point
fix "tansformers_module" ModuleNotFoundError when load model with `trust_remote_code=True` (#871)
Jingru
authored
4042d19
View commit details
Copy full SHA for 4042d19
Browse repository at this point
Commits on Sep 8, 2023
Bump up the version to v0.1.6 (#989)
zhuohan123
authored
1117aa1
View commit details
Copy full SHA for 1117aa1
Browse repository at this point
Start background task in `AsyncLLMEngine.generate` (#988)
Show description for 0804384
Yard1
and
zhuohan123
authored
0804384
View commit details
Copy full SHA for 0804384
Browse repository at this point
faster startup of vLLM (#982)
Show description for 4b5bcf8
ri938
and
robirv938
authored
4b5bcf8
View commit details
Copy full SHA for 4b5bcf8
Browse repository at this point
Commits on Sep 7, 2023
Bump up the version to v0.1.5 (#944)
WoosukKwon
authored
852ef5b
View commit details
Copy full SHA for 852ef5b
Browse repository at this point
[FIX] Fix Alibi implementation in PagedAttention kernel (#945)
Show description for db09d4a
3 people
authored
db09d4a
View commit details
Copy full SHA for db09d4a
Browse repository at this point
Enable safetensors loading for all models (#974)
zhuohan123
authored
c957c74
View commit details
Copy full SHA for c957c74
Browse repository at this point
Previous
Next
You can’t perform that action at this time.