hynt commited on
Commit
9118213
·
1 Parent(s): d377f22

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
  --find-links https://k2-fsa.github.io/icefall/piper_phonemize.html
2
  --find-links https://k2-fsa.github.io/k2/cuda-cn.html
3
 
4
- torch==2.6.0
5
- torchaudio==2.6.0
6
  lhotse
7
  tensorboard
8
  vocos
@@ -15,9 +15,9 @@ unidecode
15
  # Tokenization
16
  piper_phonemize
17
 
18
- k2==1.24.4.dev20250304+cuda12.4.torch2.6.0
19
 
20
- transformers
21
  bitsandbytes>0.37.0
22
  vinorm
23
  cached_path
 
1
  --find-links https://k2-fsa.github.io/icefall/piper_phonemize.html
2
  --find-links https://k2-fsa.github.io/k2/cuda-cn.html
3
 
4
+ torch<=2.6.0
5
+ torchaudio<=2.6.0
6
  lhotse
7
  tensorboard
8
  vocos
 
15
  # Tokenization
16
  piper_phonemize
17
 
18
+ k2==1.24.4.dev20250208+cuda12.4.torch2.5.1
19
 
20
+ transformers==4.41.0
21
  bitsandbytes>0.37.0
22
  vinorm
23
  cached_path