Skip to content

Commit

Permalink
Update hpu_model_runner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kzawora-intel authored Oct 30, 2024
1 parent a821717 commit de54109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/worker/hpu_model_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ class HpuModelAdapter():
def __init__(self, model, block_size, dtype, enforce_eager):
self.model = model
self.prefill_use_fusedsdpa = os.getenv('VLLM_PROMPT_USE_FUSEDSDPA',
'0').lower() in ['1', 'true']
'1').lower() in ['1', 'true']
self.block_size = block_size
self.dtype = dtype
if not is_fake_hpu() and not htorch.utils.internal.is_lazy(
Expand Down

0 comments on commit de54109

Please sign in to comment.