Spaces:
Build error
Build error
Update README.md to specify Python version as 3.12 and modify requirements.txt to include a direct link for flash-attn package installation, enhancing dependency management.
Browse files- README.md +1 -0
- requirements.txt +2 -1
README.md
CHANGED
@@ -5,6 +5,7 @@ colorFrom: indigo
|
|
5 |
colorTo: gray
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.23.1
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
5 |
colorTo: gray
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.23.1
|
8 |
+
python_version: 3.12
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
license: mit
|
requirements.txt
CHANGED
@@ -6,4 +6,5 @@ gradio
|
|
6 |
torchvision
|
7 |
torchaudio
|
8 |
accelerate
|
9 |
-
flash-attn
|
|
|
|
6 |
torchvision
|
7 |
torchaudio
|
8 |
accelerate
|
9 |
+
# flash-attn
|
10 |
+
https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.4.post1/flash_attn-2.7.4.post1+cu12torch2.2cxx11abiTRUE-cp312-cp312-linux_x86_64.whl
|