tori29umai0123 commited on
Commit
daa7949
·
1 Parent(s): a7d469f

Add Windows cu130 torch2.11 sageattention and xformers wheels

Browse files
.gitattributes CHANGED
@@ -72,3 +72,5 @@ sageattention-2.2.0+cu128.torch2.10-cp310-cp310-win_amd64.whl filter=lfs diff=lf
72
  flash_attn-2.8.4+cu130.torch2.11-cp312-cp312-linux_aarch64.whl filter=lfs diff=lfs merge=lfs -text
73
  sageattention-2.2.0+cu130.torch2.11-cp312-cp312-linux_aarch64.whl filter=lfs diff=lfs merge=lfs -text
74
  xformers-0.0.35+cu130.torch2.11-py39-none-linux_aarch64.whl filter=lfs diff=lfs merge=lfs -text
 
 
 
72
  flash_attn-2.8.4+cu130.torch2.11-cp312-cp312-linux_aarch64.whl filter=lfs diff=lfs merge=lfs -text
73
  sageattention-2.2.0+cu130.torch2.11-cp312-cp312-linux_aarch64.whl filter=lfs diff=lfs merge=lfs -text
74
  xformers-0.0.35+cu130.torch2.11-py39-none-linux_aarch64.whl filter=lfs diff=lfs merge=lfs -text
75
+ sageattention-2.2.0+cu130.torch2.11-cp312-cp312-win_amd64.whl filter=lfs diff=lfs merge=lfs -text
76
+ xformers-0.0.35+cu130.torch2.11-py39-none-win_amd64.whl filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -15,8 +15,8 @@ tags:
15
 
16
  # Precompiled Wheels
17
 
18
- PyTorch関連の主要拡張ライブラリを、配布用に事前コンパイルしたPython wheelの集積です。
19
- 公式リリースでは提供されない環境向け (Windows、ARM64/aarch64、新CUDA、特殊GPU SMバージョン等) のもの置いています。
20
 
21
  ファイル名の命名規則:
22
 
@@ -25,34 +25,34 @@ PyTorch関連の主要拡張ライブラリを、配布用に事前コンパイ
25
  ```
26
 
27
  例: `flash_attn-2.8.4+cu130.torch2.11-cp312-cp312-linux_aarch64.whl` は
28
- **CUDA 13.0 / PyTorch 2.11 / Python 3.12 / Linux aarch64** 向け。
29
 
30
  ---
31
 
32
  ## DGX Spark (NVIDIA GB10, Blackwell sm_121) 向け / Linux aarch64
33
 
34
- NVIDIA DGX Spark (Grace Blackwell GB10compute capability **sm_121**) で動作確認済みのwheel群。
35
 
36
  ### 共通環境
37
 
38
  | 項目 | 値 |
39
  |---|---|
40
  | OS | Linux (Ubuntu 24.04 / aarch64) |
41
- | GPU | NVIDIA GB10 (Blackwell, **sm_121**) |
42
  | CUDA Toolkit | 13.0 |
43
  | cuDNN | 9.19.0 |
44
 
45
  ### Python 3.12 / PyTorch 2.11.0+cu130
46
 
47
- すべて `cu130.torch2.11` ローカルバージョン付き。`-gencode arch=compute_121,code=sm_121` (SageAttentionのみ `sm_121a`) ネイティブSASS埋め込み済みJITフォールバック不要。
48
 
49
  | ファイル | 役割 | 動作確認 |
50
  |---|---|:---:|
51
- | `flash_attn-2.8.4+cu130.torch2.11-cp312-cp312-linux_aarch64.whl` | FlashAttention 2 (`flash_attn_func`forward/causal/backward) | |
52
- | `sageattention-2.2.0+cu130.torch2.11-cp312-cp312-linux_aarch64.whl` | SageAttention (INT8/FP8量子化attention、`_qattn_sm80`/`_qattn_sm89`/`_fused`) | |
53
- | `xformers-0.0.35+cu130.torch2.11-py39-none-linux_aarch64.whl` | xformers (`memory_efficient_attention`等、FMHAはtorch内蔵CUTLASSへ委譲) | |
54
 
55
- ### Python 3.10 (古いビルド、互換性参考用)
56
 
57
  | ファイル | 役割 |
58
  |---|---|
@@ -61,10 +61,8 @@ NVIDIA DGX Spark (Grace Blackwell GB10、compute capability **sm_121**) で動
61
  ### インストール例
62
 
63
  ```bash
64
- # PyTorch 2.11.0+cu130 を先に入れる
65
  pip install --index-url https://download.pytorch.org/whl/cu130 torch==2.11.0+cu130
66
 
67
- # 各wheelをHFから直接インストール
68
  BASE=https://huggingface.co/datasets/tori29umai/PrecompiledWheels/resolve/main
69
  pip install "$BASE/flash_attn-2.8.4+cu130.torch2.11-cp312-cp312-linux_aarch64.whl"
70
  pip install "$BASE/sageattention-2.2.0+cu130.torch2.11-cp312-cp312-linux_aarch64.whl"
@@ -75,15 +73,34 @@ pip install "$BASE/xformers-0.0.35+cu130.torch2.11-py39-none-linux_aarch64.whl"
75
 
76
  ## Windows (x86_64) 向け
77
 
 
 
 
 
 
 
 
 
 
78
  | ファイル | 環境 |
79
  |---|---|
80
  | `flash_attn-2.8.3-cp311-cp311-win_amd64.whl` | Windows / Python 3.11 / FlashAttention 2 |
81
  | `sageattention-2.2.0+cu128.torch2.10-cp310-cp310-win_amd64.whl` | Windows / Python 3.10 / CUDA 12.8 / PyTorch 2.10 |
82
  | `deep_gemm-2.3.0+cu128.torch2.10-cp310-cp310-win_amd64.whl` | Windows / Python 3.10 / CUDA 12.8 / PyTorch 2.10 |
83
 
 
 
 
 
 
 
 
 
 
 
84
  ---
85
 
86
- ## 任意Python / Pythonに近いもの
87
 
88
  | ファイル | 環境 |
89
  |---|---|
@@ -93,8 +110,8 @@ pip install "$BASE/xformers-0.0.35+cu130.torch2.11-py39-none-linux_aarch64.whl"
93
 
94
  ## ライセンス
95
 
96
- ここに置いているwheelは上流プロジェクトのライセンス (Apache 2.0、BSD等) に従います。
97
- リポジト��自体のライセンスは Apache-2.0 です。
98
 
99
  ## ビルド元
100
 
 
15
 
16
  # Precompiled Wheels
17
 
18
+ PyTorch 関連の主要拡張ライブラリを、配布用に事前コンパイルした Python wheel 置き場です。
19
+ 公式配布が弱い環境向けに、Windows、ARM64/aarch64、比較的しい CUDA、特殊 SM 向け build まとめています。
20
 
21
  ファイル名の命名規則:
22
 
 
25
  ```
26
 
27
  例: `flash_attn-2.8.4+cu130.torch2.11-cp312-cp312-linux_aarch64.whl` は
28
+ CUDA 13.0 / PyTorch 2.11 / Python 3.12 / Linux aarch64 向けです
29
 
30
  ---
31
 
32
  ## DGX Spark (NVIDIA GB10, Blackwell sm_121) 向け / Linux aarch64
33
 
34
+ NVIDIA DGX Spark (Grace Blackwell GB10, compute capability `sm_121`) で動作確認した wheel です
35
 
36
  ### 共通環境
37
 
38
  | 項目 | 値 |
39
  |---|---|
40
  | OS | Linux (Ubuntu 24.04 / aarch64) |
41
+ | GPU | NVIDIA GB10 (Blackwell, `sm_121`) |
42
  | CUDA Toolkit | 13.0 |
43
  | cuDNN | 9.19.0 |
44
 
45
  ### Python 3.12 / PyTorch 2.11.0+cu130
46
 
47
+ すべて `cu130.torch2.11` ローカルバージョン付きで
48
 
49
  | ファイル | 役割 | 動作確認 |
50
  |---|---|:---:|
51
+ | `flash_attn-2.8.4+cu130.torch2.11-cp312-cp312-linux_aarch64.whl` | FlashAttention 2 (`flash_attn_func`, forward/causal/backward) | Yes |
52
+ | `sageattention-2.2.0+cu130.torch2.11-cp312-cp312-linux_aarch64.whl` | SageAttention (`_qattn_sm80` / `_qattn_sm89` / `_fused`) | Yes |
53
+ | `xformers-0.0.35+cu130.torch2.11-py39-none-linux_aarch64.whl` | xformers (`memory_efficient_attention` など) | Yes |
54
 
55
+ ### Python 3.10
56
 
57
  | ファイル | 役割 |
58
  |---|---|
 
61
  ### インストール例
62
 
63
  ```bash
 
64
  pip install --index-url https://download.pytorch.org/whl/cu130 torch==2.11.0+cu130
65
 
 
66
  BASE=https://huggingface.co/datasets/tori29umai/PrecompiledWheels/resolve/main
67
  pip install "$BASE/flash_attn-2.8.4+cu130.torch2.11-cp312-cp312-linux_aarch64.whl"
68
  pip install "$BASE/sageattention-2.2.0+cu130.torch2.11-cp312-cp312-linux_aarch64.whl"
 
73
 
74
  ## Windows (x86_64) 向け
75
 
76
+ ### Python 3.12 / PyTorch 2.11.0+cu130
77
+
78
+ | ファイル | 役割 | 備考 |
79
+ |---|---|---|
80
+ | `sageattention-2.2.0+cu130.torch2.11-cp312-cp312-win_amd64.whl` | SageAttention 2.2.0 | CUDA 13 系 / PyTorch 2.11 向け Windows build |
81
+ | `xformers-0.0.35+cu130.torch2.11-py39-none-win_amd64.whl` | xformers 0.0.35 | stable ABI wheel。`py39-none` タグだが Python 3.9 以上を対象 |
82
+
83
+ ### 既存の Windows wheel
84
+
85
  | ファイル | 環境 |
86
  |---|---|
87
  | `flash_attn-2.8.3-cp311-cp311-win_amd64.whl` | Windows / Python 3.11 / FlashAttention 2 |
88
  | `sageattention-2.2.0+cu128.torch2.10-cp310-cp310-win_amd64.whl` | Windows / Python 3.10 / CUDA 12.8 / PyTorch 2.10 |
89
  | `deep_gemm-2.3.0+cu128.torch2.10-cp310-cp310-win_amd64.whl` | Windows / Python 3.10 / CUDA 12.8 / PyTorch 2.10 |
90
 
91
+ ### インストール例
92
+
93
+ ```powershell
94
+ pip install --index-url https://download.pytorch.org/whl/cu130 torch==2.11.0+cu130
95
+
96
+ $base = "https://huggingface.co/datasets/tori29umai/PrecompiledWheels/resolve/main"
97
+ pip install "$base/sageattention-2.2.0+cu130.torch2.11-cp312-cp312-win_amd64.whl"
98
+ pip install "$base/xformers-0.0.35+cu130.torch2.11-py39-none-win_amd64.whl"
99
+ ```
100
+
101
  ---
102
 
103
+ ## 任意 Python / pure Python 寄り
104
 
105
  | ファイル | 環境 |
106
  |---|---|
 
110
 
111
  ## ライセンス
112
 
113
+ wheel は上流プロジェクトのライセンスに従います。
114
+ このデータセットリポジト自体のライセンスは Apache-2.0 です。
115
 
116
  ## ビルド元
117
 
sageattention-2.2.0+cu130.torch2.11-cp312-cp312-win_amd64.whl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ae5aebdff6b37ad0e5220d3dafe36cdd4ae9fb6d0693153017f51f923f615be
3
+ size 27046909
xformers-0.0.35+cu130.torch2.11-py39-none-win_amd64.whl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8194409cb0d3da1676f51a4d51d5860e522b1d705b2d38ae9592537628f02ff4
3
+ size 4141720