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
FinGPT-glm_pytorch
Commits
0ba927e4
Commit
0ba927e4
authored
May 10, 2024
by
wanglch
Browse files
Update multi_dcu_train.sh
parent
b81b5953
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
multi_dcu_train.sh
multi_dcu_train.sh
+1
-1
No files found.
multi_dcu_train.sh
View file @
0ba927e4
#!/bin/bash
#!/bin/bash
## 如果需要指定显卡训练可将 --num_gpus 4 改为 --include="localhost:0,3"
## 如果需要指定显卡训练可将 --num_gpus 4 改为 --include="localhost:0,3"
deepspeed
--master_port
25678
--num_gpus
4 LLaMA-Factory-main/src/train_bash.py
\
deepspeed
--master_port
25678
--num_gpus
4 LLaMA-Factory-main/src/train_bash.py
\
--deepspeed
/
LLaMA-Factory-main/deepspeed.json
\
--deepspeed
LLaMA-Factory-main/deepspeed.json
\
--stage
sft
\
--stage
sft
\
--do_train
\
--do_train
\
--model_name_or_path
THUDM/chatglm2-6b
\
--model_name_or_path
THUDM/chatglm2-6b
\
...
...
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