-
Notifications
You must be signed in to change notification settings - Fork 562
Add unit test local cpu guide and enable base testcase #1566
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
5f95402 to
f936e09
Compare
72fa1a9 to
65e15d1
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1566 +/- ##
===========================================
+ Coverage 27.39% 52.34% +24.95%
===========================================
Files 56 78 +22
Lines 6191 9628 +3437
===========================================
+ Hits 1696 5040 +3344
- 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:
|
c09a6a6 to
5640dd7
Compare
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
### What this PR does / why we need it? Use base test to avoid patch everwhere. Followup here: #1566 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? ut ci passed - vLLM version: v0.9.2 - vLLM main: vllm-project/vllm@8d0a01a Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
### What this PR does / why we need it? Use base test to avoid patch everwhere. Followup here: vllm-project#1566 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? ut ci passed - vLLM version: v0.9.2 - vLLM main: vllm-project/vllm@8d0a01a Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
…1566) ### What this PR does / why we need it? Use Base test and cleanup all manaul patch code - Cleanup EPLB config to avoid tmp test file - Use BaseTest with global cache - Add license - Add a doc to setup unit test in local env ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI passed Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
…1566) ### What this PR does / why we need it? Use Base test and cleanup all manaul patch code - Cleanup EPLB config to avoid tmp test file - Use BaseTest with global cache - Add license - Add a doc to setup unit test in local env ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI passed Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
### What this PR does / why we need it? Use base test to avoid patch everwhere. Followup here: vllm-project#1566 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? ut ci passed - vLLM version: v0.9.2 - vLLM main: vllm-project/vllm@8d0a01a Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
What this PR does / why we need it?
Use Base test and cleanup all manaul patch code
Does this PR introduce any user-facing change?
No
How was this patch tested?
CI passed