"examples/git@developer.sourcefind.cn:OpenDAS/colossalai.git" did not exist on "3c42fdbedccca0d8f5c4d29df47a2b1c2dd7236c"
Commit c94a3357 authored by Maruyama_Aya's avatar Maruyama_Aya
Browse files

modify shell for check

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