Update torch-ext/rmsnorm/rmsnorm.py
Browse files
torch-ext/rmsnorm/rmsnorm.py
CHANGED
|
@@ -10,7 +10,6 @@ import math
|
|
| 10 |
|
| 11 |
import torch
|
| 12 |
import torch.nn.functional as F
|
| 13 |
-
from torch.amp import custom_fwd, custom_bwd
|
| 14 |
|
| 15 |
import triton
|
| 16 |
import triton.language as tl
|
|
|
|
| 10 |
|
| 11 |
import torch
|
| 12 |
import torch.nn.functional as F
|
|
|
|
| 13 |
|
| 14 |
import triton
|
| 15 |
import triton.language as tl
|