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
InternLM2-Math-7B_pytorch
Commits
09d9221b
"vscode:/vscode.git/clone" did not exist on "0694205c47fc725fa655031ed8a9a518f0a4ccb2"
Commit
09d9221b
authored
Aug 28, 2024
by
zhougaofeng
Browse files
Update multi_node.sh
parent
9f90a10d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
finetune/multi_node.sh
finetune/multi_node.sh
+1
-1
No files found.
finetune/multi_node.sh
View file @
09d9221b
...
@@ -17,7 +17,7 @@ CUDA_VISIBLE_DEVICES=6,7 torchrun \
...
@@ -17,7 +17,7 @@ CUDA_VISIBLE_DEVICES=6,7 torchrun \
src/train.py
\
src/train.py
\
--stage
sft
--do_train
\
--stage
sft
--do_train
\
--model_name_or_path
/home/practice/internlm2-math-7b
\
--model_name_or_path
/home/practice/internlm2-math-7b
\
--dataset
alpaca_en_demo
--template
intern2
--finetuning_type
lora
--lora_target
q_proj,v_proj
\
--dataset
alpaca_en_demo
--template
intern2
--finetuning_type
lora
--lora_target
wqkv
\
--output_dir
saves/intern2/lora/sft
\
--output_dir
saves/intern2/lora/sft
\
--overwrite_output_dir
\
--overwrite_output_dir
\
--overwrite_cache
--per_device_train_batch_size
2
--gradient_accumulation_steps
32
--lr_scheduler_type
cosine
\
--overwrite_cache
--per_device_train_batch_size
2
--gradient_accumulation_steps
32
--lr_scheduler_type
cosine
\
...
...
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