mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-28 11:45:23 +00:00
fixed port
This commit is contained in:
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
Block a user