Skip to content

Commit

Permalink
add mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Anthony committed Aug 23, 2024
1 parent 4d65a00 commit 173014c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ cd apex
pip install -r requirements.txt
pip install -v --no-build-isolation --config-settings "--build-option=--cpp_ext" --config-settings "--build-option=--cuda_ext" ./
```

## Install mamba
```
git clone https://github.com/state-spaces/mamba.git
cd mamba
pip install causal-conv1d>=1.4.0
python setup.py install
```

## gpt-neox
```
git clone https://github.com/EleutherAI/gpt-neox.git
Expand Down

0 comments on commit 173014c

Please sign in to comment.