From b81f33ad2876110d75d254cc8a7a86571400e771 Mon Sep 17 00:00:00 2001 From: Yunhao Meng Date: Thu, 23 Oct 2025 13:07:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=BF=90=E8=A1=8C=E6=8C=87?= =?UTF-8?q?=E4=BB=A4=EF=BC=8C=E4=BD=BF=E7=94=A8=20bash=20=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E6=9B=BF=E4=BB=A3=20python=20=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d61351..d543644 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ pip install -r requirements.txt ## how to run ```bash -nohup python fed_run.py > train.log 2>&1 & +nohup bash fed_run.sh 1 > train.log 2>&1 & ``` ## results