Update README.md
Browse files
README.md
CHANGED
|
@@ -31,13 +31,13 @@ All wheels are built from the official [Dao-AILab/flash-attention](https://githu
|
|
| 31 |
Pick the wheel matching your environment and run:
|
| 32 |
|
| 33 |
```bash
|
| 34 |
-
pip install https://huggingface.co/
|
| 35 |
```
|
| 36 |
|
| 37 |
Example:
|
| 38 |
|
| 39 |
```bash
|
| 40 |
-
pip install https://huggingface.co/
|
| 41 |
```
|
| 42 |
|
| 43 |
## Picking the Right Wheel
|
|
|
|
| 31 |
Pick the wheel matching your environment and run:
|
| 32 |
|
| 33 |
```bash
|
| 34 |
+
pip install https://huggingface.co/Sumitc13/flash-attn-windows-wheels/resolve/main/<WHEEL_FILENAME>
|
| 35 |
```
|
| 36 |
|
| 37 |
Example:
|
| 38 |
|
| 39 |
```bash
|
| 40 |
+
pip install https://huggingface.co/Sumitc13/flash-attn-windows-wheels/resolve/main/flash_attn-2.8.3+cu130torch2.11.0cxx11abiTRUE-cp312-cp312-win_amd64.whl
|
| 41 |
```
|
| 42 |
|
| 43 |
## Picking the Right Wheel
|