From 21275c2a0d4ac757b7ebbf21c2436466e4c8fc01 Mon Sep 17 00:00:00 2001 From: Kasia Kedzierska <31040515+kzkedzierska@users.noreply.github.com> Date: Tue, 6 Aug 2024 22:03:17 +0100 Subject: [PATCH] :pencil2: Update README.md (closes #5) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebbbfd2..536c437 100644 --- a/README.md +++ b/README.md @@ -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