mirror of https://github.com/hpcaitech/ColossalAI
fixed port
parent
79c9f776a9
commit
b4437e88c3
|
@ -2,7 +2,7 @@ HF_DATASETS_OFFLINE=1
|
|||
TRANSFORMERS_OFFLINE=1
|
||||
DIFFUSERS_OFFLINE=1
|
||||
|
||||
torchrun --nproc_per_node 4 --master_port=25641 train_dreambooth_colossalai.py \
|
||||
torchrun --nproc_per_node 4 --standalone 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" \
|
||||
|
|
Loading…
Reference in New Issue