DeepLearning101 commited on
Commit
35fea36
·
verified ·
1 Parent(s): fe392ad

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -1
requirements.txt CHANGED
@@ -1,4 +1,8 @@
1
- torchaudio>=0.13.0
 
 
 
 
2
  gradio>=3.0
3
  huggingface-hub>=0.21.0
4
  librosa
 
1
+ # 強制使用 PyTorch 2.5.1
2
+ torch==2.5.1
3
+ torchaudio==2.5.1
4
+
5
+ # 其他依賴...
6
  gradio>=3.0
7
  huggingface-hub>=0.21.0
8
  librosa