ussoewwin commited on
Commit
8b32e24
·
verified ·
1 Parent(s): 245e569

docs: add v2.9.0 changelog entry (2026-05-13)

Browse files
Files changed (1) hide show
  1. README.md +20 -30
README.md CHANGED
@@ -1,30 +1,20 @@
1
- ---
2
- license: bsd-3-clause
3
- tags:
4
- - flash-attention
5
- - windows
6
- - pytorch
7
- - cuda
8
- - whl
9
- language:
10
- - en
11
- ---
12
-
13
- # FlashAttention Windows Wheel
14
-
15
- Unofficial Windows-compatible wheel of flash-attention for Windows
16
- **Python 3.11&3.12&3.13 versions only**.
17
-
18
- ## Overview
19
- This repository provides **Windows-compatible wheels** for FlashAttention-2 that are not officially distributed.
20
- Pre-built version: `flash_attn-2` with **Python 3.11&3.12&3.13** support.
21
-
22
- ## Key Features
23
- - ✅ Native Windows support (Python 3.11&3.12&3.13)
24
- - ⚡ FlashAttention-2
25
-
26
- ## Key Features
27
- 15.11.2025 Uploaded v2.8.3 based on Pytorch2.9.1+cu130
28
- 12.02.2026 Uploaded v2.8.3 based on Pytorch2.10.0+cu130
29
- 29.03.2026 Uploaded v2.8.3 based on Pytorch2.11.0+cu130
30
- ※Unofficial built version!! It works correctly in my environment, but I'm not sure that will work in yours.
 
1
+ # FlashAttention Windows Wheel
2
+
3
+ Unofficial Windows-compatible wheel of flash-attention for Windows
4
+ **Python 3.11&3.12&3.13 versions only**.
5
+
6
+ ## Overview
7
+ This repository provides **Windows-compatible wheels** for FlashAttention-2 that are not officially distributed.
8
+ Pre-built version: lash_attn-2 with **Python 3.11&3.12&3.13** support.
9
+
10
+ ## Key Features
11
+ - ✅ Native Windows support (Python 3.11&3.12&3.13)
12
+ - ⚡ FlashAttention-2
13
+
14
+ ## Changelog
15
+ 15.11.2025 Uploaded v2.8.3 based on PyTorch2.9.1+cu130
16
+ 12.02.2026 Uploaded v2.8.3 based on PyTorch2.10.0+cu130
17
+ 29.03.2026 Uploaded v2.8.3 based on PyTorch2.11.0+cu130
18
+ 13.05.2026 Uploaded v2.9.0 based on PyTorch2.10.0+cu130 (FA2 fork with A-1/A-2 optimizations)
19
+
20
+ ※Unofficial built version!! It works correctly in my environment, but I'm not sure that will work in yours.