Internvl2 3rd party sft support

#4
by tastelikefeet - opened

SWIFT from ModelScope community has supported the fine-tuning(Image/Video) of InternVL2, please check:
https://github.com/modelscope/swift/blob/main/docs/source_en/Multi-Modal/internvl-best-practice.md
or use:

# install 
pip install git+https://github.com/modelscope/swift.git
# run
CUDA_VISIBLE_DEVICES=0 swift sft \
    --model_type internvl2-40b \
    --dataset video-chatgpt
OpenGVLab org

thanks, I will implement this information into readme.

czczup changed discussion status to closed

Sign up or log in to comment