Sumitc13 commited on
Commit
b5fd8d0
·
verified ·
1 Parent(s): fdec77c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/YOUR_USERNAME/flash-attn-windows-wheels/resolve/main/<WHEEL_FILENAME>
35
  ```
36
 
37
  Example:
38
 
39
  ```bash
40
- pip install https://huggingface.co/YOUR_USERNAME/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
 
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