Skip to content

Commit 68f1a43

Browse files
committed
oh shoot! i missed some brackets!
Signed-off-by: Konrad Zawora <[email protected]>
1 parent 0ecfe56 commit 68f1a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/worker/hpu_worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def execute_model(
143143
'VLLM_HPU_LOG_STEP_CPU_FALLBACKS_ALL', '0') != '0'
144144
log_cpu_fallbacks = os.environ.get('VLLM_HPU_LOG_STEP_CPU_FALLBACKS',
145145
'0') != '0' or log_cpu_fallbacks_all
146-
if log_graph_compilation or log_cpu_fallbacks and \
146+
if (log_graph_compilation or log_cpu_fallbacks) and \
147147
execute_model_req is not None:
148148
from habana_frameworks.torch.hpu.metrics import metric_localcontext
149149
seq_group_metadata_list = execute_model_req.seq_group_metadata_list

0 commit comments

Comments
 (0)