Peeble commited on
Commit
b38eab5
·
verified ·
1 Parent(s): fe11ea1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -7
requirements.txt CHANGED
@@ -1,10 +1,11 @@
1
- # Web Interface
2
  gradio
3
 
4
- # Core ML (Ensure version matching)
5
- torch>=2.7.0
6
- torchaudio>=2.7.0
7
- torchcodec
 
8
 
9
  # Hugging Face & ONNX
10
  transformers
@@ -12,6 +13,7 @@ optimum[onnxruntime-gpu]
12
  onnx
13
  onnxruntime-gpu
14
 
15
- # Audio Processing
16
  librosa
17
- numpy
 
 
1
+ # UI
2
  gradio
3
 
4
+ # Core & High Performance Decoding
5
+ torch==2.11.0
6
+ torchaudio==2.11.0
7
+ torchcodec==0.11.0
8
+ --index-url https://download.pytorch.org/whl/cu130
9
 
10
  # Hugging Face & ONNX
11
  transformers
 
13
  onnx
14
  onnxruntime-gpu
15
 
16
+ # Utils
17
  librosa
18
+ numpy
19
+ soundfile