1 Star 0 Fork 1.1K

huiyingC/MindSpeed-LLM

forked from Ascend/MindSpeed-LLM 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run_dis_mixtral.sh 702 Bytes
一键复制 编辑 原始数据 按行查看 历史
huiyingC 提交于 2025-01-02 14:22 +08:00 . add train files
#!/bin/bash
# param 1 is master addr
# param 2 is layer_list
# sh run_dis_llama31_70B.sh 90.90.97.217 4,4 2 2
MASTER_ADDR=$1
echo "master node is $1"
echo "layer list is $2"
echo "TP is $3"
echo "PP is $4"
echo "start master node traning"
source /home/anaconda3/bin/activate llama3
nohup bash examples/mcore/mixtral/pretrain_mixtral_8x7b_ptd_set_layers.sh $1 $2 $3 $4 0 > master_node.log 2>&1 &
sshpass -p HwA3@2025 ssh root@90.90.97.65 << EOF
echo "start nomaster node 246 traning."
cd /home/c00444317/modellink/MindSpeed-LLM-master
source /home/anaconda3/bin/activate llama3
nohup bash examples/mcore/mixtral/pretrain_mixtral_8x7b_ptd_set_layers.sh $1 $2 $3 $4 1 > 246_node.log 2>&1 &
EOF
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/huiyingc/MindSpeed-LLM.git
git@gitee.com:huiyingc/MindSpeed-LLM.git
huiyingc
MindSpeed-LLM
MindSpeed-LLM
master

搜索帮助