mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-18 11:48:53 +00:00
modify shell for check
This commit is contained in:
parent
c94a33579b
commit
cf4792c975
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user