Peeble commited on
Commit
6475874
·
verified ·
1 Parent(s): c955d57

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -14
requirements.txt CHANGED
@@ -1,18 +1,14 @@
1
- # Web Interface
2
  gradio
3
-
4
- # Core Machine Learning & Hugging Face
5
- torch
6
- torchaudio
7
  transformers
8
- optimum[onnxruntime-gpu] # Use optimum[onnxruntime] if you do not have an NVIDIA GPU
9
-
10
- # ONNX specific
11
- onnx
12
- onnxruntime-gpu # Change to onnxruntime if CPU-only
13
 
14
- # Audio Processing & Utilities
15
- librosa
 
16
  numpy
17
- soundfile
18
- pathlib
 
 
 
 
1
+ # Core ML & UI
2
  gradio
 
 
 
 
3
  transformers
4
+ optimum[onnxruntime-gpu]
 
 
 
 
5
 
6
+ # High Performance Decoding
7
+ torch >= 2.4.0
8
+ torchcodec
9
  numpy
10
+
11
+ # Audio/ONNX
12
+ onnx
13
+ onnxruntime-gpu
14
+ librosa