-
Notifications
You must be signed in to change notification settings - Fork 459
[Bugfix] Remove VLLM_TEST_DYNAMO_FULLGRAPH_CAPTURE
#2969
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
[Bugfix] Remove VLLM_TEST_DYNAMO_FULLGRAPH_CAPTURE
#2969
Conversation
👋 Hi! Thank you for contributing to the vLLM Ascend project. The following points will speed up your PR merge:
If CI fails, you can run linting and testing checks locally according Contributing and Testing. |
Signed-off-by: Lucas Kabela <[email protected]>
Signed-off-by: Lucas Kabela <[email protected]>
cf2606f
to
9cbd6a6
Compare
Signed-off-by: Lucas Kabela <[email protected]>
Hi @yiz-liu - can you review this or suggest other reviewers to tag? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thx.
Consider the default value is True, and we don't use it in other place, so I think it's safe to merge.
I will do a double confirm and merge this morning.
### What this PR does / why we need it? This PR prepares for deleting this enviroment variable, `VLLM_TEST_DYNAMO_FULLGRAPH_CAPTURE`, as vllm requires `fullgraph=True` to run - Fixes vllm-project/vllm#21834 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? See CI - vLLM version: v0.10.2 - vLLM main: vllm-project/vllm@99cc41a --------- Signed-off-by: Lucas Kabela <[email protected]>
### What this PR does / why we need it? This PR prepares for deleting this enviroment variable, `VLLM_TEST_DYNAMO_FULLGRAPH_CAPTURE`, as vllm requires `fullgraph=True` to run - Fixes vllm-project/vllm#21834 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? See CI - vLLM version: v0.10.2 - vLLM main: vllm-project/vllm@99cc41a --------- Signed-off-by: Lucas Kabela <[email protected]> Signed-off-by: Che Ruan <[email protected]>
### What this PR does / why we need it? This PR prepares for deleting this enviroment variable, `VLLM_TEST_DYNAMO_FULLGRAPH_CAPTURE`, as vllm requires `fullgraph=True` to run - Fixes vllm-project/vllm#21834 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? See CI - vLLM version: v0.10.2 - vLLM main: vllm-project/vllm@99cc41a --------- Signed-off-by: Lucas Kabela <[email protected]> Signed-off-by: Che Ruan <[email protected]>
What this PR does / why we need it?
This PR prepares for deleting this enviroment variable,
VLLM_TEST_DYNAMO_FULLGRAPH_CAPTURE
, as vllm requiresfullgraph=True
to runDoes this PR introduce any user-facing change?
No
How was this patch tested?
See CI