zhou777 commited on
Commit
7fe4a28
·
verified ·
1 Parent(s): ff040fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -12,7 +12,15 @@ tags:
12
 
13
  To reproduce the main contributions of the paper, please download this model and configure the model runtime library according to `pip install lmdeploy>=0.5.3`.
14
 
15
- In view of the rapid development of large language model-related technologies, some existing libraries have encountered conflicts. We recommend using lmdeploy 0.5.3 and transformers 4.49.0 to avoid related dependency conflicts.
 
 
 
 
 
 
 
 
16
 
17
  In addition, a proper JSONL file is required as an image index to feed into the model. The code for creating this JSONL file has been open-sourced at `https://doi.org/10.6084/m9.figshare.28143191`
18
 
@@ -36,7 +44,14 @@ We will introduce a more comprehensive and convenient model reproduction method
36
 
37
  如复现文章主要工作,请下载此模型,并根据` pip install lmdeploy>=0.5.3`配置模型运行库。
38
 
39
- 鉴于当前大语言模型相关技术发展迅速,现有部分库出现了冲突。我们建议使用lmdeploy 0.5.3、transformers 4.49.0来避免相关依赖冲突。
 
 
 
 
 
 
 
40
 
41
  此外,还需要合适的jsonl文件作为图像索引送入模型,制作此jsonl文件的代码已经开源在`https://doi.org/10.6084/m9.figshare.28143191`。
42
 
 
12
 
13
  To reproduce the main contributions of the paper, please download this model and configure the model runtime library according to `pip install lmdeploy>=0.5.3`.
14
 
15
+ In view of the rapid development of large language model-related technologies, some existing libraries have encountered conflicts. We recommend using
16
+
17
+ ```
18
+ torch 2.1.0
19
+ transformers 4.37.2
20
+ flash-attn 2.3.6
21
+ lmdeploy 0.5.3
22
+ ```
23
+ to avoid related dependency conflicts.
24
 
25
  In addition, a proper JSONL file is required as an image index to feed into the model. The code for creating this JSONL file has been open-sourced at `https://doi.org/10.6084/m9.figshare.28143191`
26
 
 
44
 
45
  如复现文章主要工作,请下载此模型,并根据` pip install lmdeploy>=0.5.3`配置模型运行库。
46
 
47
+ 鉴于当前大语言模型相关技术发展迅速,现有部分库出现了冲突。我们建议使用
48
+ ```
49
+ torch 2.1.0
50
+ transformers 4.37.2
51
+ flash-attn 2.3.6
52
+ lmdeploy 0.5.3
53
+ ```
54
+ 来避免相关依赖冲突。
55
 
56
  此外,还需要合适的jsonl文件作为图像索引送入模型,制作此jsonl文件的代码已经开源在`https://doi.org/10.6084/m9.figshare.28143191`。
57