From 4f3d558f67f6de3bc1a05a2bba860c0eeeb02587 Mon Sep 17 00:00:00 2001 From: BUAADreamer <1428195643@qq.com> Date: Tue, 23 Apr 2024 18:47:03 +0800 Subject: [PATCH] add multimodal LLM BLIP-2 and InstructBLIP --- examples/mllm/sft_instructblip.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/mllm/sft_instructblip.sh b/examples/mllm/sft_instructblip.sh index a4330a84..055c639a 100644 --- a/examples/mllm/sft_instructblip.sh +++ b/examples/mllm/sft_instructblip.sh @@ -31,5 +31,4 @@ CUDA_VISIBLE_DEVICES=0 python src/train_bash.py \ --plot_loss \ --quantization_bit 8 \ --image_path /home/LAB/fengzc/LLM/checkpoints/liuhaotian/LLaVA-Instruct-150K/images/coco/train2017 \ - --use_qformer - + --use_qformer \ No newline at end of file