docs: fix line breaks and formatting in README
Browse files
README.md
CHANGED
|
@@ -12,21 +12,21 @@ language:
|
|
| 12 |
|
| 13 |
# FlashAttention Windows Wheel
|
| 14 |
|
| 15 |
-
Unofficial Windows-compatible wheel of flash-attention for Windows
|
| 16 |
-
**Python 3.11
|
| 17 |
|
| 18 |
## Overview
|
| 19 |
-
This repository provides **Windows-compatible wheels** for FlashAttention-2 that are not officially distributed.
|
| 20 |
-
Pre-built version: lash_attn-2 with **Python 3.11
|
| 21 |
|
| 22 |
## Key Features
|
| 23 |
-
- ✅ Native Windows support (Python 3.11
|
| 24 |
- ⚡ FlashAttention-2
|
| 25 |
|
| 26 |
## Changelog
|
| 27 |
-
15.11.2025 Uploaded v2.8.3 based on
|
| 28 |
-
12.02.2026 Uploaded v2.8.3 based on
|
| 29 |
-
29.03.2026 Uploaded v2.8.3 based on
|
| 30 |
-
13.05.2026 Uploaded v2.9.0 based on
|
| 31 |
|
| 32 |
-
※Unofficial built version!! It works correctly in my environment, but I
|
|
|
|
| 12 |
|
| 13 |
# FlashAttention Windows Wheel
|
| 14 |
|
| 15 |
+
Unofficial Windows-compatible wheel of flash-attention for Windows<br>
|
| 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.<br>
|
| 20 |
+
Pre-built version: lash_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 |
## Changelog
|
| 27 |
+
- 15.11.2025 Uploaded v2.8.3 based on PyTorch 2.9.1+cu130
|
| 28 |
+
- 12.02.2026 Uploaded v2.8.3 based on PyTorch 2.10.0+cu130
|
| 29 |
+
- 29.03.2026 Uploaded v2.8.3 based on PyTorch 2.11.0+cu130
|
| 30 |
+
- 13.05.2026 Uploaded v2.9.0 based on PyTorch 2.10.0+cu130 (FA2 fork with A-1/A-2 optimizations)
|
| 31 |
|
| 32 |
+
※Unofficial built version!! It works correctly in my environment, but I am not sure that will work in yours.
|