Skip to content

Commit

Permalink
✏️ Update README.md (closes #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
kzkedzierska authored Aug 6, 2024
1 parent f0353a4 commit 21275c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ This can be tricky, as scGPT requires specific flash-attn version, and flash att
```bash
# make sure sc_foundation_evals env is activated
# We have found it easier to install flash attention first, and then scGPT
pip install flash-attn==11.0.4 --no-build-isolation
pip install flash-attn==1.0.4 --no-build-isolation
# then install v1.0.6 version of scGPT
pip install git+https://github.com/bowang-lab/scGPT.git@v0.1.6
pip install wandb
Expand Down

0 comments on commit 21275c2

Please sign in to comment.