Create requirements.txt
Browse files- requirements.txt +6 -18
requirements.txt
CHANGED
@@ -1,18 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
attrdict
|
8 |
-
einops
|
9 |
-
gradio==3.48.0
|
10 |
-
gradio-client==0.6.1
|
11 |
-
mdtex2html==1.3.0
|
12 |
-
pypinyin==0.50.0
|
13 |
-
tiktoken==0.5.2
|
14 |
-
tqdm==4.64.0
|
15 |
-
colorama==0.4.5
|
16 |
-
Pygments==2.12.0
|
17 |
-
markdown==3.4.1
|
18 |
-
git+https://github.com/deepseek-ai/DeepSeek-VL2.git
|
|
|
1 |
+
streamlit
|
2 |
+
torch
|
3 |
+
pillow
|
4 |
+
transformers
|
5 |
+
gradio
|
6 |
+
git+https://github.com/deepseek-ai/DeepSeek-VL2.git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|