Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
torch==2.
|
2 |
transformers>=4.38.2
|
3 |
timm>=0.9.16
|
4 |
accelerate
|
@@ -7,13 +7,13 @@ attrdict
|
|
7 |
einops
|
8 |
|
9 |
# for gradio demo
|
10 |
-
gradio
|
11 |
-
gradio-client
|
12 |
-
mdtex2html
|
13 |
-
pypinyin
|
14 |
-
tiktoken
|
15 |
-
tqdm
|
16 |
-
colorama
|
17 |
-
Pygments
|
18 |
-
markdown
|
19 |
-
SentencePiece
|
|
|
1 |
+
torch==2.2.1
|
2 |
transformers>=4.38.2
|
3 |
timm>=0.9.16
|
4 |
accelerate
|
|
|
7 |
einops
|
8 |
|
9 |
# for gradio demo
|
10 |
+
gradio
|
11 |
+
gradio-client
|
12 |
+
mdtex2html
|
13 |
+
pypinyin
|
14 |
+
tiktoken
|
15 |
+
tqdm
|
16 |
+
colorama
|
17 |
+
Pygments
|
18 |
+
markdown
|
19 |
+
SentencePiece
|