-
Notifications
You must be signed in to change notification settings - Fork 533
Record vLLM commit in PR description #1623
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
Conversation
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
11b6b03 to
b3461fb
Compare
Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1623 +/- ##
===========================================
+ Coverage 27.39% 52.36% +24.96%
===========================================
Files 56 78 +22
Lines 6191 9631 +3440
===========================================
+ Hits 1696 5043 +3347
- Misses 4495 4588 +93
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
### What this PR does / why we need it? Use ci_vllm_version when recording vllm commit Followup on #1623 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - Test mannually. $ python3 docs/source/conf.py | jq .ci_vllm_version | tr -d '"' v0.9.2 - Test on my local repo: Yikun#35 - vLLM version: v0.9.1 - vLLM main: vllm-project/vllm@49e8c7e Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
### What this PR does / why we need it? This patch enables the vllm commits recording and also cleanup unused commit msg note in PR. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - CI passed - Test on Yikun#33 and vllm commit refreshed as expected. Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
### What this PR does / why we need it? Use ci_vllm_version when recording vllm commit Followup on vllm-project#1623 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - Test mannually. $ python3 docs/source/conf.py | jq .ci_vllm_version | tr -d '"' v0.9.2 - Test on my local repo: Yikun#35 - vLLM version: v0.9.1 - vLLM main: vllm-project/vllm@49e8c7e Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
### What this PR does / why we need it? This patch enables the vllm commits recording and also cleanup unused commit msg note in PR. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - CI passed - Test on Yikun#33 and vllm commit refreshed as expected. Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
### What this PR does / why we need it? Use ci_vllm_version when recording vllm commit Followup on vllm-project#1623 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - Test mannually. $ python3 docs/source/conf.py | jq .ci_vllm_version | tr -d '"' v0.9.2 - Test on my local repo: Yikun#35 - vLLM version: v0.9.1 - vLLM main: vllm-project/vllm@49e8c7e Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
What this PR does / why we need it?
This patch enables the vllm commits recording and also cleanup unused commit msg note in PR.
Does this PR introduce any user-facing change?
No
How was this patch tested?