czmahi commited on
Commit
d435503
Β·
verified Β·
1 Parent(s): 8707ca6

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 🧱 xFormers for Windows: Torch 2.8.0.dev + CUDA 12.8 + Python 3.12
2
+
3
+ πŸš€ Precompiled `xformers` wheel for **Windows**, built from the official [facebookresearch/xformers](https://github.com/facebookresearch/xformers) repository.
4
+ This build is fully compatible with:
5
+ - **PyTorch 2.8.0.dev + cu128**
6
+ - **Python 3.12**
7
+ - **CUDA 12.8**
8
+
9
+ ---
10
+
11
+ ## πŸ“¦ Installation
12
+
13
+ Install directly via `pip` from Hugging Face:
14
+
15
+ ```bash
16
+ pip install https://huggingface.co/czmahi/xformers-windows-torch2.8-cu128-py312/resolve/main/xformers-0.0.30%2Bc5c0720c.d20250413-cp312-cp312-win_amd64.whl --no-deps
17
+ ```
18
+
19
+ βœ… No need to build from source or downgrade PyTorch!
20
+
21
+ ---
22
+
23
+ ## βš™οΈ Build Info
24
+
25
+ - Built from commit [`c5c0720`](https://github.com/facebookresearch/xformers/commit/c5c0720c0c628539affbcd5332ccc18f813ccafd)
26
+ - Compatible with:
27
+ - `torch==2.8.0.dev20250410+cu128`
28
+ - `python==3.12.0`
29
+ - `cuda==12.8`
30
+
31
+ ---
32
+
33
+ ## πŸ”– Tags
34
+
35
+ `windows`, `torch-nightly`, `cu128`, `python312`, `xformers`, `prebuilt`, `xformers-2.8`
36
+
37
+ ---
38
+
39
+ ## πŸ“„ License
40
+
41
+ This package follows the original [BSD-3-Clause License](https://github.com/facebookresearch/xformers/blob/main/LICENSE).
42
+
43
+ ---
44
+
45
+ ## 🧠 Credits
46
+
47
+ - Original repository: [facebookresearch/xformers](https://github.com/facebookresearch/xformers)
48
+ - Wheel hosted by: [czmahi on Hugging Face πŸ€—](https://huggingface.co/czmahi/xformers-windows-torch2.8-cu128-py312)
49
+
50
+ ---
51
+
52
+ ### ❀️ Support or Contributions
53
+
54
+ Open an issue or submit a pull request to help improve this prebuild packaging!