qqc1989 commited on
Commit
11b6418
·
verified ·
1 Parent(s): 36ebe0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -40,15 +40,16 @@ https://huggingface.co/Qwen/Qwen2.5-VL-3B-Instruct
40
  - [M.2 Accelerator card](https://axcl-docs.readthedocs.io/zh-cn/latest/doc_guide_hardware.html)
41
 
42
  **Image Process**
43
- |Chips| input size | image num | image encoder | ttft(320 tokens) | w8a16 | DDR(OCM) | Flash |
44
  |--|--|--|--|--|--|--|--|
45
  |AX650| 448*448 | 1 | 780 ms | 420 ms | 6.2 tokens/sec| 4.3 GiB | 4.6 GiB |
46
 
47
  **Video Process**
48
- |Chips| input size | image num | image encoder |ttft(512 tokens) | w8a16 | DDR(OCM) | Flash |
49
  |--|--|--|--|--|--|--|--|
50
  |AX650| 308*308 | 8 | 1400 ms | 5400 ms | 6.1 tokens/sec| 4.4 GiB | 4.7 GiB |
51
 
 
52
 
53
  ## How to use
54
 
 
40
  - [M.2 Accelerator card](https://axcl-docs.readthedocs.io/zh-cn/latest/doc_guide_hardware.html)
41
 
42
  **Image Process**
43
+ |Chips| input size | image num | image encoder | ttft(320 tokens) | w8a16 | DDR | Flash |
44
  |--|--|--|--|--|--|--|--|
45
  |AX650| 448*448 | 1 | 780 ms | 420 ms | 6.2 tokens/sec| 4.3 GiB | 4.6 GiB |
46
 
47
  **Video Process**
48
+ |Chips| input size | image num | image encoder |ttft(512 tokens) | w8a16 | DDR | Flash |
49
  |--|--|--|--|--|--|--|--|
50
  |AX650| 308*308 | 8 | 1400 ms | 5400 ms | 6.1 tokens/sec| 4.4 GiB | 4.7 GiB |
51
 
52
+ The DDR capacity refers to the CMM memory that needs to be consumed. Ensure that the CMM memory allocation on the development board is greater than this value.
53
 
54
  ## How to use
55