You need to sign in or sign up before continuing.
Commit 1b1f5e2c authored by wanglch's avatar wanglch
Browse files

Update lora_finetune_single.sh

parent 287ed72e
HIP_VISIBLE_DEVICES=0 swift sft \ HIP_VISIBLE_DEVICES=0 swift sft \
--model_id_or_path /home/wanglch/projects/GLM-4V/glm-4v-9b \ --model_id_or_path /home/wanglch/projects/GLM-4V/glm-4v-9b \
--model_type glm4v-9b-chat \ --model_type glm4v-9b-chat \
--dataset /data/train.json \ --dataset ./data/train.json \
--output_dir /home/wanglch/projects/saves/glm-4v/train_cuda \ --output_dir /home/wanglch/projects/saves/glm-4v/train_cuda \
--num_train_epochs 1 \ --num_train_epochs 1 \
--eval_steps 200 \ --eval_steps 200 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment