Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -5,7 +5,6 @@ fairseq2==0.1
|
|
5 |
pydub
|
6 |
yt-dlp
|
7 |
sentencepiece
|
8 |
-
torch
|
9 |
sacremoses
|
10 |
pandas
|
11 |
regex
|
@@ -15,5 +14,6 @@ bitsandbytes
|
|
15 |
scipy
|
16 |
accelerate
|
17 |
datasets
|
|
|
18 |
flash-attn>=2.1
|
19 |
git+https://github.com/VarunGumma/IndicTransToolkit.git
|
|
|
5 |
pydub
|
6 |
yt-dlp
|
7 |
sentencepiece
|
|
|
8 |
sacremoses
|
9 |
pandas
|
10 |
regex
|
|
|
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
|