Skip to content

Commit

Permalink
Fix yapf style
Browse files Browse the repository at this point in the history
  • Loading branch information
afierka-intel authored and michalkuligowski committed Jan 13, 2025
1 parent a25c228 commit bf393c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/model_executor/model_loader/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def _xla_weights_iterator(iterator: Generator):
xm.mark_step()

weights_iterator = _xla_weights_iterator(weights_iterator)

if current_platform.is_hpu():

import habana_frameworks.torch.core as htcore
Expand Down

0 comments on commit bf393c0

Please sign in to comment.