Skip to content

Commit 834562b

Browse files
authored
[CI] Fix pre-commit CI (#578)
1 parent 060cc7b commit 834562b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fastvideo/v1/layers/layernorm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def __init__(
3737
self.weight = torch.ones(hidden_size)
3838
if self.has_weight:
3939
self.weight = nn.Parameter(self.weight)
40-
4140

4241
# if we do fully_shard(model.layer_norm), and we call layer_form.forward_native(input) instead of layer_norm(input),
4342
# we need to call model.layer_norm.register_fsdp_forward_method(model, "forward_native") to make sure fsdp2 hooks are triggered

0 commit comments

Comments
 (0)