Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
nltk
|
2 |
gradio
|
3 |
transformers
|
4 |
-
fairseq2==0.1
|
5 |
-
pydub
|
6 |
yt-dlp
|
7 |
sentencepiece
|
8 |
sacremoses
|
@@ -14,6 +14,6 @@ bitsandbytes
|
|
14 |
scipy
|
15 |
accelerate
|
16 |
datasets
|
17 |
-
torch --extra-index-url https://download.pytorch.org/whl/cu118
|
18 |
flash-attn>=2.1
|
19 |
git+https://github.com/VarunGumma/IndicTransToolkit.git
|
|
|
1 |
nltk
|
2 |
gradio
|
3 |
transformers
|
4 |
+
fairseq2==0.1
|
5 |
+
pydub
|
6 |
yt-dlp
|
7 |
sentencepiece
|
8 |
sacremoses
|
|
|
14 |
scipy
|
15 |
accelerate
|
16 |
datasets
|
17 |
+
torch==2.0.1+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
|
18 |
flash-attn>=2.1
|
19 |
git+https://github.com/VarunGumma/IndicTransToolkit.git
|