Skip to content

Commit

Permalink
oh shoot! i missed some brackets!
Browse files Browse the repository at this point in the history
Signed-off-by: Konrad Zawora <[email protected]>
  • Loading branch information
kzawora-intel committed Jan 17, 2025
1 parent 0ecfe56 commit 68f1a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/worker/hpu_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def execute_model(
'VLLM_HPU_LOG_STEP_CPU_FALLBACKS_ALL', '0') != '0'
log_cpu_fallbacks = os.environ.get('VLLM_HPU_LOG_STEP_CPU_FALLBACKS',
'0') != '0' or log_cpu_fallbacks_all
if log_graph_compilation or log_cpu_fallbacks and \
if (log_graph_compilation or log_cpu_fallbacks) and \
execute_model_req is not None:
from habana_frameworks.torch.hpu.metrics import metric_localcontext
seq_group_metadata_list = execute_model_req.seq_group_metadata_list
Expand Down

0 comments on commit 68f1a43

Please sign in to comment.