Skip to content

Commit

Permalink
Merge pull request #93 from jason19970210/patch-1
Browse files Browse the repository at this point in the history
Update README.md for Mamba Block example
  • Loading branch information
tridao authored Jan 5, 2024
2 parents fb7b531 + 25c9b9a commit da2626b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Source: [modules/mamba_simple.py](mamba_ssm/modules/mamba_simple.py).

Usage:
```
import torch
from mamba_ssm import Mamba
batch, length, dim = 2, 64, 16
Expand Down

0 comments on commit da2626b

Please sign in to comment.