llaa33219 commited on
Commit
5e1c58b
·
verified ·
1 Parent(s): 08effa1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -6
requirements.txt CHANGED
@@ -1,14 +1,13 @@
1
  # Core dependencies
2
  gradio>=4.0.0
3
  spaces
4
- torch>=2.1.0
5
- torchvision>=0.16.0
6
- torchaudio>=2.1.0
7
 
8
  # Flash Attention (required for SteadyDancer)
9
- # Using pre-built wheel for CUDA 12.1 + PyTorch 2.5 + Python 3.10
10
- --find-links https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.4.post1
11
- flash-attn
12
 
13
  # Model dependencies
14
  transformers>=4.36.0
 
1
  # Core dependencies
2
  gradio>=4.0.0
3
  spaces
4
+ torch==2.5.1
5
+ torchvision==0.20.1
6
+ torchaudio==2.5.1
7
 
8
  # Flash Attention (required for SteadyDancer)
9
+ # Pre-built wheel for CUDA 12 + PyTorch 2.5 + Python 3.10
10
+ https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.4.post1/flash_attn-2.7.4.post1+cu12torch2.5cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
 
11
 
12
  # Model dependencies
13
  transformers>=4.36.0