Update requirement.txt
Browse files- requirement.txt +12 -12
requirement.txt
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
gradio
|
2 |
-
torch==2.6.0
|
3 |
transformers
|
4 |
git+https://github.com/VarunGumma/IndicTransToolkit.git
|
5 |
SpeechRecognition
|
6 |
-
sacremoses
|
7 |
-
pandas
|
8 |
-
regex
|
9 |
-
mock
|
10 |
-
bitsandbytes
|
11 |
-
scipy
|
12 |
-
accelerate
|
13 |
-
datasets
|
14 |
-
sentencepiece
|
15 |
-
mosestokenizer
|
16 |
-
nltk
|
17 |
cython
|
|
|
1 |
gradio
|
2 |
+
torch==2.6.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
|
3 |
transformers
|
4 |
git+https://github.com/VarunGumma/IndicTransToolkit.git
|
5 |
SpeechRecognition
|
6 |
+
sacremoses
|
7 |
+
pandas
|
8 |
+
regex
|
9 |
+
mock
|
10 |
+
bitsandbytes
|
11 |
+
scipy
|
12 |
+
accelerate
|
13 |
+
datasets
|
14 |
+
sentencepiece
|
15 |
+
mosestokenizer
|
16 |
+
nltk
|
17 |
cython
|