Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
albertfgu committed Dec 4, 2023
1 parent 023c25d commit 3968935
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
- `pip install causal-conv1d`: an efficient implemention of a simple causal Conv1d layer used inside the Mamba block.
- `pip install mamba-ssm`: the core Mamba package.

It can also be built from source with `pip install .` from this repository.

If `pip` complains about PyTorch versions, try passing `--no-build-isolation` to `pip`.

Other requirements:
Expand Down

0 comments on commit 3968935

Please sign in to comment.