lym00 commited on
Commit
ea6822a
·
verified ·
1 Parent(s): a910dbf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -3,11 +3,18 @@ language:
3
  - en
4
  ---
5
 
 
6
  | Prebuilt Wheels | Python Versions | PyTorch Versions | CUDA Versions | Source |
7
  |------------------------------------------------|-----------------|------------------|----------------|---------------------------------------------------------------------------|
8
- | [Flash-Attention 2.7.4.post1](https://huggingface.co/lym00/win_amd64_prebuilt_wheels/blob/main/flash_attn-2.7.4.post1-cp312-cp312-win_amd64.whl) | 3.12 | 2.8.0.dev | 12.8.1 | [Dao-AILab/flash-attention](https://github.com/Dao-AILab/flash-attention) |
9
- | [SageAttention2.2.0](https://huggingface.co/lym00/win_amd64_prebuilt_wheels/blob/main/sageattention-2.2.0-cp312-cp312-win_amd64.whl) | 3.12 | 2.9.0.dev | 12.9.1 | [thu-ml/SageAttention](https://github.com/thu-ml/SageAttention) or [jt-zhang/SageAttention2_plus](https://huggingface.co/jt-zhang/SageAttention2_plus) |
10
  | SageAttention3 (pending approval) | 3.12 | 2.9.0.dev | 12.9.1 | [jt-zhang/SageAttention3](https://huggingface.co/jt-zhang/SageAttention3) |
11
  | Flash-Attention_2.8.1 | 3.12 | 2.9.0.dev | 12.9.1 | [Dao-AILab/flash-attention](https://github.com/Dao-AILab/flash-attention) |
12
  | xformers_0.0.31.post1 | 3.12 | 2.9.0.dev | 12.9.1 | [facebookresearch/xformers](https://github.com/facebookresearch/xformers) |
13
  | INSERT | INSERT | INSERT | INSERT | INSERT |
 
 
 
 
 
 
 
3
  - en
4
  ---
5
 
6
+ Windows
7
  | Prebuilt Wheels | Python Versions | PyTorch Versions | CUDA Versions | Source |
8
  |------------------------------------------------|-----------------|------------------|----------------|---------------------------------------------------------------------------|
9
+ | [Flash-Attention 2.7.4.post1](./flash_attn-2.7.4.post1-cp312-cp312-win_amd64.whl) | 3.12 | 2.8.0.dev | 12.8.1 | [Dao-AILab/flash-attention](https://github.com/Dao-AILab/flash-attention) |
10
+ | [SageAttention2.2.0](./sageattention-2.2.0-cp312-cp312-win_amd64.whl) | 3.12 | 2.9.0.dev | 12.9.1 | [thu-ml/SageAttention](https://github.com/thu-ml/SageAttention) or [jt-zhang/SageAttention2_plus](https://huggingface.co/jt-zhang/SageAttention2_plus) |
11
  | SageAttention3 (pending approval) | 3.12 | 2.9.0.dev | 12.9.1 | [jt-zhang/SageAttention3](https://huggingface.co/jt-zhang/SageAttention3) |
12
  | Flash-Attention_2.8.1 | 3.12 | 2.9.0.dev | 12.9.1 | [Dao-AILab/flash-attention](https://github.com/Dao-AILab/flash-attention) |
13
  | xformers_0.0.31.post1 | 3.12 | 2.9.0.dev | 12.9.1 | [facebookresearch/xformers](https://github.com/facebookresearch/xformers) |
14
  | INSERT | INSERT | INSERT | INSERT | INSERT |
15
+
16
+ Linux
17
+ | Prebuilt Wheels | Python Versions | PyTorch Versions | CUDA Versions | Source |
18
+ |------------------------------------------------|-----------------|------------------|----------------|---------------------------------------------------------------------------|
19
+ | [SageAttention2.2.0](./sageattention-2.2.0-cp313-cp313-linux_x86_64.whl) | 3.13 | 2.14.0.dev | 13.2.1 | [thu-ml/SageAttention](https://github.com/thu-ml/SageAttention) or [jt-zhang/SageAttention2_plus](https://huggingface.co/jt-zhang/SageAttention2_plus) |
20
+ | INSERT | INSERT | INSERT | INSERT | INSERT |