Skip to content

Commit 4d4a6c8

Browse files
authored
format
1 parent 098e8f7 commit 4d4a6c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightllm/models/llama/triton_kernel/rmsnorm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
use_5o_num_warps = os.getenv("IS_OMNI5", "False").upper() in ["ON", "TRUE", "1"]
88

9+
910
@triton.jit
1011
def _rms_norm_fwd_fused(
1112
X, # pointer to the input

0 commit comments

Comments
 (0)