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 2b82320 commit f85dfdeCopy full SHA for f85dfde
vllm_ascend/worker/worker_v1.py
@@ -446,7 +446,7 @@ def _init_profiler(self):
446
export_type=torch_npu.profiler.ExportType.Text,
447
profiler_level=torch_npu.profiler.ProfilerLevel.Level1,
448
msprof_tx=False,
449
- aic_metrics=torch_npu.profiler.AiCMetrics.AiCoreNone,
+ aic_metrics=torch_npu.profiler.AiCMetrics.PipeUtilization,
450
l2_cache=False,
451
op_attr=False,
452
data_simplification=False,
0 commit comments