We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588ed71 commit 4bb471cCopy full SHA for 4bb471c
vllm_ascend/worker/model_runner_v1.py
@@ -3866,8 +3866,8 @@ def initialize_aclgraph_capture(self) -> None:
3866
graph_support = builder.aclgraph_support.value
3867
builder_aclgraph = builder.aclgraph_support
3868
else:
3869
- graph_support = builder.cudagraph_support.value
3870
- builder_aclgraph = builder.cudagraph_support
+ graph_support = builder._cudagraph_support.value
+ builder_aclgraph = builder._cudagraph_support
3871
if graph_support < min_ag_support.value:
3872
min_ag_support = builder_aclgraph
3873
min_ag_builder_name = builder.__class__.__name__
0 commit comments