programmnix-askui commited on
Commit
b11cc7d
·
1 Parent(s): f7a237d

update gradio demo

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -3
requirements.txt CHANGED
@@ -1,11 +1,29 @@
1
  #numpy==1.24.4
2
  #Pillow==10.3.0
3
  #Requests==2.31.0
4
- torch
5
- torchvision
6
  #transformers
7
  #accelerate==0.30.0
8
  #qwen-vl-utils
9
  flash-attn @ https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.3/flash_attn-2.7.3+cu12torch2.5cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
10
  xformers
11
- deepseek-vl2 @ git+https://github.com/deepseek-ai/DeepSeek-VL2.git
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  #numpy==1.24.4
2
  #Pillow==10.3.0
3
  #Requests==2.31.0
 
 
4
  #transformers
5
  #accelerate==0.30.0
6
  #qwen-vl-utils
7
  flash-attn @ https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.3/flash_attn-2.7.3+cu12torch2.5cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
8
  xformers
9
+ deepseek-vl2 @ git+https://github.com/deepseek-ai/DeepSeek-VL2.git
10
+
11
+ torch==2.0.1
12
+ transformers==4.38.2
13
+ timm>=0.9.16
14
+ accelerate
15
+ sentencepiece
16
+ attrdict
17
+ einops
18
+
19
+ # for gradio demo
20
+ gradio==3.48.0
21
+ gradio-client==0.6.1
22
+ mdtex2html==1.3.0
23
+ pypinyin==0.50.0
24
+ tiktoken==0.5.2
25
+ tqdm==4.64.0
26
+ colorama==0.4.5
27
+ Pygments==2.12.0
28
+ markdown==3.4.1
29
+ SentencePiece==0.1.96