From c8de32ed6cea2bf3955280a137926d0a8250f6f0 Mon Sep 17 00:00:00 2001 From: Gabriel Chen Date: Sat, 27 Dec 2025 07:39:57 +0800 Subject: [PATCH] Add --no-build-isolation to fix flash_attn build error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba253f4..6d47d62 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ pip install ninja pip install psutil pip install packaging pip install wheel -pip install flash_attn==2.7.4.post1 +pip install flash_attn==2.7.4.post1 --no-build-isolation ``` #### 3. Other dependencies