Skip to content

Commit da2626b

Browse files
authored
Merge pull request #93 from jason19970210/patch-1
Update README.md for Mamba Block example
2 parents fb7b531 + 25c9b9a commit da2626b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Source: [modules/mamba_simple.py](mamba_ssm/modules/mamba_simple.py).
4444

4545
Usage:
4646
```
47+
import torch
4748
from mamba_ssm import Mamba
4849
4950
batch, length, dim = 2, 64, 16

0 commit comments

Comments
 (0)