From 41a67e697b96b37ac3798c1f84d495b5834984e3 Mon Sep 17 00:00:00 2001 From: wql Date: Mon, 26 Aug 2024 16:15: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 e33aed2..229ecbb 100644 --- a/9g_lora_0.sh +++ b/9g_lora_0.sh @@ -1,7 +1,7 @@ #! /bin/bash export MASTER_ADDR="localhost" -export MASTER_PORT=12390 +export MASTER_PORT=12400 CPM_PATH="/workspace/repo/CPM-9G-8B/9G-Train"