Skip to content

Commit 3cea89f

Browse files
committed
Merge branch 'main' into release/2.4
2 parents 98dc6fa + 6ec064b commit 3cea89f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/source/Multi-Modal/qwen2-vl最佳实践.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ pip install git+https://github.com/huggingface/transformers.git
1717
pip install pyav qwen_vl_utils
1818
```
1919

20-
模型:
20+
模型:(支持base/instruct/gptq-int4/gptq-int8/awq微调)
2121
- qwen2-vl-2b-instruct: [https://modelscope.cn/models/qwen/Qwen2-VL-2B-Instruct](https://modelscope.cn/models/qwen/Qwen2-VL-2B-Instruct)
2222
- qwen2-vl-7b-instruct: [https://modelscope.cn/models/qwen/Qwen2-VL-7B-Instruct](https://modelscope.cn/models/qwen/Qwen2-VL-7B-Instruct)
23+
- qwen2-vl-72b-instruct: [https://modelscope.cn/models/qwen/Qwen2-VL-72B-Instruct](https://modelscope.cn/models/qwen/Qwen2-VL-72B-Instruct)
2324

2425

2526
## 推理

docs/source_en/Multi-Modal/qwen2-vl-best-practice.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ pip install git+https://github.com/huggingface/transformers.git
1717
pip install pyav qwen_vl_utils
1818
```
1919

20-
Model:
20+
Model: (Supports base/instruct/gptq-int4/gptq-int8/awq fine-tuning)
2121
- qwen2-vl-2b-instruct: [https://modelscope.cn/models/qwen/Qwen2-VL-2B-Instruct](https://modelscope.cn/models/qwen/Qwen2-VL-2B-Instruct)
2222
- qwen2-vl-7b-instruct: [https://modelscope.cn/models/qwen/Qwen2-VL-7B-Instruct](https://modelscope.cn/models/qwen/Qwen2-VL-7B-Instruct)
23+
- qwen2-vl-72b-instruct: [https://modelscope.cn/models/qwen/Qwen2-VL-72B-Instruct](https://modelscope.cn/models/qwen/Qwen2-VL-72B-Instruct)
2324

2425
## Inference
2526

0 commit comments

Comments
 (0)