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
LLaMA_TencentPretrain_pytorch
Commits
f04abf1f
Commit
f04abf1f
authored
Nov 09, 2023
by
zhaoying1
Browse files
Update run-13b-single.sh
parent
296c1ee2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
multi_node/run-13b-single.sh
multi_node/run-13b-single.sh
+1
-1
No files found.
multi_node/run-13b-single.sh
View file @
f04abf1f
...
@@ -24,7 +24,7 @@ APP="python3 ../pretrain.py --deepspeed --deepspeed_config ../models/deepspeed_z
...
@@ -24,7 +24,7 @@ APP="python3 ../pretrain.py --deepspeed --deepspeed_config ../models/deepspeed_z
--dataset_path
$DATASET_PATH
--spm_model_path
$SPM_MODEL_PATH
\
--dataset_path
$DATASET_PATH
--spm_model_path
$SPM_MODEL_PATH
\
--config_path ../models/llama/7b_config.json
\
--config_path ../models/llama/7b_config.json
\
--output_model_path output/7b/ --deepspeed_checkpoint_activations
\
--output_model_path output/7b/ --deepspeed_checkpoint_activations
\
--world_size
${
2
}
--data_processor alpaca --prefix_lm_loss
\
--world_size
${
1
}
--data_processor alpaca --prefix_lm_loss
\
--total_steps 10000 --save_checkpoint_steps 500 --batch_size 2 --enable_zero3
\
--total_steps 10000 --save_checkpoint_steps 500 --batch_size 2 --enable_zero3
\
"
"
...
...
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