From 88c34d26a8903194ba2531167357a419dc3ccdd7 Mon Sep 17 00:00:00 2001 From: hiyouga Date: Wed, 15 May 2024 00:26:10 +0800 Subject: [PATCH] fix examples Former-commit-id: 910ffaf46e3dde87d2dbb48b82a59a9898a90847 --- examples/lora_multi_npu/ds_zero0.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lora_multi_npu/ds_zero0.sh b/examples/lora_multi_npu/ds_zero0.sh index f849c5c9..4ffaa1b0 100644 --- a/examples/lora_multi_npu/ds_zero0.sh +++ b/examples/lora_multi_npu/ds_zero0.sh @@ -12,4 +12,4 @@ ASCEND_RT_VISIBLE_DEVICES=0,1,2,3 torchrun \ --node_rank $RANK \ --master_addr $MASTER_ADDR \ --master_port $MASTER_PORT \ - src/train.py examples/lora_multi_gpu/llama3_lora_sft_ds.yaml + src/train.py examples/lora_multi_npu/llama3_lora_sft_ds.yaml