Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ For model training the data provided by [UniProt](https://www.uniprot.org/) is u
You can install the requirements with the following

```bash
$ python setup.py install --user
$ pip install .
```

Then, you must install Microsoft's sparse attention CUDA kernel with the following two steps.
Expand Down
2 changes: 1 addition & 1 deletion install_deepspeed.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sudo apt-get -y install llvm-9-dev cmake
git clone https://github.com/microsoft/DeepSpeed.git /tmp/Deepspeed
cd /tmp/Deepspeed && DS_BUILD_SPARSE_ATTN=1 ./install.sh -s
cd /tmp/Deepspeed && DS_BUILD_SPARSE_ATTN=1 ./install.sh