Skip to content

Commit

Permalink
Update ops.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kzawora-intel authored Aug 13, 2024
1 parent d291910 commit be5b1ed
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 be5b1ed

Please sign in to comment.