UNIST-Eunchan
commited on
Commit
•
52b47ef
1
Parent(s):
dd281f1
Update requirements.txt
Browse files- requirements.txt +14 -2
requirements.txt
CHANGED
@@ -1,4 +1,16 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
evaluate
|
4 |
datasets
|
|
|
1 |
+
accelerate==0.24.1
|
2 |
+
gradio==4.5.0
|
3 |
+
gradio_client==0.7.0
|
4 |
+
h11==0.14.0
|
5 |
+
httpcore==1.0.2
|
6 |
+
httpx==0.25.1
|
7 |
+
huggingface-hub==0.19.4
|
8 |
+
sentencepiece==0.1.99
|
9 |
+
sniffio==1.3.0
|
10 |
+
spaces==0.18.0
|
11 |
+
tokenizers==0.13.3
|
12 |
+
torch==2.0.1
|
13 |
+
tqdm==4.66.1
|
14 |
+
transformers==4.33.1
|
15 |
evaluate
|
16 |
datasets
|