Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
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.
|
| 5 |
-
torchaudio==2.
|
| 6 |
lhotse
|
| 7 |
tensorboard
|
| 8 |
vocos
|
|
@@ -15,7 +15,7 @@ unidecode
|
|
| 15 |
# Tokenization
|
| 16 |
piper_phonemize
|
| 17 |
|
| 18 |
-
k2==1.24.4.dev20250304+cuda12.4.torch2.
|
| 19 |
|
| 20 |
transformers
|
| 21 |
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
|
| 6 |
lhotse
|
| 7 |
tensorboard
|
| 8 |
vocos
|
|
|
|
| 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
|