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
codellama_pytorch
Commits
412055be
Commit
412055be
authored
Aug 28, 2024
by
dengjb
Browse files
Update train.sh
parent
225b3e00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
train.sh
train.sh
+1
-1
No files found.
train.sh
View file @
412055be
...
@@ -6,7 +6,7 @@ MODEL_PATH="./weights/CodeLlama-7b-Instruct-hf"
...
@@ -6,7 +6,7 @@ MODEL_PATH="./weights/CodeLlama-7b-Instruct-hf"
DEEPSEPPD_CONFIG
=
"./dp_configs/ds_config_stage3.json"
DEEPSEPPD_CONFIG
=
"./dp_configs/ds_config_stage3.json"
LORA_CONFIG
=
"./lora_config.json"
LORA_CONFIG
=
"./lora_config.json"
deepspeed
--include
=
"localhost:2,3"
--master_port
25923 fintune.py
\
deepspeed
--include
=
"localhost:2,3"
--master_port
25923 fin
e
tune.py
\
--model_name_or_path
$MODEL_PATH
\
--model_name_or_path
$MODEL_PATH
\
--data_path
$DATA_PATH
\
--data_path
$DATA_PATH
\
--output_dir
$OUTPUT_PATH
\
--output_dir
$OUTPUT_PATH
\
...
...
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