Spaces:
Running
Running
Update requirements.txt
Browse files- 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
|
| 5 |
-
torchaudio
|
| 6 |
lhotse
|
| 7 |
tensorboard
|
| 8 |
vocos
|
|
@@ -15,9 +15,9 @@ unidecode
|
|
| 15 |
# Tokenization
|
| 16 |
piper_phonemize
|
| 17 |
|
| 18 |
-
k2==1.24.4.
|
| 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
|