mirror of https://github.com/hpcaitech/ColossalAI
update shell file
parent
176010f289
commit
b56c7f4283
|
@ -6,7 +6,7 @@ torchrun --nproc_per_node 4 --master_port=25641 train_dreambooth_colossalai.py \
|
|||
--pretrained_model_name_or_path="Path_to_your_model" \
|
||||
--instance_data_dir="Path_to_your_training_image" \
|
||||
--output_dir="Path_to_your_save_dir" \
|
||||
--instance_prompt="keli" \
|
||||
--instance_prompt="your prompt" \
|
||||
--resolution=512 \
|
||||
--plugin="gemini" \
|
||||
--train_batch_size=1 \
|
||||
|
|
Loading…
Reference in New Issue