fixed port

pull/3905/head
Maruyama_Aya 2023-06-06 16:21:38 +08:00
parent 79c9f776a9
commit b4437e88c3
1 changed files with 1 additions and 1 deletions

View File

@ -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" \