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
ModelZoo
textmonkey_pytorch
Commits
ea22ae1e
Commit
ea22ae1e
authored
Jul 12, 2024
by
wanglch
Browse files
Update finetune_textmonkey_dcu.sh
parent
93bfead2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
finetune_textmonkey_dcu.sh
finetune_textmonkey_dcu.sh
+3
-3
No files found.
finetune_textmonkey_dcu.sh
View file @
ea22ae1e
...
@@ -21,9 +21,9 @@ DISTRIBUTED_ARGS="--nproc_per_node $GPUS_PER_NODE \
...
@@ -21,9 +21,9 @@ DISTRIBUTED_ARGS="--nproc_per_node $GPUS_PER_NODE \
--master_addr
$MASTER_ADDR
\
--master_addr
$MASTER_ADDR
\
--master_port
$MASTER_PORT
"
--master_port
$MASTER_PORT
"
torchrun
$DISTRIBUTED_ARGS
.
./TextMonkey/Monkey
/finetune_multitask_dialouge_doc.py
\
torchrun
$DISTRIBUTED_ARGS
./finetune_multitask_dialouge_doc.py
\
--model_name_or_path
.
./TextMonkey
/TextMonkey_base
\
--model_name_or_path
./TextMonkey_base
\
--data_path
.
./TextMonkey/Monkey
/data/data.json
\
--data_path
./data/data.json
\
--fp16
True
\
--fp16
True
\
--fix_vit
True
\
--fix_vit
True
\
--fix_llm
True
\
--fix_llm
True
\
...
...
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