AIvry commited on
Commit
480d8a7
·
verified ·
1 Parent(s): 1832e16

Delete hf_requirements.txt

Browse files
Files changed (1) hide show
  1. hf_requirements.txt +0 -26
hf_requirements.txt DELETED
@@ -1,26 +0,0 @@
1
- # Core dependencies
2
- gradio>=4.0.0
3
- torch>=2.0.0
4
- torchaudio>=2.0.0
5
- transformers>=4.35.0
6
- accelerate>=0.24.0
7
-
8
- # Audio processing
9
- librosa>=0.10.0
10
- soundfile>=0.12.0
11
- pyloudnorm>=0.1.0
12
- scipy>=1.11.0
13
- numpy>=1.24.0
14
-
15
- # Data handling
16
- pandas>=2.0.0
17
-
18
- # Model specific
19
- safetensors>=0.4.0
20
- sentencepiece>=0.1.99 # For some tokenizers
21
-
22
- # Optional optimizations
23
- triton>=2.1.0 # For faster attention if available
24
-
25
- # Memory management
26
- psutil>=5.9.0