From d807038691556e8d779c901f54c7220ceda10649 Mon Sep 17 00:00:00 2001 From: HayatoHongo <151999571+HayatoHongo@users.noreply.github.com> Date: Sat, 30 Aug 2025 21:42:24 +0900 Subject: [PATCH] spcified flash-attn version at 2.3.4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9676603..7778809 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ LLaVA-Mini is a unified large multimodal model that can support the understandin conda activate llavamini pip install -e . pip install -e ".[train]" - pip install flash-attn --no-build-isolation + pip install flash-attn==2.3.4 --no-build-isolation ``` ### Command Interaction