Skip to content

Commit

Permalink
Merge branch 'main' into release/2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jintao-Huang committed Sep 18, 2024
2 parents 98dc6fa + 6ec064b commit 3cea89f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/source/Multi-Modal/qwen2-vl最佳实践.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ pip install git+https://github.com/huggingface/transformers.git
pip install pyav qwen_vl_utils
```

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


## 推理
Expand Down
3 changes: 2 additions & 1 deletion docs/source_en/Multi-Modal/qwen2-vl-best-practice.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ pip install git+https://github.com/huggingface/transformers.git
pip install pyav qwen_vl_utils
```

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

## Inference

Expand Down

0 comments on commit 3cea89f

Please sign in to comment.