Skip to content

Commit f3e6515

Browse files
committed
ut
1 parent 2c91c4a commit f3e6515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_unittests/ut_helpers/test_cache_helper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ def test_make_mamba_cache(self):
145145
)
146146
text = self.string_type(cache, with_shape=True)
147147
self.assertEqual(
148-
"MambaCache(conv_states=#3[T10s4x4x4,T10s4x4x4,T10s4x4x4], "
149-
"ssm_states=#3[T10s4x4x4,T10s4x4x4,T10s4x4x4])",
148+
"MambaCache(conv_states=#3[T1s4x4x4,T1s4x4x4,T1s4x4x4], "
149+
"ssm_states=#3[T1s4x4x4,T1s4x4x4,T1s4x4x4])",
150150
text,
151151
)
152152

0 commit comments

Comments
 (0)