Skip to content

Commit 8021793

Browse files
authored
add cogvlm recipe and refine readme (#340)
Signed-off-by: Zhang, Weiwei1 <[email protected]>
1 parent e1d820f commit 8021793

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ release most of the models ourselves.
312312

313313
Model | Supported |
314314
|----------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
315+
| THUDM/cogvlm2-llama3-chinese-chat-19B | [recipe](./docs/cogvlm2-llama3-chat-19B_sym.md) |
315316
| Qwen/Qwen2-VL-Instruct | [recipe](./docs/Qwen2-VL-7B-Instruct_sym.md) |
316317
| meta-llama/Llama-3.2-11B-Vision | [recipe](./docs/Llama-3.2-11B-Vision-Instruct_sym.md) |
317318
| microsoft/Phi-3.5-vision-instruct | [recipe](./docs/Phi-3.5-vision-instruct_sym.md) |

auto_round/mllm/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Processor is callback interface for calling different processors, such as texts
116116

117117

118118

119-
## Inference for Models
119+
## Inference
120120
For the AutoRound format, please add the following code at the beginning of the original model's inference code.
121121

122122
```python
@@ -125,10 +125,11 @@ from auto_round import AutoRoundConfig ## must import for auto-round format
125125

126126
For more details on quantization, inference, evaluation, and environment, see the following recipe:
127127

128-
- [Qwen2-VL-Instruct](../../docs/Qwen2-VL-7B-Instruct_sym.md)
128+
- [Qwen2-VL-7B-Instruct](../../docs/Qwen2-VL-7B-Instruct_sym.md)
129129
- [Llama-3.2-11B-Vision](../../docs/Llama-3.2-11B-Vision-Instruct_sym.md)
130130
- [Phi-3.5-vision-instruct](../../docs/Phi-3.5-vision-instruct_sym.md)
131131
- [llava-v1.5-7b](../../docs/llava-v1.5-7b_sym.md)
132+
- [cogvlm2-llama3-chat-19B](../../docs/cogvlm2-llama3-chat-19B_sym.md)
132133

133134

134135

0 commit comments

Comments
 (0)