Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
madamczykhabana committed Sep 23, 2024
1 parent c80c18a commit a1c58e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vllm/worker/habana_model_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,8 @@ def _set_gc_threshold(self) -> None:
self.multi_modal_input_mapper = MULTIMODAL_REGISTRY \
.create_input_mapper(self.model_config)

self.skip_warmup = os.environ.get('VLLM_SKIP_WARMUP', 'false').lower() == 'true'
self.skip_warmup = os.environ.get('VLLM_SKIP_WARMUP',
'false').lower() == 'true'

def load_model(self) -> None:
import habana_frameworks.torch.core as htcore
Expand Down

0 comments on commit a1c58e9

Please sign in to comment.