Skip to content

Commit

Permalink
Fix logger initialization in ops.py (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
kzawora-intel committed Aug 13, 2024
1 parent 66eae9e commit c098433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/hpu/ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import vllm.hpu.utils as hpu_utils
from vllm.logger import init_logger

logger = init_logger()
logger = init_logger(__name__)
HPUFusedRMSNorm = None
try:
from habana_frameworks.torch.hpex.normalization import FusedRMSNorm
Expand Down

0 comments on commit c098433

Please sign in to comment.