Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
--find-links https://k2-fsa.github.io/icefall/piper_phonemize.html
|
|
|
2 |
|
3 |
torch<=2.6.0
|
4 |
torchaudio<=2.6.0
|
@@ -14,7 +15,7 @@ unidecode
|
|
14 |
# Tokenization
|
15 |
piper_phonemize
|
16 |
|
17 |
-
k2==1.24.4.dev20250208+cuda12.4.torch2.5.1
|
18 |
|
19 |
transformers
|
20 |
bitsandbytes>0.37.0
|
|
|
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
|
|
|
15 |
# Tokenization
|
16 |
piper_phonemize
|
17 |
|
18 |
+
k2==1.24.4.dev20250208+cuda12.4.torch2.5.1
|
19 |
|
20 |
transformers
|
21 |
bitsandbytes>0.37.0
|