Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
flash-attention
Commits
f5b308e2
Commit
f5b308e2
authored
Jan 05, 2024
by
Tri Dao
Browse files
[LayerNorm] Rename layernorm.py -> layer_norm.py
parent
665b55e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
flash_attn/ops/triton/layer_norm.py
flash_attn/ops/triton/layer_norm.py
+0
-0
tests/ops/triton/test_layer_norm.py
tests/ops/triton/test_layer_norm.py
+1
-1
No files found.
flash_attn/ops/triton/layernorm.py
→
flash_attn/ops/triton/layer
_
norm.py
View file @
f5b308e2
File moved
tests/ops/triton/test_layer_norm.py
View file @
f5b308e2
...
@@ -5,7 +5,7 @@ import torch
...
@@ -5,7 +5,7 @@ import torch
import
torch.nn.functional
as
F
import
torch.nn.functional
as
F
from
einops
import
rearrange
,
repeat
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_fn
,
layer_norm_ref
,
layer_norm_ref
,
rms_norm_ref
,
rms_norm_ref
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment