Skip to content

Commit c0a00bd

Browse files
authored
bug fix for test of state update with heads (#472)
1 parent 014c094 commit c0a00bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ops/triton/test_selective_state_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import torch.nn.functional as F
77
import pytest
88

9-
from einops import rearrange
9+
from einops import rearrange, repeat
1010

1111
from mamba_ssm.ops.triton.selective_state_update import selective_state_update, selective_state_update_ref
1212

0 commit comments

Comments
 (0)