From 8675b9a755d5d98d9db323781436f99834be777b Mon Sep 17 00:00:00 2001 From: patientx Date: Thu, 15 May 2025 13:03:09 +0300 Subject: [PATCH] Update install-n.bat --- install-n.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-n.bat b/install-n.bat index 9151b18e1..e7240382b 100644 --- a/install-n.bat +++ b/install-n.bat @@ -58,7 +58,7 @@ if "%PY_MINOR%"=="10" ( echo :: %time:~0,8% :: - Installing flash-attention -%SystemRoot%\system32\curl.exe -sL --ssl-no-revoke https://github.com/user-attachments/files/20140727/flash_attn.zip > fa.zip +%SystemRoot%\system32\curl.exe -sL --ssl-no-revoke https://github.com/user-attachments/files/20140536/flash_attn-2.7.4.post1-py3-none-any.zip > fa.zip %SystemRoot%\system32\tar.exe -xf fa.zip pip install flash_attn-2.7.4.post1-py3-none-any.whl --quiet del fa.zip