ms180 commited on
Commit
a1261c2
·
verified ·
1 Parent(s): 3dfdefc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- torch == 2.4.0
2
- torchaudio == 2.4.0
3
- espnet==202506
4
- espnet_model_zoo
5
  gradio
6
  numpy==1.23
 
1
+ torch == 2.4.1
2
+ torchaudio == 2.4.1
3
+ espnet @ git+https://github.com/espnet/[email protected]
4
+ espnet_model_zoo @ git+https://github.com/espnet/espnet_model_zoo@8b7301923c1c529a126c86c16fc73ce356b94d62
5
  gradio
6
  numpy==1.23