Commit cf4792c9 authored by Maruyama_Aya's avatar Maruyama_Aya
Browse files

modify shell for check

parent c94a3357
......@@ -8,7 +8,7 @@ DIFFUSERS_OFFLINE=1
# "torch_ddp" "torch_ddp_fp16"
for plugin in "low_level_zero" "gemini"; do
torchrun --nproc_per_node 8 --standalone train_dreambooth_colossalai.py \
torchrun --nproc_per_node 4 --standalone train_dreambooth_colossalai.py \
--pretrained_model_name_or_path="/data/dreambooth/diffuser/stable-diffusion-v1-4" \
--instance_data_dir="/data/dreambooth/Teyvat/data" \
--output_dir="./weight_output" \
......
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