From b2fef5d880dc7d36e957ab67bf0c4059681dd0d0 Mon Sep 17 00:00:00 2001 From: wql Date: Mon, 26 Aug 2024 16:10:28 +0800 Subject: [PATCH] fix: change port --- 9g_lora_0.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9g_lora_0.sh b/9g_lora_0.sh index a83bd87..b123d0e 100644 --- a/9g_lora_0.sh +++ b/9g_lora_0.sh @@ -1,7 +1,7 @@ #! /bin/bash export MASTER_ADDR="localhost" -export MASTER_PORT=12370 +export MASTER_PORT=12380 CPM_PATH="/workspace/repo/CPM-9G-8B/9G-Train"