Skip to content

Commit

Permalink
[LayerNorm] Rename layernorm.py -> layer_norm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tridao committed Jan 5, 2024
1 parent 665b55e commit f5b308e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/ops/triton/test_layer_norm.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import torch.nn.functional as F
from einops import rearrange, repeat

from flash_attn.ops.triton.layernorm import (
from flash_attn.ops.triton.layer_norm import (
layer_norm_fn,
layer_norm_ref,
rms_norm_ref,
Expand Down

0 comments on commit f5b308e

Please sign in to comment.