pytorch qwen2-vl自定义数据全量微调
参考:https://github.com/zhangfaen/finetune-Qwen2-VL/tree/main
测试情况:
2B显存训练也很高,4090卡训练的
下载代码:
git clone https://github.com/zhangfaen/finetune-Qwen2-VL
transformers包:
安装特定包,对qwen2vl支持
pip install git+https://github.com/huggingface/transformers@98f5463fee0009538eb1ca9f7e466c6145e3a731
运行:
python finetune.py
<