ShalomKing commited on
Commit
73f03bd
·
verified ·
1 Parent(s): 206a9e2

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -8
requirements.txt CHANGED
@@ -1,12 +1,7 @@
1
- # 1. PyTorch FIRST (CUDA 12.1 compatible with ZeroGPU)
2
- torch==2.4.1
3
- torchvision==0.19.1
4
- torchaudio==2.4.1
5
 
6
- # 2. Flash Attention (may need --no-build-isolation)
7
- flash-attn==2.7.4.post1
8
-
9
- # 3. Core ML libraries
10
  xformers==0.0.28
11
  transformers>=4.49.0
12
  tokenizers>=0.20.3
 
1
+ # NOTE: PyTorch and flash-attn are installed via Dockerfile to avoid build issues
2
+ # See Dockerfile for proper installation order
 
 
3
 
4
+ # 1. Core ML libraries
 
 
 
5
  xformers==0.0.28
6
  transformers>=4.49.0
7
  tokenizers>=0.20.3