Spaces:
Runtime error
Runtime error
Upload /requirements.txt with huggingface_hub
Browse files- requirements.txt +24 -0
requirements.txt
CHANGED
@@ -9,6 +9,30 @@ ftfy
|
|
9 |
timm
|
10 |
regex
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
xtuner==0.1.21
|
13 |
huggingface_hub==0.22.2
|
14 |
gradio==4.37.2
|
|
|
9 |
timm
|
10 |
regex
|
11 |
|
12 |
+
deepspeed>=0.12.3
|
13 |
+
mpi4py-mpich
|
14 |
+
docutils
|
15 |
+
myst-parser==2.0.0
|
16 |
+
sphinx==6.2.1
|
17 |
+
sphinx-argparse
|
18 |
+
sphinx-book-theme==1.0.1
|
19 |
+
sphinx-copybutton==0.5.2
|
20 |
+
sphinx_markdown_tables
|
21 |
+
modelscope
|
22 |
+
bitsandbytes>=0.40.0.post4
|
23 |
+
datasets>=2.16.0
|
24 |
+
einops
|
25 |
+
lagent>=0.1.2
|
26 |
+
openpyxl
|
27 |
+
peft>=0.4.0
|
28 |
+
scikit-image
|
29 |
+
scipy
|
30 |
+
SentencePiece
|
31 |
+
tiktoken
|
32 |
+
transformers==4.36.0
|
33 |
+
transformers_stream_generator
|
34 |
+
|
35 |
+
|
36 |
xtuner==0.1.21
|
37 |
huggingface_hub==0.22.2
|
38 |
gradio==4.37.2
|