Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
b56c7f42
Commit
b56c7f42
authored
Jun 06, 2023
by
Maruyama_Aya
Browse files
update shell file
parent
176010f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/tutorial/new_api/dreambooth/colossalai.sh
examples/tutorial/new_api/dreambooth/colossalai.sh
+1
-1
No files found.
examples/tutorial/new_api/dreambooth/colossalai.sh
View file @
b56c7f42
...
@@ -6,7 +6,7 @@ torchrun --nproc_per_node 4 --master_port=25641 train_dreambooth_colossalai.py \
...
@@ -6,7 +6,7 @@ torchrun --nproc_per_node 4 --master_port=25641 train_dreambooth_colossalai.py \
--pretrained_model_name_or_path
=
"Path_to_your_model"
\
--pretrained_model_name_or_path
=
"Path_to_your_model"
\
--instance_data_dir
=
"Path_to_your_training_image"
\
--instance_data_dir
=
"Path_to_your_training_image"
\
--output_dir
=
"Path_to_your_save_dir"
\
--output_dir
=
"Path_to_your_save_dir"
\
--instance_prompt
=
"
keli
"
\
--instance_prompt
=
"
your prompt
"
\
--resolution
=
512
\
--resolution
=
512
\
--plugin
=
"gemini"
\
--plugin
=
"gemini"
\
--train_batch_size
=
1
\
--train_batch_size
=
1
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment