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
25447d44
"examples/vscode:/vscode.git/clone" did not exist on "cb7ec714c8c5aadfa0dee2b91d7f84ef3a72e3e2"
Commit
25447d44
authored
Jun 05, 2023
by
Maruyama_Aya
Browse files
modify path
parent
42e3232b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
examples/tutorial/new_api/dreambooth/colossalai.sh
examples/tutorial/new_api/dreambooth/colossalai.sh
+4
-4
No files found.
examples/tutorial/new_api/dreambooth/colossalai.sh
View file @
25447d44
...
@@ -3,10 +3,10 @@ TRANSFORMERS_OFFLINE=1
...
@@ -3,10 +3,10 @@ TRANSFORMERS_OFFLINE=1
DIFFUSERS_OFFLINE
=
1
DIFFUSERS_OFFLINE
=
1
torchrun
--nproc_per_node
4
--master_port
=
25641 train_dreambooth_colossalai.py
\
torchrun
--nproc_per_node
4
--master_port
=
25641 train_dreambooth_colossalai.py
\
--pretrained_model_name_or_path
=
"
Your Pretrained Model Path
"
\
--pretrained_model_name_or_path
=
"
Path_to_your_model
"
\
--instance_data_dir
=
"
Your Input Pics Path
"
\
--instance_data_dir
=
"
Path_to_your_training_image
"
\
--output_dir
=
"
p
ath
-
to
-save-model
"
\
--output_dir
=
"
P
ath
_
to
_your_save_dir
"
\
--instance_prompt
=
"
your_prompt
"
\
--instance_prompt
=
"
keli
"
\
--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