Skip to content

Commit

Permalink
Remove logger from layernorm (#332)
Browse files Browse the repository at this point in the history
Upstream does not use logger in layernorm. Neither do we. No idea why
it's there.
  • Loading branch information
kzawora-intel committed Sep 24, 2024
1 parent 9be37a3 commit e16918d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vllm/model_executor/layers/layernorm.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
import torch
import torch.nn as nn

from vllm.logger import init_logger
from vllm.model_executor.custom_op import CustomOp

logger = init_logger(__name__)


class RMSNorm(CustomOp):
"""Root mean square normalization.
Expand Down

0 comments on commit e16918d

Please sign in to comment.