docs: add v2.9.0 changelog entry (2026-05-13)
Browse files
README.md
CHANGED
|
@@ -1,30 +1,20 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
-
|
| 8 |
-
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|