Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
@@ -1,9 +1,14 @@
|
|
1 |
gradio
|
2 |
spaces
|
3 |
tqdm
|
4 |
-
torch
|
5 |
torchaudio
|
6 |
-
transformers==4.27.4
|
|
|
|
|
|
|
|
|
|
|
7 |
mecab-python3==1.0.5
|
8 |
num2words==0.5.12
|
9 |
unidic_lite==1.0.8
|
|
|
1 |
gradio
|
2 |
spaces
|
3 |
tqdm
|
4 |
+
#torch
|
5 |
torchaudio
|
6 |
+
#transformers==4.27.4
|
7 |
+
torch==2.2.0
|
8 |
+
git+https://github.com/huggingface/transformers/
|
9 |
+
optimum
|
10 |
+
accelerate
|
11 |
+
bitsandbytes
|
12 |
mecab-python3==1.0.5
|
13 |
num2words==0.5.12
|
14 |
unidic_lite==1.0.8
|