参考:
https://huggingface.co/openbmb/MiniCPM-V-2_6
https://github.com/OpenBMB/MiniCPM-V
效果很好,20g现场可以运行:
下载模型
export HF_ENDPOINT=https://hf-mirror.com
huggingface-cli download --resume-download --local-dir-use-symlinks False openbmb/MiniCPM-V-2_6 --local-dir minicpmv
代码
1)单图
import torch
from PIL import Image
from transformers import A