support DDP in webui

Former-commit-id: 7c016b22aa
This commit is contained in:
hiyouga
2024-05-28 19:24:22 +08:00
parent 2a473f36fb
commit 3ea8f5e6b9
19 changed files with 78 additions and 166 deletions

View File

@@ -1,15 +0,0 @@
#!/bin/bash
NPROC_PER_NODE=4
NNODES=1
RANK=0
MASTER_ADDR=127.0.0.1
MASTER_PORT=29500
ASCEND_RT_VISIBLE_DEVICES=0,1,2,3 torchrun \
--nproc_per_node $NPROC_PER_NODE \
--nnodes $NNODES \
--node_rank $RANK \
--master_addr $MASTER_ADDR \
--master_port $MASTER_PORT \
src/train.py examples/lora_multi_npu/llama3_lora_sft_ds.yaml