-
Notifications
You must be signed in to change notification settings - Fork 555
[Misc] Add extra checking to torchair_graph_config. #1939
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
c34b02d to
dd5f1d4
Compare
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Signed-off-by: 22dimensions <waitingwind@foxmail.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1939 +/- ##
==========================================
+ Coverage 75.05% 75.87% +0.82%
==========================================
Files 103 106 +3
Lines 11355 11713 +358
==========================================
+ Hits 8522 8887 +365
+ Misses 2833 2826 -7
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? cherry-pick vllm-project#1675 to main This PR adds validation checking to torchair_graph_config for better reliability. Co-authored-by: whx-sjtu <2952154980@qq.com> ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - vLLM version: v0.10.0 - vLLM main: vllm-project/vllm@2836dd7 Signed-off-by: 22dimensions <waitingwind@foxmail.com>
### What this PR does / why we need it? cherry-pick vllm-project#1675 to main This PR adds validation checking to torchair_graph_config for better reliability. Co-authored-by: whx-sjtu <2952154980@qq.com> ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - vLLM version: v0.10.0 - vLLM main: vllm-project/vllm@2836dd7 Signed-off-by: 22dimensions <waitingwind@foxmail.com>
What this PR does / why we need it?
cherry-pick #1675 to main
This PR adds validation checking to torchair_graph_config for better reliability.
Co-authored-by: whx-sjtu 2952154980@qq.com
Does this PR introduce any user-facing change?
No
How was this patch tested?