We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014c094 commit c0a00bdCopy full SHA for c0a00bd
tests/ops/triton/test_selective_state_update.py
@@ -6,7 +6,7 @@
6
import torch.nn.functional as F
7
import pytest
8
9
-from einops import rearrange
+from einops import rearrange, repeat
10
11
from mamba_ssm.ops.triton.selective_state_update import selective_state_update, selective_state_update_ref
12
0 commit comments