From 752f6e2bbadd79bc359e5ebef14356d3fbeb010e Mon Sep 17 00:00:00 2001 From: Abhishek Singh Date: Mon, 10 Mar 2025 14:21:51 -0400 Subject: [PATCH] Update train.yml --- .github/workflows/train.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/train.yml b/.github/workflows/train.yml index d5364182..60b3e5dc 100644 --- a/.github/workflows/train.yml +++ b/.github/workflows/train.yml @@ -48,7 +48,7 @@ jobs: echo "starting main grpc" python main_grpc.py -n 4 -host localhost -dev True echo "starting main" - python main.py -b "./configs/algo_config_test.py" -s "./configs/sys_config_test.py" -super true + python main.py -s "./configs/sys_config_test.py" -super true echo "done" # further checks: